diff --git a/src/DevCenter/DevCenter.AutoRest/Properties/AssemblyInfo.cs b/src/DevCenter/DevCenter.AutoRest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..8621eeac1ea2 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/Properties/AssemblyInfo.cs @@ -0,0 +1,29 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache License, Version 2.0 (the ""License""); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an ""AS IS"" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +// is regenerated. + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] +[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] +[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - DevCenter")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.1")] +[assembly: System.Reflection.AssemblyVersionAttribute("2.0.1")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] + + + diff --git a/src/DevCenter/DevCenter.AutoRest/README.md b/src/DevCenter/DevCenter.AutoRest/README.md index f2b56fd03aab..829da0370a93 100644 --- a/src/DevCenter/DevCenter.AutoRest/README.md +++ b/src/DevCenter/DevCenter.AutoRest/README.md @@ -28,14 +28,14 @@ For information on how to develop for `Az.DevCenter`, see [how-to.md](how-to.md) ```yaml # pin the swagger version by using the commit id instead of branch name -commit: 490e7fec728b018ff3ab103a6e1cb09644452ccf +commit: 4689e75cdeaa04dbeead0237b72cae8dc8dbba4d require: # readme.azure.noprofile.md is the common configuration file - $(this-folder)/../../readme.azure.noprofile.md input-file: - - $(repo)/specification/devcenter/resource-manager/Microsoft.DevCenter/preview/2024-05-01-preview/commonDefinitions.json - - $(repo)/specification/devcenter/resource-manager/Microsoft.DevCenter/preview/2024-05-01-preview/devcenter.json - - $(repo)/specification/devcenter/resource-manager/Microsoft.DevCenter/preview/2024-05-01-preview/vdi.json + - $(repo)/specification/devcenter/resource-manager/Microsoft.DevCenter/preview/2025-04-01-preview/commonDefinitions.json + - $(repo)/specification/devcenter/resource-manager/Microsoft.DevCenter/preview/2025-04-01-preview/devcenter.json + - $(repo)/specification/devcenter/resource-manager/Microsoft.DevCenter/preview/2025-04-01-preview/vdi.json # For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option use-extension: "@autorest/powershell": "3.x" @@ -166,28 +166,50 @@ directive: "description": "OK. The request has succeeded." } - from: swagger-document - where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/plans/{planName}"].delete.responses + where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/networkConnections/{networkConnectionName}/runHealthChecks"].post.responses transform: > $['200'] = { "description": "OK. The request has succeeded." } - from: swagger-document - where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/plans/{planName}/members/{memberName}"].delete.responses + where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/pools/{poolName}/runHealthChecks"].post.responses transform: > $['200'] = { "description": "OK. The request has succeeded." } - from: swagger-document - where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/networkConnections/{networkConnectionName}/runHealthChecks"].post.responses + where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/projectPolicies/{projectPolicyName}"].delete.responses transform: > $['200'] = { "description": "OK. The request has succeeded." } - from: swagger-document - where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/pools/{poolName}/runHealthChecks"].post.responses + where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/catalogs/{catalogName}/imageDefinitions/{imageDefinitionName}/builds/{buildName}/cancel"].post.responses transform: > $['200'] = { - "description": "OK. The request has succeeded." + "description": "OK. The request has succeeded.", + "headers": { + "Azure-AsyncOperation": { + "type": "string" + }, + "Location": { + "type": "string" + } + } + } + - from: swagger-document + where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/catalogs/{catalogName}/imageDefinitions/{imageDefinitionName}/buildImage"].post.responses + transform: > + $['200'] = { + "description": "OK. The request has succeeded.", + "headers": { + "Azure-AsyncOperation": { + "type": "string" + }, + "Location": { + "type": "string" + } + } } #Use v3 for OperationStatus, remove this for breaking change version - from: swagger-document @@ -198,7 +220,7 @@ directive: "type": "object", "allOf": [ { - "$ref": "https://github.com/Azure/azure-rest-api-specs/blob/490e7fec728b018ff3ab103a6e1cb09644452ccf/specification/common-types/resource-management/v3/types.json#/definitions/OperationStatusResult" + "$ref": "https://github.com/Azure/azure-rest-api-specs/blob/4689e75cdeaa04dbeead0237b72cae8dc8dbba4d/specification/common-types/resource-management/v3/types.json#/definitions/OperationStatusResult" } ], "properties": { @@ -241,9 +263,6 @@ directive: set: default: script: '"default"' - - where: - subject: Schedule - hide: true - where: subject: Pool parameter-name: LicenseType @@ -335,10 +354,10 @@ directive: hide: true - where: verb: New - subject: ^AttachedNetwork$|^Catalog$|^DevBoxDefinition$|^Gallery$|^NetworkConnection$|^Pool$|^Project$|^ProjectEnvironmentType$|^ProjectCatalog$|^Plan$|^PlanMember$ + subject: ^AttachedNetwork$|^Catalog$|^DevBoxDefinition$|^Gallery$|^NetworkConnection$|^Pool$|^Project$|^ProjectEnvironmentType$|^ProjectCatalog$ hide: true - where: - subject: ^CatalogDevBoxDefinition$|^CatalogDevBoxDefinitionErrorDetail$|^EncryptionSet$ + subject: ^CatalogDevBoxDefinition$|^CatalogDevBoxDefinitionErrorDetail$|^EncryptionSet$|^DevCenterCatalogImageDefinitionImage$|^DevCenterCatalogImageDefinition$|^DevCenterCatalogImageDefinitionBuild$|^DevCenterCatalogImageDefinitionBuildDetail$|^DevCenterCatalogImageDefinitionErrorDetail$ hide: true - where: subject: OperationStatuses diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-attachednetworks.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-attachednetworks.json index f8cd127b3fb9..66e735e12c93 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-attachednetworks.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-attachednetworks.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters/attachednetworks", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs-environmentDefinitions.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs-environmentDefinitions.json index 725d9b134386..949dcfff1813 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs-environmentDefinitions.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs-environmentDefinitions.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters/catalogs/environmentDefinitions", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs-tasks.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs-tasks.json index c087ae45b4f7..729eeab1382d 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs-tasks.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs-tasks.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters/catalogs/tasks", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs.json index 059248dad307..59a2d322c260 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-catalogs.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters/catalogs", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-devboxdefinitions.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-devboxdefinitions.json index 76b584045077..c96344fea776 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-devboxdefinitions.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-devboxdefinitions.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters/devboxdefinitions", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-environmentTypes.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-environmentTypes.json index ba66b51398f0..ede3e592b5c2 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-environmentTypes.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-environmentTypes.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters/environmentTypes", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries-images-versions.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries-images-versions.json index 0ba86051d69d..e73bef9796b2 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries-images-versions.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries-images-versions.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters/galleries/images/versions", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries-images.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries-images.json index c8c20ba5006b..f488aa1989b7 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries-images.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries-images.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters/galleries/images", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries.json index e94c919d3074..155d0d96f392 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-galleries.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters/galleries", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/plans.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-projectPolicies.json similarity index 60% rename from src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/plans.json rename to src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-projectPolicies.json index acfb07d6e40d..b4b1e497dc9d 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/plans.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters-projectPolicies.json @@ -1,21 +1,22 @@ { - "resourceType": "plans", - "apiVersion": "2024-05-01-preview", + "resourceType": "devcenters/projectPolicies", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, "commands": [ { - "name": "Get-AzDevCenterAdminPlan", - "description": "Gets a devcenter plan.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/plans/{planName}", + "name": "Get-AzDevCenterAdminProjectPolicy", + "description": "Gets a specific project policy.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/projectPolicies/{projectPolicyName}", "help": { "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminplan" + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectpolicy" }, "parameterSets": [ { "parameters": [ + "-DevCenterName ", "-Name ", "-ResourceGroupName ", "[-SubscriptionId ]" @@ -25,11 +26,15 @@ }, "examples": [ { - "description": "Gets a devcenter plan.", + "description": "Gets a specific project policy.", "parameters": [ + { + "name": "-DevCenterName", + "value": "[Path.devCenterName]" + }, { "name": "-Name", - "value": "[Path.planName]" + "value": "[Path.projectPolicyName]" }, { "name": "-ResourceGroupName", @@ -44,16 +49,17 @@ ] }, { - "name": "Remove-AzDevCenterAdminPlan", - "description": "Deletes a devcenter plan", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/plans/{planName}", + "name": "Remove-AzDevCenterAdminProjectPolicy", + "description": "Deletes an project policy.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/projectPolicies/{projectPolicyName}", "help": { "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradminplan" + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradminprojectpolicy" }, "parameterSets": [ { "parameters": [ + "-DevCenterName ", "-Name ", "-ResourceGroupName ", "[-SubscriptionId ]" @@ -63,11 +69,15 @@ }, "examples": [ { - "description": "Deletes a devcenter plan", + "description": "Deletes an project policy.", "parameters": [ + { + "name": "-DevCenterName", + "value": "[Path.devCenterName]" + }, { "name": "-Name", - "value": "[Path.planName]" + "value": "[Path.projectPolicyName]" }, { "name": "-ResourceGroupName", diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters.json index a714f7ab41a3..af86692000fa 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/devcenters.json @@ -1,6 +1,6 @@ { "resourceType": "devcenters", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/locations-operationStatuses.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/locations-operationStatuses.json index 8ed449ccabd6..5bf8e881ec65 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/locations-operationStatuses.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/locations-operationStatuses.json @@ -1,6 +1,6 @@ { "resourceType": "locations/operationStatuses", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/networkConnections.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/networkConnections.json index 2a348e9354da..de20e4917e26 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/networkConnections.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/networkConnections.json @@ -1,6 +1,6 @@ { "resourceType": "networkConnections", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/plans-members.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/plans-members.json deleted file mode 100644 index 068499920db3..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/plans-members.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "resourceType": "plans/members", - "apiVersion": "2024-05-01-preview", - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.devcenter" - }, - "commands": [ - { - "name": "Get-AzDevCenterAdminPlanMember", - "description": "Gets a devcenter plan member.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/plans/{planName}/members/{memberName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminplanmember" - }, - "parameterSets": [ - { - "parameters": [ - "-MemberName ", - "-PlanName ", - "-ResourceGroupName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Gets a devcenter plan member.", - "parameters": [ - { - "name": "-MemberName", - "value": "[Path.memberName]" - }, - { - "name": "-PlanName", - "value": "[Path.planName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - }, - { - "name": "Remove-AzDevCenterAdminPlanMember", - "description": "Deletes a devcenter plan member", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/plans/{planName}/members/{memberName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradminplanmember" - }, - "parameterSets": [ - { - "parameters": [ - "-MemberName ", - "-PlanName ", - "-ResourceGroupName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Deletes a devcenter plan member", - "parameters": [ - { - "name": "-MemberName", - "value": "[Path.memberName]" - }, - { - "name": "-PlanName", - "value": "[Path.planName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - } - ] -} diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-allowedEnvironmentTypes.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-allowedEnvironmentTypes.json index 3b773848b8b7..ffcf90c855a4 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-allowedEnvironmentTypes.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-allowedEnvironmentTypes.json @@ -1,6 +1,6 @@ { "resourceType": "projects/allowedEnvironmentTypes", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-attachednetworks.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-attachednetworks.json index 3e685f5f8b91..cf27cc691afc 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-attachednetworks.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-attachednetworks.json @@ -1,6 +1,6 @@ { "resourceType": "projects/attachednetworks", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-environmentDefinitions.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-environmentDefinitions.json index 337d973b21ae..ec681e0d0fb1 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-environmentDefinitions.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-environmentDefinitions.json @@ -1,6 +1,6 @@ { "resourceType": "projects/catalogs/environmentDefinitions", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-imageDefinitions-builds.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-imageDefinitions-builds.json new file mode 100644 index 000000000000..ed93a6e6ae8c --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-imageDefinitions-builds.json @@ -0,0 +1,168 @@ +{ + "resourceType": "projects/catalogs/imageDefinitions/builds", + "apiVersion": "2025-04-01-preview", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter" + }, + "commands": [ + { + "name": "Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail", + "description": "Gets Build details", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/catalogs/{catalogName}/imageDefinitions/{imageDefinitionName}/builds/{buildName}/getBuildDetails", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinitionbuilddetail" + }, + "parameterSets": [ + { + "parameters": [ + "-BuildName ", + "-CatalogName ", + "-ImageDefinitionName ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets Build details", + "parameters": [ + { + "name": "-BuildName", + "value": "[Path.buildName]" + }, + { + "name": "-CatalogName", + "value": "[Path.catalogName]" + }, + { + "name": "-ImageDefinitionName", + "value": "[Path.imageDefinitionName]" + }, + { + "name": "-ProjectName", + "value": "[Path.projectName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild", + "description": "Gets a build for a specified image definition.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/catalogs/{catalogName}/imageDefinitions/{imageDefinitionName}/builds/{buildName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinitionbuild" + }, + "parameterSets": [ + { + "parameters": [ + "-BuildName ", + "-CatalogName ", + "-ImageDefinitionName ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets a build for a specified image definition.", + "parameters": [ + { + "name": "-BuildName", + "value": "[Path.buildName]" + }, + { + "name": "-CatalogName", + "value": "[Path.catalogName]" + }, + { + "name": "-ImageDefinitionName", + "value": "[Path.imageDefinitionName]" + }, + { + "name": "-ProjectName", + "value": "[Path.projectName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild", + "description": "Cancels the specified build for an image definition.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/catalogs/{catalogName}/imageDefinitions/{imageDefinitionName}/builds/{buildName}/cancel", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/stop-azdevcenteradminprojectcatalogimagedefinitionbuild" + }, + "parameterSets": [ + { + "parameters": [ + "-BuildName ", + "-CatalogName ", + "-ImageDefinitionName ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Cancels the specified build for an image definition.", + "parameters": [ + { + "name": "-BuildName", + "value": "[Path.buildName]" + }, + { + "name": "-CatalogName", + "value": "[Path.catalogName]" + }, + { + "name": "-ImageDefinitionName", + "value": "[Path.imageDefinitionName]" + }, + { + "name": "-ProjectName", + "value": "[Path.projectName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-imageDefinitions.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-imageDefinitions.json new file mode 100644 index 000000000000..c22e8a517a5b --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs-imageDefinitions.json @@ -0,0 +1,153 @@ +{ + "resourceType": "projects/catalogs/imageDefinitions", + "apiVersion": "2025-04-01-preview", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter" + }, + "commands": [ + { + "name": "Build-AzDevCenterAdminProjectCatalogImageDefinitionImage", + "description": "Builds an image for the specified Image Definition.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/catalogs/{catalogName}/imageDefinitions/{imageDefinitionName}/buildImage", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/build-azdevcenteradminprojectcatalogimagedefinitionimage" + }, + "parameterSets": [ + { + "parameters": [ + "-CatalogName ", + "-ImageDefinitionName ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Builds an image for the specified Image Definition.", + "parameters": [ + { + "name": "-CatalogName", + "value": "[Path.catalogName]" + }, + { + "name": "-ImageDefinitionName", + "value": "[Path.imageDefinitionName]" + }, + { + "name": "-ProjectName", + "value": "[Path.projectName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail", + "description": "Gets Image Definition error details", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/catalogs/{catalogName}/imageDefinitions/{imageDefinitionName}/getErrorDetails", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinitionerrordetail" + }, + "parameterSets": [ + { + "parameters": [ + "-CatalogName ", + "-ImageDefinitionName ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets Image Definition error details", + "parameters": [ + { + "name": "-CatalogName", + "value": "[Path.catalogName]" + }, + { + "name": "-ImageDefinitionName", + "value": "[Path.imageDefinitionName]" + }, + { + "name": "-ProjectName", + "value": "[Path.projectName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Get-AzDevCenterAdminProjectCatalogImageDefinition", + "description": "Gets an Image Definition from the catalog", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/catalogs/{catalogName}/imageDefinitions/{imageDefinitionName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinition" + }, + "parameterSets": [ + { + "parameters": [ + "-CatalogName ", + "-ImageDefinitionName ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets an Image Definition from the catalog", + "parameters": [ + { + "name": "-CatalogName", + "value": "[Path.catalogName]" + }, + { + "name": "-ImageDefinitionName", + "value": "[Path.imageDefinitionName]" + }, + { + "name": "-ProjectName", + "value": "[Path.projectName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs.json index 90f641f4c428..2ba864db6bf6 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-catalogs.json @@ -1,6 +1,6 @@ { "resourceType": "projects/catalogs", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-devboxdefinitions.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-devboxdefinitions.json index a5b6eaa0099b..8e247215c51a 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-devboxdefinitions.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-devboxdefinitions.json @@ -1,6 +1,6 @@ { "resourceType": "projects/devboxdefinitions", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-environmentTypes.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-environmentTypes.json index 99c3cf2fe842..2e3f56f8d2c1 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-environmentTypes.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-environmentTypes.json @@ -1,6 +1,6 @@ { "resourceType": "projects/environmentTypes", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-images-versions.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-images-versions.json new file mode 100644 index 000000000000..85624dd3fbaa --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-images-versions.json @@ -0,0 +1,57 @@ +{ + "resourceType": "projects/images/versions", + "apiVersion": "2025-04-01-preview", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter" + }, + "commands": [ + { + "name": "Get-AzDevCenterAdminImageVersion", + "description": "Gets an image version.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/images/{imageName}/versions/{versionName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminimageversion" + }, + "parameterSets": [ + { + "parameters": [ + "-ImageName ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]", + "-VersionName " + ] + } + ] + }, + "examples": [ + { + "description": "Gets an image version.", + "parameters": [ + { + "name": "-ImageName", + "value": "[Path.imageName]" + }, + { + "name": "-ProjectName", + "value": "[Path.projectName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + }, + { + "name": "-VersionName", + "value": "[Path.versionName]" + } + ] + } + ] + } + ] +} diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-images.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-images.json new file mode 100644 index 000000000000..836c8afdd118 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-images.json @@ -0,0 +1,52 @@ +{ + "resourceType": "projects/images", + "apiVersion": "2025-04-01-preview", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter" + }, + "commands": [ + { + "name": "Get-AzDevCenterAdminImage", + "description": "Gets a gallery image.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/images/{imageName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminimage" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets an image.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.imageName]" + }, + { + "name": "-ProjectName", + "value": "[Path.projectName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-pools.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-pools.json index 648660a1f45a..017d3bee9534 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-pools.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects-pools.json @@ -1,6 +1,6 @@ { "resourceType": "projects/pools", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects.json b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects.json index 67875386b01d..7e5bee96427f 100644 --- a/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects.json +++ b/src/DevCenter/DevCenter.AutoRest/UX/Microsoft.DevCenter/projects.json @@ -1,6 +1,6 @@ { "resourceType": "projects", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.devcenter" }, diff --git a/src/DevCenter/DevCenter.AutoRest/custom/Az.DevCenter.custom.psm1 b/src/DevCenter/DevCenter.AutoRest/custom/Az.DevCenter.custom.psm1 index e3418c25ccd3..ff35b6624dda 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/Az.DevCenter.custom.psm1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/Az.DevCenter.custom.psm1 @@ -1,9 +1,9 @@ # region Generated # Load the private module dll - $null = Import-Module -PassThru -Name (Join-Path $PSScriptRoot '..\bin\Az.DevCenter.private.dll') + $null = Import-Module -PassThru -Name (Join-Path $PSScriptRoot '../bin/Az.DevCenter.private.dll') # Load the internal module - $internalModulePath = Join-Path $PSScriptRoot '..\internal\Az.DevCenter.internal.psm1' + $internalModulePath = Join-Path $PSScriptRoot '../internal/Az.DevCenter.internal.psm1' if(Test-Path $internalModulePath) { $null = Import-Module -Name $internalModulePath } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/Get-AzDevCenterAdminSchedule.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/Get-AzDevCenterAdminSchedule.ps1 index e57a3f4f83a8..5a5c774faabe 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/Get-AzDevCenterAdminSchedule.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/Get-AzDevCenterAdminSchedule.ps1 @@ -27,7 +27,7 @@ Gets a schedule resource. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,89 +61,89 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminschedule #> function Get-AzDevCenterAdminSchedule { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule])] [CmdletBinding(DefaultParameterSetName = 'GetWithDefault', PositionalBinding = $false)] param( - [Parameter(ParameterSetName = 'GetWithDefault', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # Name of the pool. - ${PoolName}, + [Parameter(ParameterSetName = 'GetWithDefault', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # Name of the pool. + ${PoolName}, - [Parameter(ParameterSetName = 'GetWithDefault', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the project. - ${ProjectName}, + [Parameter(ParameterSetName = 'GetWithDefault', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the project. + ${ProjectName}, - [Parameter(ParameterSetName = 'GetWithDefault', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, + [Parameter(ParameterSetName = 'GetWithDefault', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, - [Parameter(ParameterSetName = 'GetWithDefault')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String[]] - # The ID of the target subscription. - ${SubscriptionId}, + [Parameter(ParameterSetName = 'GetWithDefault')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String[]] + # The ID of the target subscription. + ${SubscriptionId}, - [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) #Customization to remove "List" diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminAttachedNetwork.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminAttachedNetwork.ps1 index 1334fb26753e..2ba2ff405fdb 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminAttachedNetwork.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminAttachedNetwork.ps1 @@ -27,7 +27,7 @@ Creates or updates an attached NetworkConnection. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAttachedNetworkConnection +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAttachedNetworkConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,115 +61,115 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminattachednetwork #> function New-AzDevCenterAdminAttachedNetwork { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAttachedNetworkConnection])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAttachedNetworkConnection])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Alias('AttachedNetworkConnectionName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the attached NetworkConnection. - ${ConnectionName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the devcenter. - ${DevCenterName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The resource ID of the NetworkConnection you want to attach. - ${NetworkConnectionId}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Alias('AttachedNetworkConnectionName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the attached NetworkConnection. + ${ConnectionName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the devcenter. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The resource ID of the NetworkConnection you want to attach. + ${NetworkConnectionId}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { + process { Az.DevCenter.internal\New-AzDevCenterAdminAttachedNetwork @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminCatalog.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminCatalog.ps1 index dd9b5bbe50ed..d3ef51abac8f 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminCatalog.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminCatalog.ps1 @@ -27,7 +27,7 @@ Creates or updates a catalog. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,182 +61,182 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradmincatalog #> function New-AzDevCenterAdminCatalog { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog])] - [CmdletBinding(DefaultParameterSetName='CreateExpandedAdo', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpandedAdo', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='CreateExpandedAdo', Mandatory)] - [Parameter(ParameterSetName='CreateExpandedGitHub', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the devcenter. - ${DevCenterName}, - - [Parameter(ParameterSetName='CreateExpandedAdo', Mandatory)] - [Parameter(ParameterSetName='CreateExpandedGitHub', Mandatory)] - [Alias('CatalogName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the Catalog. - ${Name}, - - [Parameter(ParameterSetName='CreateExpandedAdo', Mandatory)] - [Parameter(ParameterSetName='CreateExpandedGitHub', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpandedAdo', Mandatory)] - [Parameter(ParameterSetName='CreateExpandedGitHub', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpandedAdo', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='CreateViaIdentityExpandedGitHub', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName='CreateExpandedAdo')] - [Parameter(ParameterSetName='CreateViaIdentityExpandedAdo')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Git branch. - ${AdoGitBranch}, - - [Parameter(ParameterSetName='CreateExpandedAdo')] - [Parameter(ParameterSetName='CreateViaIdentityExpandedAdo')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The folder where the catalog items can be found inside the repository. - ${AdoGitPath}, - - [Parameter(ParameterSetName='CreateExpandedAdo', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpandedAdo', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # A reference to the Key Vault secret containing a security token to authenticate to a Git repository. - ${AdoGitSecretIdentifier}, - - [Parameter(ParameterSetName='CreateExpandedAdo', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpandedAdo', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Git URI. - ${AdoGitUri}, - - [Parameter(ParameterSetName='CreateExpandedGitHub')] - [Parameter(ParameterSetName='CreateViaIdentityExpandedGitHub')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Git branch. - ${GitHubBranch}, - - [Parameter(ParameterSetName='CreateExpandedGitHub')] - [Parameter(ParameterSetName='CreateViaIdentityExpandedGitHub')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The folder where the catalog items can be found inside the repository. - ${GitHubPath}, - - [Parameter(ParameterSetName='CreateExpandedGitHub', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpandedGitHub', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # A reference to the Key Vault secret containing a security token to authenticate to a Git repository. - ${GitHubSecretIdentifier}, - - [Parameter(ParameterSetName='CreateExpandedGitHub', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpandedGitHub', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Git URI. - ${GitHubUri}, - - [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType] - # Indicates the type of sync that is configured for the catalog. - ${SyncType}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogUpdatePropertiesTags]))] - [System.Collections.Hashtable] - # Resource tags. - ${Tag}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'CreateExpandedAdo', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedGitHub', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the devcenter. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'CreateExpandedAdo', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedGitHub', Mandatory)] + [Alias('CatalogName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the Catalog. + ${Name}, + + [Parameter(ParameterSetName = 'CreateExpandedAdo', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedGitHub', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'CreateExpandedAdo', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedGitHub', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedAdo', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedGitHub', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(ParameterSetName = 'CreateExpandedAdo')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedAdo')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Git branch. + ${AdoGitBranch}, + + [Parameter(ParameterSetName = 'CreateExpandedAdo')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedAdo')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The folder where the catalog items can be found inside the repository. + ${AdoGitPath}, + + [Parameter(ParameterSetName = 'CreateExpandedAdo', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedAdo', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # A reference to the Key Vault secret containing a security token to authenticate to a Git repository. + ${AdoGitSecretIdentifier}, + + [Parameter(ParameterSetName = 'CreateExpandedAdo', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedAdo', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Git URI. + ${AdoGitUri}, + + [Parameter(ParameterSetName = 'CreateExpandedGitHub')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedGitHub')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Git branch. + ${GitHubBranch}, + + [Parameter(ParameterSetName = 'CreateExpandedGitHub')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedGitHub')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The folder where the catalog items can be found inside the repository. + ${GitHubPath}, + + [Parameter(ParameterSetName = 'CreateExpandedGitHub', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedGitHub', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # A reference to the Key Vault secret containing a security token to authenticate to a Git repository. + ${GitHubSecretIdentifier}, + + [Parameter(ParameterSetName = 'CreateExpandedGitHub', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedGitHub', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Git URI. + ${GitHubUri}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType] + # Indicates the type of sync that is configured for the catalog. + ${SyncType}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogUpdatePropertiesTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { + process { Az.DevCenter.internal\New-AzDevCenterAdminCatalog @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminDevBoxDefinition.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminDevBoxDefinition.ps1 index 601e25698a1e..4e14f199ad0a 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminDevBoxDefinition.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminDevBoxDefinition.ps1 @@ -27,7 +27,7 @@ Creates or updates a Dev Box definition. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevBoxDefinition +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevBoxDefinition .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,186 +61,186 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradmindevboxdefinition #> function New-AzDevCenterAdminDevBoxDefinition { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevBoxDefinition])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevBoxDefinition])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the devcenter. - ${DevCenterName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Alias('DevBoxDefinitionName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the Dev Box definition. - ${Name}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The geo-location where the resource lives - ${Location}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HibernateSupport])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HibernateSupport] - # Indicates whether Dev Boxes created with this definition are capable of hibernation. - # Not all images are capable of supporting hibernation. - # To find out more see https://aka.ms/devbox/hibernate - ${HibernateSupport}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Image ID, or Image version ID. - # When Image ID is provided, its latest version will be used. - ${ImageReferenceId}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The storage type used for the Operating System disk of Dev Boxes created using this definition. - ${OSStorageType}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.Int32] - # If the SKU supports scale out/in then the capacity integer should be included. - # If scale out/in is not possible for the resource this may be omitted. - ${SkuCapacity}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # If the service has different generations of hardware, for the same SKU, then that can be captured here. - ${SkuFamily}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The name of the SKU. - # E.g. - # P3. - # It is typically a letter+number code - ${SkuName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The SKU size. - # When the name field is the combination of tier and some other value, this would be the standalone code. - ${SkuSize}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier] - # This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - ${SkuTier}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.ITrackedResourceTags]))] - [System.Collections.Hashtable] - # Resource tags. - ${Tag}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the devcenter. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Alias('DevBoxDefinitionName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the Dev Box definition. + ${Name}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The geo-location where the resource lives + ${Location}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HibernateSupport])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HibernateSupport] + # Indicates whether Dev Boxes created with this definition are capable of hibernation. + # Not all images are capable of supporting hibernation. + # To find out more see https://aka.ms/devbox/hibernate + ${HibernateSupport}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Image ID, or Image version ID. + # When Image ID is provided, its latest version will be used. + ${ImageReferenceId}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The storage type used for the Operating System disk of Dev Boxes created using this definition. + ${OSStorageType}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.Int32] + # If the SKU supports scale out/in then the capacity integer should be included. + # If scale out/in is not possible for the resource this may be omitted. + ${SkuCapacity}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # If the service has different generations of hardware, for the same SKU, then that can be captured here. + ${SkuFamily}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The name of the SKU. + # E.g. + # P3. + # It is typically a letter+number code + ${SkuName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The SKU size. + # When the name field is the combination of tier and some other value, this would be the standalone code. + ${SkuSize}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier] + # This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + ${SkuTier}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api50.ITrackedResourceTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { + process { Az.DevCenter.internal\New-AzDevCenterAdminDevBoxDefinition @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminGallery.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminGallery.ps1 index 21b0bf8fefbd..a042158cff93 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminGallery.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminGallery.ps1 @@ -27,7 +27,7 @@ Creates or updates a gallery. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IGallery +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IGallery .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,113 +61,113 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradmingallery #> function New-AzDevCenterAdminGallery { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IGallery])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IGallery])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the devcenter. - ${DevCenterName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Alias('GalleryName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the gallery. - ${Name}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The resource ID of the backing Azure Compute Gallery. - ${GalleryResourceId}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the devcenter. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Alias('GalleryName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the gallery. + ${Name}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The resource ID of the backing Azure Compute Gallery. + ${GalleryResourceId}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { + process { Az.DevCenter.internal\New-AzDevCenterAdminGallery @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminNetworkConnection.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminNetworkConnection.ps1 index 2043661a2af5..d67e6ce654bc 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminNetworkConnection.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminNetworkConnection.ps1 @@ -27,7 +27,7 @@ Creates or updates a Network Connections resource .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnection +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.INetworkConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,165 +61,165 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminnetworkconnection #> function New-AzDevCenterAdminNetworkConnection { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnection])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.INetworkConnection])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Alias('NetworkConnectionName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # Name of the Network Connection that can be applied to a Pool. - ${Name}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The geo-location where the resource lives - ${Location}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DomainJoinType])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DomainJoinType] - # AAD Join type. - ${DomainJoinType}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Active Directory domain name - ${DomainName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The password for the account used to join domain - ${DomainPassword}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. - # Required format: admin@contoso.com. - ${DomainUsername}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The name for resource group where NICs will be placed. - ${NetworkingResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Active Directory domain Organization Unit (OU) - ${OrganizationUnit}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The subnet to attach Virtual Machines to - ${SubnetId}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.ITrackedResourceTags]))] - [System.Collections.Hashtable] - # Resource tags. - ${Tag}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Alias('NetworkConnectionName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # Name of the Network Connection that can be applied to a Pool. + ${Name}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The geo-location where the resource lives + ${Location}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DomainJoinType])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DomainJoinType] + # AAD Join type. + ${DomainJoinType}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Active Directory domain name + ${DomainName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The password for the account used to join domain + ${DomainPassword}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. + # Required format: admin@contoso.com. + ${DomainUsername}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The name for resource group where NICs will be placed. + ${NetworkingResourceGroupName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Active Directory domain Organization Unit (OU) + ${OrganizationUnit}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The subnet to attach Virtual Machines to + ${SubnetId}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api50.ITrackedResourceTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { + process { Az.DevCenter.internal\New-AzDevCenterAdminNetworkConnection @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPlan.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPlan.ps1 deleted file mode 100644 index a53da7725eae..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPlan.ps1 +++ /dev/null @@ -1,207 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code -# is regenerated. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis -Creates or updates a devcenter plan resource -.Description -Creates or updates a devcenter plan resource -.Example -{{ Add code here }} -.Example -{{ Add code here }} - -.Inputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -.Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlan -.Notes -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - -INPUTOBJECT : Identity Parameter - [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. - [CatalogName ]: The name of the Catalog. - [DevBoxDefinitionName ]: The name of the Dev Box definition. - [DevCenterName ]: The name of the devcenter. - [EncryptionSetName ]: The name of the devcenter encryption set. - [EnvironmentDefinitionName ]: The name of the Environment Definition. - [EnvironmentTypeName ]: The name of the environment type. - [GalleryName ]: The name of the gallery. - [Id ]: Resource identity path - [ImageName ]: The name of the image. - [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. - [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. - [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. - [PoolName ]: Name of the pool. - [ProjectName ]: The name of the project. - [ResourceGroupName ]: The name of the resource group. The name is case insensitive. - [ScheduleName ]: The name of the schedule that uniquely identifies it. - [SubscriptionId ]: The ID of the target subscription. - [TaskName ]: The name of the Task. - [VersionName ]: The version of the image. -.Link -https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminplan -#> -function New-AzDevCenterAdminPlan { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlan])] -[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] -param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Alias('PlanName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the devcenter plan. - ${Name}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The geo-location where the resource lives - ${Location}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.Int32] - # If the SKU supports scale out/in then the capacity integer should be included. - # If scale out/in is not possible for the resource this may be omitted. - ${SkuCapacity}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # If the service has different generations of hardware, for the same SKU, then that can be captured here. - ${SkuFamily}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The name of the SKU. - # E.g. - # P3. - # It is typically a letter+number code - ${SkuName}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The SKU size. - # When the name field is the combination of tier and some other value, this would be the standalone code. - ${SkuSize}, - - [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier] - # This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - ${SkuTier}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.ITrackedResourceTags]))] - [System.Collections.Hashtable] - # Resource tags. - ${Tag}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} -) - -process { - Az.DevCenter.internal\New-AzDevCenterAdminPlan @PSBoundParameters -} -} diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPlanMember.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPlanMember.ps1 deleted file mode 100644 index fc1dad01e968..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPlanMember.ps1 +++ /dev/null @@ -1,190 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code -# is regenerated. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis -Creates or updates a devcenter plan member resource -.Description -Creates or updates a devcenter plan member resource -.Example -{{ Add code here }} -.Example -{{ Add code here }} - -.Inputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -.Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlanMember -.Notes -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - -INPUTOBJECT : Identity Parameter - [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. - [CatalogName ]: The name of the Catalog. - [DevBoxDefinitionName ]: The name of the Dev Box definition. - [DevCenterName ]: The name of the devcenter. - [EncryptionSetName ]: The name of the devcenter encryption set. - [EnvironmentDefinitionName ]: The name of the Environment Definition. - [EnvironmentTypeName ]: The name of the environment type. - [GalleryName ]: The name of the gallery. - [Id ]: Resource identity path - [ImageName ]: The name of the image. - [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. - [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. - [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. - [PoolName ]: Name of the pool. - [ProjectName ]: The name of the project. - [ResourceGroupName ]: The name of the resource group. The name is case insensitive. - [ScheduleName ]: The name of the schedule that uniquely identifies it. - [SubscriptionId ]: The ID of the target subscription. - [TaskName ]: The name of the Task. - [VersionName ]: The version of the image. -.Link -https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminplanmember -#> -function New-AzDevCenterAdminPlanMember { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlanMember])] -[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] -param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of a devcenter plan member. - ${MemberName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the devcenter plan. - ${PlanName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The unique id of the member. - ${MemberId}, - - [Parameter(Mandatory)] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberType])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberType] - # The type of the member (user, group) - ${MemberType}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ITags]))] - [System.Collections.Hashtable] - # Resource tags. - ${PropertiesTag}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ITags]))] - [System.Collections.Hashtable] - # Resource tags. - ${Tag}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} -) - -process { - Az.DevCenter.internal\New-AzDevCenterAdminPlanMember @PSBoundParameters -} -} diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPool.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPool.ps1 index 50e0f0073419..81ab69f8f18a 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPool.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPool.ps1 @@ -27,7 +27,7 @@ Creates or updates a machine pool .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPool +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IPool .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,178 +61,311 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminpool #> function New-AzDevCenterAdminPool { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPool])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Alias('PoolName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # Name of the pool. - ${Name}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The geo-location where the resource lives - ${Location}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Name of a Dev Box definition in parent Project of this Pool - ${DevBoxDefinitionName}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The display name of the pool. - ${DisplayName}, - - [Parameter(Mandatory)] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.LocalAdminStatus])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.LocalAdminStatus] - # Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. - ${LocalAdministrator}, - - [Parameter()] - [AllowEmptyCollection()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String[]] - # The regions of the managed virtual network (required when managedNetworkType is Managed). - ${ManagedVirtualNetworkRegion}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Name of a Network Connection in parent Project of this Pool - ${NetworkConnectionName}, - - [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SingleSignOnStatus])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SingleSignOnStatus] - # Indicates whether Dev Boxes in this pool are created with single sign on enabled. - # The also requires that single sign on be enabled on the tenant. - ${SingleSignOnStatus}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.Int32] - # The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. - ${StopOnDisconnectGracePeriodMinute}, - - [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnDisconnectEnableStatus])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnDisconnectEnableStatus] - # Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled. - ${StopOnDisconnectStatus}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.ITrackedResourceTags]))] - [System.Collections.Hashtable] - # Resource tags. - ${Tag}, - - [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.VirtualNetworkType])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.VirtualNetworkType] - # Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. - ${VirtualNetworkType}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} - ) + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IPool])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Alias('PoolName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # Name of the pool. + ${Name}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The geo-location where the resource lives + ${Location}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoStartEnableStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoStartEnableStatus] + # Enables or disables whether the Dev Box should be automatically started at commencement of active hours. + ${ActiveHourConfigurationAutoStartEnableStatus}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.Int32] + # The default end time of the active hours + ${ActiveHourConfigurationDefaultEndTimeHour}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.Int32] + # The default start time of the active hours. + ${ActiveHourConfigurationDefaultStartTimeHour}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The default IANA timezone id of the active hours. + ${ActiveHourConfigurationDefaultTimeZone}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.KeepAwakeEnableStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.KeepAwakeEnableStatus] + # Enables or disables whether the Dev Box should be kept awake during active hours. + ${ActiveHourConfigurationKeepAwakeEnableStatus}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Name of a Dev Box definition in parent Project of this Pool. + # Will be ignored if devBoxDefinitionType is Value. + ${DevBoxDefinitionName}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType] + # Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. + ${DevBoxDefinitionType}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxTunnelEnableStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxTunnelEnableStatus] + # Indicates whether Dev Box Tunnel is enabled for a the pool. + ${DevBoxTunnelEnableStatus}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The display name of the pool. + ${DisplayName}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Image ID, or Image version ID. + # When Image ID is provided, its latest version will be used. + ${ImageReferenceId}, + + [Parameter(Mandatory)] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.LocalAdminStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.LocalAdminStatus] + # Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. + ${LocalAdministrator}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String[]] + # The regions of the managed virtual network (required when managedNetworkType is Managed). + ${ManagedVirtualNetworkRegion}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Name of a Network Connection in parent Project of this Pool + ${NetworkConnectionName}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SingleSignOnStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SingleSignOnStatus] + # Indicates whether Dev Boxes in this pool are created with single sign on enabled. + # The also requires that single sign on be enabled on the tenant. + ${SingleSignOnStatus}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.Int32] + # If the SKU supports scale out/in then the capacity integer should be included. + # If scale out/in is not possible for the resource this may be omitted. + ${SkuCapacity}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # If the service has different generations of hardware, for the same SKU, then that can be captured here. + ${SkuFamily}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The name of the SKU. + # E.g. + # P3. + # It is typically a letter+number code + ${SkuName}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The SKU size. + # When the name field is the combination of tier and some other value, this would be the standalone code. + ${SkuSize}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier] + # This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + ${SkuTier}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.Int32] + # The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. + ${StopOnDisconnectGracePeriodMinute}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnDisconnectEnableStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnDisconnectEnableStatus] + # Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled. + ${StopOnDisconnectStatus}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.Int32] + # The specified time in minutes to wait before stopping a Dev Box if no connection is made. + ${StopOnNoConnectGracePeriodMinute}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus] + # Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed. + ${StopOnNoConnectStatus}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api50.ITrackedResourceTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.VirtualNetworkType])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.VirtualNetworkType] + # Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. + ${VirtualNetworkType}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + process { + # Call the validation function before creating the pool + ValidatePoolCreate ` + -VirtualNetworkType $PSBoundParameters['VirtualNetworkType'] ` + -NetworkConnectionName $PSBoundParameters['NetworkConnectionName'] ` + -ManagedVirtualNetworkRegion $PSBoundParameters['ManagedVirtualNetworkRegion'] ` + -DevBoxDefinitionImageReference $PSBoundParameters['ImageReferenceId'] ` + -DevBoxDefinitionSku $PSBoundParameters['SkuName'] ` + -DevBoxDefinitionType $PSBoundParameters['DevBoxDefinitionType'] ` + -DevBoxDefinitionName $PSBoundParameters['DevBoxDefinitionName'] + + # If VirtualNetworkType is Managed and NetworkConnectionName is not set, set it to "managedNetwork" + if ( + $PSBoundParameters['VirtualNetworkType'] -eq "Managed" -and + (-not $PSBoundParameters.ContainsKey('NetworkConnectionName') -or [string]::IsNullOrWhiteSpace($PSBoundParameters['NetworkConnectionName'])) + ) { + $PSBoundParameters['NetworkConnectionName'] = "managedNetwork" + } + + # If DevBoxDefinitionType is Value and DevBoxDefinitionImageReference (id) is set, set DevBoxDefinitionName + if ( + $PSBoundParameters['DevBoxDefinitionType'] -eq "Value" -and + $PSBoundParameters.ContainsKey('ImageReferenceId') -and + -not [string]::IsNullOrWhiteSpace($PSBoundParameters['ImageReferenceId']) + ) { + $id = $PSBoundParameters['ImageReferenceId'].TrimEnd('/') + $name = $id.Split('/')[-1] + $PSBoundParameters['DevBoxDefinitionName'] = $name + } + Az.DevCenter.internal\New-AzDevCenterAdminPool @PSBoundParameters } } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProject.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProject.ps1 index f17c9731d315..ad4066fc7e3a 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProject.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProject.ps1 @@ -27,14 +27,19 @@ Creates or updates a project. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProject +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProject .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. +CUSTOMIZATIONSETTINGIDENTITY : The identities that can to be used in customization scenarios; e.g., to clone a repository. + [IdentityResourceId ]: Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups//providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity. + [IdentityType ]: Values can be systemAssignedIdentity or userAssignedIdentity + INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +48,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,159 +65,222 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminproject #> function New-AzDevCenterAdminProject { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProject])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Alias('ProjectName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the project. - ${Name}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The geo-location where the resource lives - ${Location}, - - [Parameter()] - [AllowEmptyCollection()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogItemType])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogItemType[]] - # Indicates catalog item types that can be synced. - ${CatalogSettingCatalogItemSyncType}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Description of the project. - ${Description}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Resource Id of an associated DevCenter - ${DevCenterId}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The display name of the project. - ${DisplayName}, - - [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ManagedServiceIdentityType])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ManagedServiceIdentityType] - # Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - ${IdentityType}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.IUserAssignedIdentities]))] - [System.Collections.Hashtable] - # The set of user assigned identities associated with the resource. - # The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. - # The dictionary values can be empty objects ({}) in requests. - ${IdentityUserAssignedIdentity}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.Int32] - # When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. - # This will have no effect on existing Dev Boxes when reduced. - ${MaxDevBoxesPerUser}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.ITrackedResourceTags]))] - [System.Collections.Hashtable] - # Resource tags. - ${Tag}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} - ) +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProject])] +[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName='CreateExpanded', Mandatory)] + [Alias('ProjectName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the project. + ${Name}, + + [Parameter(ParameterSetName='CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName='CreateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The geo-location where the resource lives + ${Location}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode] + # The property indicates whether Azure AI services is enabled. + ${AzureAiServiceSettingAzureAiServicesMode}, + + [Parameter()] + [AllowEmptyCollection()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogItemType])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogItemType[]] + # Indicates catalog item types that can be synced. + ${CatalogSettingCatalogItemSyncType}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectCustomizationManagedIdentity[]] + # The identities that can to be used in customization scenarios; e.g., to clone a repository. + # To construct, see NOTES section for CUSTOMIZATIONSETTINGIDENTITY properties and create a hash table. + ${CustomizationSettingIdentity}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus] + # Indicates whether user customizations are enabled. + ${CustomizationSettingUserCustomizationsEnableStatus}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Description of the project. + ${Description}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode] + # Indicates the delete mode for Dev Boxes within this project. + ${DevBoxAutoDeleteSettingDeleteMode}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # ISO8601 duration required for the dev box to be marked for deletion prior to it being deleted. + # ISO8601 format PT[n]H[n]M[n]S. + ${DevBoxAutoDeleteSettingGracePeriod}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # ISO8601 duration required for the dev box to not be inactive prior to it being scheduled for deletion. + # ISO8601 format PT[n]H[n]M[n]S. + ${DevBoxAutoDeleteSettingInactiveThreshold}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Resource Id of an associated DevCenter + ${DevCenterId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The display name of the project. + ${DisplayName}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ManagedServiceIdentityType])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ManagedServiceIdentityType] + # Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). + ${IdentityType}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.IUserAssignedIdentities]))] + [System.Collections.Hashtable] + # The set of user assigned identities associated with the resource. + # The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. + # The dictionary values can be empty objects ({}) in requests. + ${IdentityUserAssignedIdentity}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.Int32] + # When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. + # This will have no effect on existing Dev Boxes when reduced. + ${MaxDevBoxesPerUser}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.Int32] + # When specified, limits the maximum number of concurrent sessions across all pools in the project. + ${ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode] + # The property indicates whether serverless GPU access is enabled on the project. + ${ServerlessGpuSessionSettingServerlessGpuSessionsMode}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api50.ITrackedResourceTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.WorkspaceStorageMode])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.WorkspaceStorageMode] + # Indicates whether workspace storage is enabled. + ${WorkspaceStorageSettingWorkspaceStorageMode}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) process { Az.DevCenter.internal\New-AzDevCenterAdminProject @PSBoundParameters diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProjectCatalog.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProjectCatalog.ps1 index 7adf35a4174e..478f7f8b3461 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProjectCatalog.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProjectCatalog.ps1 @@ -27,7 +27,7 @@ Creates or updates a project catalog. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,7 +61,7 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminprojectcatalog #> function New-AzDevCenterAdminProjectCatalog { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog])] [CmdletBinding(DefaultParameterSetName='CreateExpandedAdo', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CreateExpandedAdo', Mandatory)] @@ -157,21 +158,21 @@ function New-AzDevCenterAdminProjectCatalog { [System.String] # Git URI. ${GitHubUri}, - + [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType])] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType] # Indicates the type of sync that is configured for the catalog. ${SyncType}, - + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogUpdatePropertiesTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogUpdatePropertiesTags]))] [System.Collections.Hashtable] # Resource tags. ${Tag}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -180,52 +181,52 @@ function New-AzDevCenterAdminProjectCatalog { # The DefaultProfile parameter is not functional. # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, - + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command as a job ${AsJob}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Run the command asynchronously ${NoWait}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] [System.Management.Automation.SwitchParameter] @@ -237,5 +238,5 @@ function New-AzDevCenterAdminProjectCatalog { Az.DevCenter.internal\New-AzDevCenterAdminProjectCatalog @PSBoundParameters } - } +} \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProjectEnvironmentType.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProjectEnvironmentType.ps1 index 3c791ac42c26..7eb943f63415 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProjectEnvironmentType.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminProjectEnvironmentType.ps1 @@ -27,7 +27,7 @@ Creates or updates a project environment type. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentType +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentType .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,167 +61,158 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminprojectenvironmenttype #> function New-AzDevCenterAdminProjectEnvironmentType { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentType])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentType])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the environment type. - ${EnvironmentTypeName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentRoles]))] - [System.Collections.Hashtable] - # A map of roles to assign to the environment creator. - ${CreatorRoleAssignmentRole}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # Id of a subscription that the environment type will be mapped to. - # The environment's resources will be deployed into this subscription. - ${DeploymentTargetId}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The display name of the project environment type. - ${DisplayName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ManagedServiceIdentityType])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ManagedServiceIdentityType] - # Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - ${IdentityType}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.IUserAssignedIdentities]))] - [System.Collections.Hashtable] - # The set of user assigned identities associated with the resource. - # The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. - # The dictionary values can be empty objects ({}) in requests. - ${IdentityUserAssignedIdentity}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The geo-location for the environment type - ${Location}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatus])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatus] - # Defines whether this Environment Type can be used in this Project. - ${Status}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ITags]))] - [System.Collections.Hashtable] - # Resource tags. - ${Tag}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments]))] - [System.Collections.Hashtable] - # Role Assignments created on environment backing resources. - # This is a mapping from a user object ID to an object of role definition IDs. - ${UserRoleAssignment}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the environment type. + ${EnvironmentTypeName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentRoles]))] + [System.Collections.Hashtable] + # A map of roles to assign to the environment creator. + ${CreatorRoleAssignmentRole}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # Id of a subscription that the environment type will be mapped to. + # The environment's resources will be deployed into this subscription. + ${DeploymentTargetId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The display name of the project environment type. + ${DisplayName}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ManagedServiceIdentityType])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ManagedServiceIdentityType] + # Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). + ${IdentityType}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.IUserAssignedIdentities]))] + [System.Collections.Hashtable] + # The set of user assigned identities associated with the resource. + # The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. + # The dictionary values can be empty objects ({}) in requests. + ${IdentityUserAssignedIdentity}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The geo-location for the environment type + ${Location}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatus] + # Defines whether this Environment Type can be used in this Project. + ${Status}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ITags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments]))] + [System.Collections.Hashtable] + # Role Assignments created on environment backing resources. + # This is a mapping from a user object ID to an object of role definition IDs. + ${UserRoleAssignment}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { + process { Az.DevCenter.internal\New-AzDevCenterAdminProjectEnvironmentType @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminSchedule.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminSchedule.ps1 index fbb0543e671b..427ce2ce9beb 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminSchedule.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminSchedule.ps1 @@ -27,7 +27,7 @@ Creates or updates a Schedule. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,131 +61,131 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminschedule #> function New-AzDevCenterAdminSchedule { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # Name of the pool. - ${PoolName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName='CreateViaIdentityExpanded')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatus])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatus] - # Indicates whether or not this scheduled task is enabled. - ${State}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The target time to trigger the action. - # The format is HH:MM. - ${Time}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The IANA timezone id at which the schedule should execute. - ${TimeZone}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # Name of the pool. + ${PoolName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatus] + # Indicates whether or not this scheduled task is enabled. + ${State}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The target time to trigger the action. + # The format is HH:MM. + ${Time}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The IANA timezone id at which the schedule should execute. + ${TimeZone}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { - if ($PSBoundParameters.ContainsKey('InputObject')) { - $PSBoundParameters["InputObject"].ScheduleName = "Default" - } + process { + if ($PSBoundParameters.ContainsKey('InputObject')) { + $PSBoundParameters["InputObject"].ScheduleName = "Default" + } Az.DevCenter.internal\New-AzDevCenterAdminSchedule @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/README.md b/src/DevCenter/DevCenter.AutoRest/custom/README.md index 95107ed481e3..84c7f0df31bd 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/README.md +++ b/src/DevCenter/DevCenter.AutoRest/custom/README.md @@ -1,5 +1,5 @@ # Custom -This directory contains custom implementation for non-generated cmdlets for the `Az.DevCenter` module. Both scripts (`.ps1`) and C# files (`.cs`) can be implemented here. They will be used during the build process in `build-module.ps1`, and create cmdlets into the `..\exports` folder. The only generated file into this folder is the `Az.DevCenter.custom.psm1`. This file should not be modified. +This directory contains custom implementation for non-generated cmdlets for the `Az.DevCenter` module. Both scripts (`.ps1`) and C# files (`.cs`) can be implemented here. They will be used during the build process in `build-module.ps1`, and create cmdlets into the `../exports` folder. The only generated file into this folder is the `Az.DevCenter.custom.psm1`. This file should not be modified. ## Info - Modifiable: yes @@ -15,10 +15,10 @@ For C# cmdlets, they are compiled with the rest of the generated low-level cmdle For script cmdlets, these are loaded via the `Az.DevCenter.custom.psm1`. Then, during the build process, this module is loaded and processed in the same manner as the C# cmdlets. The fundamental difference is the script cmdlets use the `ParameterSetName` attribute and C# cmdlets do not. To create a script cmdlet variant of a generated cmdlet, simply decorate all parameters in the script with the new `ParameterSetName` in the `Parameter` attribute. This will appropriately treat each parameter set as a separate variant when processed to be exported during the build. ## Purpose -This allows the modules to have cmdlets that were not defined in the REST specification. It also allows combining logic using generated cmdlets. This is a level of customization beyond what can be done using the [readme configuration options](https://github.com/Azure/autorest/blob/master/docs/powershell/options.md) that are currently available. These custom cmdlets are then referenced by the cmdlets created at build-time in the `..\exports` folder. +This allows the modules to have cmdlets that were not defined in the REST specification. It also allows combining logic using generated cmdlets. This is a level of customization beyond what can be done using the [readme configuration options](https://github.com/Azure/autorest/blob/master/docs/powershell/options.md) that are currently available. These custom cmdlets are then referenced by the cmdlets created at build-time in the `../exports` folder. ## Usage -The easiest way currently to start developing custom cmdlets is to copy an existing cmdlet. For C# cmdlets, copy one from the `generated/cmdlets` folder. For script cmdlets, build the project using `build-module.ps1` and copy one of the scripts from the `..\exports` folder. After that, if you want to add new parameter sets, follow the guidelines in the `Details` section above. For implementing a new cmdlets, at minimum, please keep these parameters: +The easiest way currently to start developing custom cmdlets is to copy an existing cmdlet. For C# cmdlets, copy one from the `generated/cmdlets` folder. For script cmdlets, build the project using `build-module.ps1` and copy one of the scripts from the `../exports` folder. After that, if you want to add new parameter sets, follow the guidelines in the `Details` section above. For implementing a new cmdlets, at minimum, please keep these parameters: - Break - DefaultProfile - HttpPipelineAppend @@ -36,6 +36,6 @@ For processing the cmdlets, we've created some additional attributes: - `Microsoft.Azure.PowerShell.Cmdlets.DevCenter.DoNotExportAttribute` - Used in C# and script cmdlets to suppress creating an exported cmdlet at build-time. These cmdlets will *not be exposed* by `Az.DevCenter`. - `Microsoft.Azure.PowerShell.Cmdlets.DevCenter.InternalExportAttribute` - - Used in C# cmdlets to route exported cmdlets to the `..\internal`, which are *not exposed* by `Az.DevCenter`. For more information, see [README.md](..\internal/README.md) in the `..\internal` folder. + - Used in C# cmdlets to route exported cmdlets to the `../internal`, which are *not exposed* by `Az.DevCenter`. For more information, see [README.md](../internal/README.md) in the `../internal` folder. - `Microsoft.Azure.PowerShell.Cmdlets.DevCenter.ProfileAttribute` - Used in C# and script cmdlets to define which Azure profiles the cmdlet supports. This is only supported for Azure (`--azure`) modules. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/custom/Remove-AzDevCenterAdminSchedule.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/Remove-AzDevCenterAdminSchedule.ps1 index 2d3adbc332e2..f4ca071e6045 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/Remove-AzDevCenterAdminSchedule.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/Remove-AzDevCenterAdminSchedule.ps1 @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -61,112 +62,112 @@ https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradm #> function Remove-AzDevCenterAdminSchedule { [OutputType([System.Boolean])] - [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [CmdletBinding(DefaultParameterSetName = 'Delete', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='Delete', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # Name of the pool. - ${PoolName}, - - [Parameter(ParameterSetName='Delete', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='Delete', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='Delete')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='DeleteViaIdentity', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Returns true when the command succeeds - ${PassThru}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # Name of the pool. + ${PoolName}, + + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'Delete')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'DeleteViaIdentity', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Returns true when the command succeeds + ${PassThru}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { + process { if ($PSBoundParameters.ContainsKey('InputObject')) { - $PSBoundParameters["InputObject"].ScheduleName = "Default" - } - Az.DevCenter.internal\Remove-AzDevCenterAdminSchedule @PSBoundParameters -} + $PSBoundParameters["InputObject"].ScheduleName = "Default" + } + Az.DevCenter.internal\Remove-AzDevCenterAdminSchedule @PSBoundParameters + } } diff --git a/src/DevCenter/DevCenter.AutoRest/custom/Update-AzDevCenterAdminSchedule.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/Update-AzDevCenterAdminSchedule.ps1 index 285ffe5a661e..b632fcdae119 100644 --- a/src/DevCenter/DevCenter.AutoRest/custom/Update-AzDevCenterAdminSchedule.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/custom/Update-AzDevCenterAdminSchedule.ps1 @@ -27,7 +27,7 @@ Partially updates a Scheduled. .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule +Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [AttachedNetworkConnectionName ]: The name of the attached NetworkConnection. + [BuildName ]: The ID of the Image Definition Build. [CatalogName ]: The name of the Catalog. [DevBoxDefinitionName ]: The name of the Dev Box definition. [DevCenterName ]: The name of the devcenter. @@ -43,14 +44,14 @@ INPUTOBJECT : Identity Parameter [EnvironmentTypeName ]: The name of the environment type. [GalleryName ]: The name of the gallery. [Id ]: Resource identity path + [ImageDefinitionName ]: The name of the Image Definition. [ImageName ]: The name of the image. [Location ]: The Azure region - [MemberName ]: The name of a devcenter plan member. [NetworkConnectionName ]: Name of the Network Connection that can be applied to a Pool. [OperationId ]: The ID of an ongoing async operation - [PlanName ]: The name of the devcenter plan. [PoolName ]: Name of the pool. [ProjectName ]: The name of the project. + [ProjectPolicyName ]: The name of the project policy. [ResourceGroupName ]: The name of the resource group. The name is case insensitive. [ScheduleName ]: The name of the schedule that uniquely identifies it. [SubscriptionId ]: The ID of the target subscription. @@ -60,140 +61,140 @@ INPUTOBJECT : Identity Parameter https://learn.microsoft.com/powershell/module/az.devcenter/update-azdevcenteradminschedule #> function Update-AzDevCenterAdminSchedule { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule])] - [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule])] + [CmdletBinding(DefaultParameterSetName = 'UpdateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # Name of the pool. - ${PoolName}, - - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='UpdateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='UpdateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName = 'UpdateExpanded')] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatus])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatus] - # Indicates whether or not this scheduled task is enabled. - ${State}, - - [Parameter(ParameterSetName = 'UpdateExpanded')] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ITags]))] - [System.Collections.Hashtable] - # Resource tags. - ${Tag}, - - [Parameter(ParameterSetName = 'UpdateExpanded')] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The target time to trigger the action. - # The format is HH:MM. - ${Time}, - - [Parameter(ParameterSetName = 'UpdateExpanded')] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [System.String] - # The IANA timezone id at which the schedule should execute. - ${TimeZone}, - - [Parameter(ParameterSetName = 'UpdateExpanded')] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType] - # Supported type this scheduled task represents. - ${Type}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] - [System.Management.Automation.PSObject] - # The DefaultProfile parameter is not functional. - # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # Name of the pool. + ${PoolName}, + + [Parameter(ParameterSetName = 'UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(ParameterSetName = 'UpdateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.DefaultInfo(Script = '(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(ParameterSetName = 'UpdateExpanded')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduleEnableStatus] + # Indicates whether or not this scheduled task is enabled. + ${State}, + + [Parameter(ParameterSetName = 'UpdateExpanded')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ITags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter(ParameterSetName = 'UpdateExpanded')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The target time to trigger the action. + # The format is HH:MM. + ${Time}, + + [Parameter(ParameterSetName = 'UpdateExpanded')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [System.String] + # The IANA timezone id at which the schedule should execute. + ${TimeZone}, + + [Parameter(ParameterSetName = 'UpdateExpanded')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpanded')] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType] + # Supported type this scheduled task represents. + ${Type}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenter.AutoRest/custom/Utils.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/Utils.ps1 new file mode 100644 index 000000000000..96c7359b41ec --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/custom/Utils.ps1 @@ -0,0 +1,55 @@ +function TestPoolHasValue { + param($Value) + return $null -ne $Value -and ( + ($Value -is [string] -and $Value.Trim() -ne "") -or + ($Value -isnot [string] -and $Value.Count -gt 0) + ) +} + +function ValidatePoolCreate { + param( + $VirtualNetworkType, + $NetworkConnectionName, + $ManagedVirtualNetworkRegion, + $DevBoxDefinitionImageReference, + $DevBoxDefinitionSku, + $DevBoxDefinitionType, + $DevBoxDefinitionName + ) + + if ( + -not (TestPoolHasValue $ManagedVirtualNetworkRegion) -and + $VirtualNetworkType -eq "Managed" + ) { + $errorString = 'When VirtualNetworkType is set to "Managed", ManagedVirtualNetworkRegion should be set.' + Write-Error $errorString -ErrorAction Stop + } + if ( + -not (TestPoolHasValue $NetworkConnectionName) -and + ($VirtualNetworkType -eq "Unmanaged" -or -not (TestPoolHasValue $VirtualNetworkType)) + ) { + $errorString = 'When VirtualNetworkType is not used or set to "Unmanaged", NetworkConnectionName should be set.' + Write-Error $errorString -ErrorAction Stop + } + if ( + (TestPoolHasValue $ManagedVirtualNetworkRegion) -and + ($VirtualNetworkType -eq "Unmanaged" -or -not (TestPoolHasValue $VirtualNetworkType)) + ) { + $errorString = 'When VirtualNetworkType is not used or set to "Unmanaged", ManagedVirtualNetworkRegion should not be set.' + Write-Error $errorString -ErrorAction Stop + } + if ( + (TestPoolHasValue $DevBoxDefinitionType) -and $DevBoxDefinitionType -eq "Value" -and + (-not (TestPoolHasValue $DevBoxDefinitionImageReference) -or -not (TestPoolHasValue $DevBoxDefinitionSku)) + ) { + $errorString = 'When DevBoxDefinitionType is set to "Value", DevBoxDefinitionSku and DevBoxDefinitionImageReference should be set.' + Write-Error $errorString -ErrorAction Stop + } + if ( + (-not (TestPoolHasValue $DevBoxDefinitionType) -or $DevBoxDefinitionType -eq "Reference") -and + -not (TestPoolHasValue $DevBoxDefinitionName) + ) { + $errorString = 'When DevBoxDefinitionType is set to "Reference" or not provided, DevBoxDefinitionName should be set.' + Write-Error $errorString -ErrorAction Stop + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Az.DevCenter.md b/src/DevCenter/DevCenter.AutoRest/docs/Az.DevCenter.md index 05472a372b64..98388b085d8e 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Az.DevCenter.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Az.DevCenter.md @@ -1,6 +1,6 @@ --- Module Name: Az.DevCenter -Module Guid: 24d861ed-547c-4787-81d0-d5e222ff4d0d +Module Guid: a99f1246-613b-410f-b91b-5331cc1595d1 Download Help Link: https://learn.microsoft.com/powershell/module/az.devcenter Help Version: 1.0.0.0 Locale: en-US @@ -11,6 +11,9 @@ Locale: en-US Microsoft Azure PowerShell: DevCenter cmdlets ## Az.DevCenter Cmdlets +### [Build-AzDevCenterAdminProjectCatalogImageDefinitionImage](Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md) +Builds an image for the specified Image Definition. + ### [Connect-AzDevCenterAdminCatalog](Connect-AzDevCenterAdminCatalog.md) Connects a catalog to enable syncing. @@ -69,12 +72,6 @@ These FQDNs should be allowed for outbound access in order for the Dev Box servi ### [Get-AzDevCenterAdminOperationStatus](Get-AzDevCenterAdminOperationStatus.md) Gets the current status of an async operation. -### [Get-AzDevCenterAdminPlan](Get-AzDevCenterAdminPlan.md) -Gets a devcenter plan. - -### [Get-AzDevCenterAdminPlanMember](Get-AzDevCenterAdminPlanMember.md) -Gets a devcenter plan member. - ### [Get-AzDevCenterAdminPool](Get-AzDevCenterAdminPool.md) Gets a machine pool @@ -87,6 +84,18 @@ Gets an allowed environment type. ### [Get-AzDevCenterAdminProjectCatalog](Get-AzDevCenterAdminProjectCatalog.md) Gets an associated project catalog. +### [Get-AzDevCenterAdminProjectCatalogImageDefinition](Get-AzDevCenterAdminProjectCatalogImageDefinition.md) +Gets an Image Definition from the catalog + +### [Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild](Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md) +Gets a build for a specified image definition. + +### [Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail](Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md) +Gets Build details + +### [Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail](Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md) +Gets Image Definition error details + ### [Get-AzDevCenterAdminProjectCatalogSyncErrorDetail](Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md) Gets project catalog synchronization error details @@ -102,11 +111,14 @@ Gets a project environment type. ### [Get-AzDevCenterAdminProjectInheritedSetting](Get-AzDevCenterAdminProjectInheritedSetting.md) Gets applicable inherited settings for this project. +### [Get-AzDevCenterAdminProjectPolicy](Get-AzDevCenterAdminProjectPolicy.md) +Gets a specific project policy. + ### [Get-AzDevCenterAdminSchedule](Get-AzDevCenterAdminSchedule.md) Gets a schedule resource. ### [Get-AzDevCenterAdminSku](Get-AzDevCenterAdminSku.md) -Lists the Microsoft.DevCenter SKUs available in a subscription +Lists SKUs available to the project ### [Get-AzDevCenterAdminUsage](Get-AzDevCenterAdminUsage.md) Lists the current usages and limits in this location for the provided subscription. @@ -138,12 +150,6 @@ Creates or updates a gallery. ### [New-AzDevCenterAdminNetworkConnection](New-AzDevCenterAdminNetworkConnection.md) Creates or updates a Network Connections resource -### [New-AzDevCenterAdminPlan](New-AzDevCenterAdminPlan.md) -Creates or updates a devcenter plan resource - -### [New-AzDevCenterAdminPlanMember](New-AzDevCenterAdminPlanMember.md) -Creates or updates a devcenter plan member resource - ### [New-AzDevCenterAdminPool](New-AzDevCenterAdminPool.md) Creates or updates a machine pool @@ -156,6 +162,9 @@ Creates or updates a project catalog. ### [New-AzDevCenterAdminProjectEnvironmentType](New-AzDevCenterAdminProjectEnvironmentType.md) Creates or updates a project environment type. +### [New-AzDevCenterAdminProjectPolicy](New-AzDevCenterAdminProjectPolicy.md) +Creates or updates an project policy. + ### [New-AzDevCenterAdminSchedule](New-AzDevCenterAdminSchedule.md) Creates or updates a Schedule. @@ -180,12 +189,6 @@ Deletes a gallery resource. ### [Remove-AzDevCenterAdminNetworkConnection](Remove-AzDevCenterAdminNetworkConnection.md) Deletes a Network Connections resource -### [Remove-AzDevCenterAdminPlan](Remove-AzDevCenterAdminPlan.md) -Deletes a devcenter plan - -### [Remove-AzDevCenterAdminPlanMember](Remove-AzDevCenterAdminPlanMember.md) -Deletes a devcenter plan member - ### [Remove-AzDevCenterAdminPool](Remove-AzDevCenterAdminPool.md) Deletes a machine pool @@ -198,6 +201,9 @@ Deletes a project catalog resource. ### [Remove-AzDevCenterAdminProjectEnvironmentType](Remove-AzDevCenterAdminProjectEnvironmentType.md) Deletes a project environment type. +### [Remove-AzDevCenterAdminProjectPolicy](Remove-AzDevCenterAdminProjectPolicy.md) +Deletes an project policy. + ### [Remove-AzDevCenterAdminSchedule](Remove-AzDevCenterAdminSchedule.md) Deletes a Scheduled. @@ -208,6 +214,9 @@ The execution and health check result can be tracked via the network Connection ### [Start-AzDevCenterAdminPoolHealthCheck](Start-AzDevCenterAdminPoolHealthCheck.md) Triggers a refresh of the pool status. +### [Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild](Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md) +Cancels the specified build for an image definition. + ### [Sync-AzDevCenterAdminCatalog](Sync-AzDevCenterAdminCatalog.md) Syncs templates for a template source. @@ -229,12 +238,6 @@ Partially updates an environment type. ### [Update-AzDevCenterAdminNetworkConnection](Update-AzDevCenterAdminNetworkConnection.md) Partially updates a Network Connection -### [Update-AzDevCenterAdminPlan](Update-AzDevCenterAdminPlan.md) -Partially updates a devcenter plan. - -### [Update-AzDevCenterAdminPlanMember](Update-AzDevCenterAdminPlanMember.md) -Partially updates a devcenter plan. - ### [Update-AzDevCenterAdminPool](Update-AzDevCenterAdminPool.md) Partially updates a machine pool @@ -247,6 +250,9 @@ Partially updates a project catalog. ### [Update-AzDevCenterAdminProjectEnvironmentType](Update-AzDevCenterAdminProjectEnvironmentType.md) Partially updates a project environment type. +### [Update-AzDevCenterAdminProjectPolicy](Update-AzDevCenterAdminProjectPolicy.md) +Partially updates an project policy. + ### [Update-AzDevCenterAdminSchedule](Update-AzDevCenterAdminSchedule.md) Partially updates a Scheduled. diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Remove-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter.AutoRest/docs/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md similarity index 62% rename from src/DevCenter/DevCenter.AutoRest/docs/Remove-AzDevCenterAdminPlan.md rename to src/DevCenter/DevCenter.AutoRest/docs/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md index ff7473d3399c..5b1d65210f87 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Remove-AzDevCenterAdminPlan.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md @@ -1,49 +1,60 @@ --- external help file: Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradminplan +online version: https://learn.microsoft.com/powershell/module/az.devcenter/build-azdevcenteradminprojectcatalogimagedefinitionimage schema: 2.0.0 --- -# Remove-AzDevCenterAdminPlan +# Build-AzDevCenterAdminProjectCatalogImageDefinitionImage ## SYNOPSIS -Deletes a devcenter plan +Builds an image for the specified Image Definition. ## SYNTAX -### Delete (Default) +### Build (Default) ``` -Remove-AzDevCenterAdminPlan -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage -CatalogName -ImageDefinitionName + -ProjectName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### BuildViaIdentity ``` -Remove-AzDevCenterAdminPlan -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-Confirm] [-WhatIf] [] +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Deletes a devcenter plan +Builds an image for the specified Image Definition. ## EXAMPLES -### Example 1: Delete a plan +### Example 1: Build an image for an image definition ```powershell -Remove-AzDevCenterAdminPlan -Name ContosoPlan -ResourceGroupName testRg +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ``` -This command deletes the plan "ContosoPlan" in the resource group "testRg". +This command starts a build for the image definition "DefaultDevImage" in the catalog "CentralCatalog" under project "DevProject". -### Example 2: Delete a plan using InputObject +### Example 2: Build an image using InputObject ```powershell -$plan = Get-AzDevCenterAdminPlan -ResourceGroupName testRg -Name ContosoPlan - -Remove-AzDevCenterAdminPlan -InputObject $plan +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage -InputObject $inputObject ``` -This command deletes the plan "ContosoPlan" in the resource group "testRg". +This command starts a build for the specified image definition using an input object. ## PARAMETERS @@ -62,6 +73,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CatalogName +The name of the Catalog. + +```yaml +Type: System.String +Parameter Sets: Build +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DefaultProfile The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. @@ -78,34 +104,34 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -ImageDefinitionName +The name of the Image Definition. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: DeleteViaIdentity +Type: System.String +Parameter Sets: Build Aliases: Required: True Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -Name -The name of the devcenter plan. +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.String -Parameter Sets: Delete -Aliases: PlanName +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: BuildViaIdentity +Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` @@ -139,13 +165,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: Build +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Build Aliases: Required: True @@ -160,7 +201,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Build Aliases: Required: False diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminAttachedNetwork.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminAttachedNetwork.md index 8c16a0a65de5..a38b41e55bc3 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminAttachedNetwork.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminAttachedNetwork.md @@ -194,7 +194,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAttachedNetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAttachedNetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCatalog.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCatalog.md index e0a51d2945ef..14319bcf70d6 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCatalog.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCatalog.md @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCatalogSyncErrorDetail.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCatalogSyncErrorDetail.md index 8075cbebfd88..91d7e3d16c5f 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCatalogSyncErrorDetail.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCatalogSyncErrorDetail.md @@ -30,7 +30,7 @@ Gets catalog synchronization error details ## EXAMPLES -### Example 1: Get the catalog sync error detail +### Example 1: Get the catalog sync error details ```powershell Get-AzDevCenterAdminCatalogSyncErrorDetail -DevCenterName Contoso -CatalogName CentralCatalog -ResourceGroupName testRg ``` @@ -180,7 +180,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISyncErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISyncErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCustomizationTask.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCustomizationTask.md index 1a4ba03c4a5b..8a4a96435f03 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCustomizationTask.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCustomizationTask.md @@ -177,7 +177,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICustomizationTask +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTask ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCustomizationTaskErrorDetail.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCustomizationTaskErrorDetail.md index d86b75326592..4b7b1ca78417 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCustomizationTaskErrorDetail.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminCustomizationTaskErrorDetail.md @@ -195,7 +195,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminDevBoxDefinition.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminDevBoxDefinition.md index ab43b375ec57..c5230277ca58 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminDevBoxDefinition.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminDevBoxDefinition.md @@ -194,7 +194,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevBoxDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevBoxDefinition ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminDevCenter.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminDevCenter.md index acfdd91c881d..e83ca9700915 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminDevCenter.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminDevCenter.md @@ -158,7 +158,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevCenter ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentDefinition.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentDefinition.md index b033eb9b2d08..67638dfa3b2d 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentDefinition.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentDefinition.md @@ -176,7 +176,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentDefinition ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail.md index ab7135ec6661..970649ec20c4 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail.md @@ -195,7 +195,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentType.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentType.md index 00b42d46ab3d..740b7f09e36f 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentType.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminEnvironmentType.md @@ -167,7 +167,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminGallery.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminGallery.md index 99f301401c45..c0278a9151cc 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminGallery.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminGallery.md @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IGallery +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IGallery ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminImage.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminImage.md index c7aa20e56975..fcbc561c9da9 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminImage.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminImage.md @@ -24,17 +24,34 @@ Get-AzDevCenterAdminImage -DevCenterName -GalleryName -Name [-SubscriptionId ] [-DefaultProfile ] [] ``` +### Get1 +``` +Get-AzDevCenterAdminImage -Name -ProjectName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + ### GetViaIdentity ``` Get-AzDevCenterAdminImage -InputObject [-DefaultProfile ] [] ``` +### GetViaIdentity1 +``` +Get-AzDevCenterAdminImage -InputObject [-DefaultProfile ] [] +``` + ### List1 ``` Get-AzDevCenterAdminImage -DevCenterName -GalleryName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` +### List2 +``` +Get-AzDevCenterAdminImage -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + ## DESCRIPTION Gets a gallery image. @@ -123,7 +140,7 @@ To construct, see NOTES section for INPUTOBJECT properties and create a hash tab ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity, GetViaIdentity1 Aliases: Required: True @@ -138,7 +155,7 @@ The name of the image. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, Get1 Aliases: ImageName Required: True @@ -148,13 +165,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: Get1, List2 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: Get, List, List1 +Parameter Sets: Get, Get1, List, List1, List2 Aliases: Required: True @@ -169,7 +201,7 @@ The ID of the target subscription. ```yaml Type: System.String[] -Parameter Sets: Get, List, List1 +Parameter Sets: Get, Get1, List, List1, List2 Aliases: Required: False @@ -188,7 +220,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IImage +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImage ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminImageVersion.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminImageVersion.md index 53ec4f008014..046df85b8a32 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminImageVersion.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminImageVersion.md @@ -12,10 +12,10 @@ Gets an image version. ## SYNTAX -### List (Default) +### List1 (Default) ``` -Get-AzDevCenterAdminImageVersion -DevCenterName -GalleryName -ImageName - -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzDevCenterAdminImageVersion -ImageName -ProjectName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [] ``` ### Get @@ -25,12 +25,30 @@ Get-AzDevCenterAdminImageVersion -DevCenterName -GalleryName - [] ``` +### Get1 +``` +Get-AzDevCenterAdminImageVersion -ImageName -ProjectName -ResourceGroupName + -VersionName [-SubscriptionId ] [-DefaultProfile ] [] +``` + ### GetViaIdentity ``` Get-AzDevCenterAdminImageVersion -InputObject [-DefaultProfile ] [] ``` +### GetViaIdentity1 +``` +Get-AzDevCenterAdminImageVersion -InputObject [-DefaultProfile ] + [] +``` + +### List +``` +Get-AzDevCenterAdminImageVersion -DevCenterName -GalleryName -ImageName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] +``` + ## DESCRIPTION Gets an image version. @@ -111,7 +129,7 @@ The name of the image. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get, Get1, List, List1 Aliases: Required: True @@ -127,7 +145,7 @@ To construct, see NOTES section for INPUTOBJECT properties and create a hash tab ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity, GetViaIdentity1 Aliases: Required: True @@ -137,13 +155,28 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: Get1, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get, Get1, List, List1 Aliases: Required: True @@ -158,7 +191,7 @@ The ID of the target subscription. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: Get, Get1, List, List1 Aliases: Required: False @@ -173,7 +206,7 @@ The version of the image. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, Get1 Aliases: Required: True @@ -192,7 +225,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IImageVersion +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageVersion ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnection.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnection.md index d314db8e20cb..e3fbe2e660e0 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnection.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnection.md @@ -159,7 +159,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.INetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnectionHealthDetail.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnectionHealthDetail.md index 34c1e22ac160..11ff48ab3945 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnectionHealthDetail.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnectionHealthDetail.md @@ -133,7 +133,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IHealthCheckStatusDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IHealthCheckStatusDetails ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.md index e7bd3d95b902..48a6b76ae692 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.md @@ -102,7 +102,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IOutboundEnvironmentEndpoint +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IOutboundEnvironmentEndpoint ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminOperationStatus.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminOperationStatus.md index 0d12a0bc71e2..aa130000a0d3 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminOperationStatus.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminOperationStatus.md @@ -132,7 +132,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPlan.md deleted file mode 100644 index c18f21b39c18..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPlan.md +++ /dev/null @@ -1,165 +0,0 @@ ---- -external help file: -Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminplan -schema: 2.0.0 ---- - -# Get-AzDevCenterAdminPlan - -## SYNOPSIS -Gets a devcenter plan. - -## SYNTAX - -### List (Default) -``` -Get-AzDevCenterAdminPlan [-SubscriptionId ] [-DefaultProfile ] [] -``` - -### Get -``` -Get-AzDevCenterAdminPlan -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzDevCenterAdminPlan -InputObject [-DefaultProfile ] [] -``` - -### List1 -``` -Get-AzDevCenterAdminPlan -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] -``` - -## DESCRIPTION -Gets a devcenter plan. - -## EXAMPLES - -### Example 1: List plans in a subscription -```powershell -Get-AzDevCenterAdminPlan -``` - -This command lists the plans in the current subscription. - -### Example 2: List plans in a resource group -```powershell -Get-AzDevCenterAdminPlan -ResourceGroupName testRg -``` - -This command lists the plans under the resource group "testRg". - -### Example 3: Get a plan -```powershell -Get-AzDevCenterAdminPlan -ResourceGroupName testRg -Name ContosoPlan -``` - -This command gets the plan named "ContosoPlan" under the resource group "testRg". - -### Example 4: Get a plan using InputObject -```powershell -$plan = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -Get-AzDevCenterAdminPlan -InputObject $plan -``` - -This command gets the plan named "ContosoPlan" under the resource group "testRg". - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -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. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the devcenter plan. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: PlanName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Get, List1 -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: Get, List, List1 -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -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.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlan - -## NOTES - -## RELATED LINKS - diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPool.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPool.md index d0e9737e7fb3..9541433182af 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPool.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPool.md @@ -160,7 +160,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPool +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IPool ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProject.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProject.md index 477f7f537687..b6ecfd50562e 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProject.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProject.md @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProject ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectAllowedEnvironmentType.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectAllowedEnvironmentType.md index af723b08d09a..7ac7fe518b75 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectAllowedEnvironmentType.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectAllowedEnvironmentType.md @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAllowedEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAllowedEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalog.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalog.md index 24ac2a7e90fc..5acb8f8325a4 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalog.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalog.md @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinition.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinition.md new file mode 100644 index 000000000000..487983e05cd1 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinition.md @@ -0,0 +1,191 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinition +schema: 2.0.0 +--- + +# Get-AzDevCenterAdminProjectCatalogImageDefinition + +## SYNOPSIS +Gets an Image Definition from the catalog + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName -ImageDefinitionName + -ProjectName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterAdminProjectCatalogImageDefinition -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets an Image Definition from the catalog + +## EXAMPLES + +### Example 1: Get all image definitions in a catalog for a project +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets all image definitions in the catalog "CentralCatalog" for the project "DevProject". + +### Example 2: Get a specific image definition by name +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ImageDefinitionName "DefaultDevImage" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject". + +### Example 3: Get a specific image definition using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinition -InputObject $inputObject +``` + +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject" using an input object. + +## PARAMETERS + +### -CatalogName +The name of the Catalog. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImageDefinitionName +The name of the Image Definition. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +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. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +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.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinition + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md new file mode 100644 index 000000000000..0b6b92e4da74 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md @@ -0,0 +1,207 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinitionbuild +schema: 2.0.0 +--- + +# Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild + +## SYNOPSIS +Gets a build for a specified image definition. + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -CatalogName -ImageDefinitionName + -ProjectName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### Get +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -BuildName -CatalogName + -ImageDefinitionName -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets a build for a specified image definition. + +## EXAMPLES + +### Example 1: Get all image definitions in a catalog for a project +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets all image definitions in the catalog "CentralCatalog" for the project "DevProject". + +### Example 2: Get a specific image definition by name +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ImageDefinitionName "DefaultDevImage" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject". + +### Example 3: Get a specific image definition using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinition -InputObject $inputObject +``` + +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject" using an input object. + +## PARAMETERS + +### -BuildName +The ID of the Image Definition Build. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CatalogName +The name of the Catalog. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImageDefinitionName +The name of the Image Definition. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +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. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +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.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuild + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md similarity index 58% rename from src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPlanMember.md rename to src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md index 52cf8eb723b2..07212993e512 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPlanMember.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md @@ -1,109 +1,117 @@ --- external help file: Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/update-azdevcenteradminplanmember +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinitionbuilddetail schema: 2.0.0 --- -# Update-AzDevCenterAdminPlanMember +# Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail ## SYNOPSIS -Partially updates a devcenter plan. +Gets Build details ## SYNTAX -### UpdateExpanded (Default) +### Get (Default) ``` -Update-AzDevCenterAdminPlanMember -MemberName -PlanName -ResourceGroupName - [-SubscriptionId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail -BuildName -CatalogName + -ImageDefinitionName -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### GetViaIdentity ``` -Update-AzDevCenterAdminPlanMember -InputObject [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail -InputObject + [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Partially updates a devcenter plan. +Gets Build details ## EXAMPLES -### Example 1: Update a plan member +### Example 1: Get build details for a specific image definition build ```powershell -$tags = @{"dev" = "test" } - -Update-AzDevCenterAdminPlanMember -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -ResourceGroupName testRg -Tag $tags +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail ` + -BuildName "0a28fc61-6f87-4611-8fe2-32df44ab93b7" ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ``` -This command updates a plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +This command gets the details for the build with ID "0a28fc61-6f87-4611-8fe2-32df44ab93b7" for the image definition "DefaultDevImage" in the catalog "CentralCatalog" under project "DevProject". -### Example 2: Update a plan member using InputObject +### Example 2: Get build details using InputObject ```powershell -$planMember = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "MemberName" = "d702f662-b3f2-4796-9e8c-13c22378ced3"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -$tags = @{"dev" = "test" } - -Update-AzDevCenterAdminPlanMember -InputObject $planMember -Tag $tags +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + BuildName = "0a28fc61-6f87-4611-8fe2-32df44ab93b7" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail -InputObject $inputObject ``` -This command updates a plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +This command gets the build details using an input object. ## PARAMETERS -### -AsJob -Run the command as a job +### -BuildName +The ID of the Image Definition Build. ```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) +Type: System.String +Parameter Sets: Get Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. +### -CatalogName +The name of the Catalog. ```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential +Type: System.String +Parameter Sets: Get +Aliases: -Required: False +Required: True 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. +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberName -The name of a devcenter plan member. +### -ImageDefinitionName +The name of the Image Definition. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: Get Aliases: Required: True @@ -113,27 +121,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -NoWait -Run the command asynchronously +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity Aliases: -Required: False +Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PlanName -The name of the devcenter plan. +### -ProjectName +The name of the project. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: Get Aliases: Required: True @@ -149,7 +158,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: Get Aliases: Required: True @@ -163,8 +172,8 @@ Accept wildcard characters: False The ID of the target subscription. ```yaml -Type: System.String -Parameter Sets: UpdateExpanded +Type: System.String[] +Parameter Sets: Get Aliases: Required: False @@ -174,21 +183,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Tag -Resource tags. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -229,7 +223,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlanMember +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildDetails ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md new file mode 100644 index 000000000000..d8dac77282c5 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md @@ -0,0 +1,214 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinitionerrordetail +schema: 2.0.0 +--- + +# Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail + +## SYNOPSIS +Gets Image Definition error details + +## SYNTAX + +### Get (Default) +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail -CatalogName + -ImageDefinitionName -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail -InputObject + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Gets Image Definition error details + +## EXAMPLES + +### Example 1: Get error details for an image definition +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets error details for the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject". + +### Example 2: Get error details using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail -InputObject $inputObject +``` + +This command gets error details for the image definition "DefaultDevImage" using an input object. + +## PARAMETERS + +### -CatalogName +The name of the Catalog. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImageDefinitionName +The name of the Image Definition. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +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. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +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.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogErrorDetails + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md index b733fbd6e43e..9e768719b8f9 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md @@ -30,7 +30,7 @@ Gets project catalog synchronization error details ## EXAMPLES -### Example 1: Get the project catalog sync error detail +### Example 1: Get the project catalog sync error details ```powershell Get-AzDevCenterAdminProjectCatalogSyncErrorDetail -ProjectName DevProject -CatalogName CentralCatalog -ResourceGroupName testRg ``` @@ -180,7 +180,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISyncErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISyncErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentDefinition.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentDefinition.md index 538048358fd9..56c07d4cd01c 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentDefinition.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentDefinition.md @@ -177,7 +177,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentDefinition ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail.md index 9503c72937ec..9f1f2646134c 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail.md @@ -195,7 +195,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentType.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentType.md index abd602ff94e5..1bfb2da06e7f 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentType.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectEnvironmentType.md @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectInheritedSetting.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectInheritedSetting.md index a696542990c1..faf491121ebd 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectInheritedSetting.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectInheritedSetting.md @@ -164,7 +164,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IInheritedSettingsForProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IInheritedSettingsForProject ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectPolicy.md similarity index 60% rename from src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPlanMember.md rename to src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectPolicy.md index edf935fae319..89b0d78319c5 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminPlanMember.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectPolicy.md @@ -1,61 +1,66 @@ --- external help file: Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminplanmember +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectpolicy schema: 2.0.0 --- -# Get-AzDevCenterAdminPlanMember +# Get-AzDevCenterAdminProjectPolicy ## SYNOPSIS -Gets a devcenter plan member. +Gets a specific project policy. ## SYNTAX ### List (Default) ``` -Get-AzDevCenterAdminPlanMember -PlanName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzDevCenterAdminProjectPolicy -DevCenterName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [] ``` ### Get ``` -Get-AzDevCenterAdminPlanMember -MemberName -PlanName -ResourceGroupName +Get-AzDevCenterAdminProjectPolicy -DevCenterName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` ### GetViaIdentity ``` -Get-AzDevCenterAdminPlanMember -InputObject [-DefaultProfile ] +Get-AzDevCenterAdminProjectPolicy -InputObject [-DefaultProfile ] [] ``` ## DESCRIPTION -Gets a devcenter plan member. +Gets a specific project policy. ## EXAMPLES -### Example 1: List plan members in a plan +### Example 1: Get all project policies in a dev center ```powershell -Get-AzDevCenterAdminPlanMember -PlanName ContosoPlan -ResourceGroupName testRg +Get-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -ResourceGroupName testRg -SubscriptionId 0ac520ee-14c0-480f-b6c9-0a90c58ffff ``` -This command lists the plan members in the plan "ContosoPlan" under the resource group "testRg". +This command gets all project policies in the dev center "Contoso" in resource group "testRg". -### Example 2: Get a plan member +### Example 2: Get a specific project policy by name ```powershell -Get-AzDevCenterAdminPlanMember -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -ResourceGroupName testRg +Get-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -Name myPolicy -ResourceGroupName testRg -SubscriptionId 0ac520ee-14c0-480f-b6c9-0a90c58ffff ``` -This command gets the plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan" under the resource group "testRg". +This command gets the project policy named "myPolicy" in the dev center "Contoso". -### Example 3: Get a plan member using InputObject +### Example 3: Get a project policy using InputObject ```powershell -$planMember = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "MemberName" = "d702f662-b3f2-4796-9e8c-13c22378ced3"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -$planMember = Get-AzDevCenterAdminPlanMember -InputObject $planMember +$inputObject = @{ + ResourceGroupName = "testRg" + DevCenterName = "Contoso" + ProjectPolicyName = "myPolicy" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectPolicy -InputObject $inputObject ``` -This command gets the plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan" under the resource group "testRg". +This command gets the project policy named "myPolicy" in the dev center "Contoso" using an input object. ## PARAMETERS @@ -75,44 +80,44 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -DevCenterName +The name of the devcenter. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: GetViaIdentity +Type: System.String +Parameter Sets: Get, List Aliases: Required: True Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberName -The name of a devcenter plan member. +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.String -Parameter Sets: Get +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PlanName -The name of the devcenter plan. +### -Name +The name of the project policy. ```yaml Type: System.String -Parameter Sets: Get, List -Aliases: +Parameter Sets: Get +Aliases: ProjectPolicyName Required: True Position: Named @@ -161,7 +166,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlanMember +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectPolicy ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminSchedule.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminSchedule.md index 048218c09d46..98d12e78d107 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminSchedule.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminSchedule.md @@ -148,7 +148,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminSku.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminSku.md index db348cf60429..5e5da895adbb 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminSku.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminSku.md @@ -8,16 +8,23 @@ schema: 2.0.0 # Get-AzDevCenterAdminSku ## SYNOPSIS -Lists the Microsoft.DevCenter SKUs available in a subscription +Lists SKUs available to the project ## SYNTAX +### List1 (Default) ``` Get-AzDevCenterAdminSku [-SubscriptionId ] [-DefaultProfile ] [] ``` +### List +``` +Get-AzDevCenterAdminSku -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION -Lists the Microsoft.DevCenter SKUs available in a subscription +Lists SKUs available to the project ## EXAMPLES @@ -46,6 +53,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -61,6 +99,37 @@ Accept pipeline input: False 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). @@ -68,7 +137,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterSku +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevCenterSku ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminUsage.md b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminUsage.md index 5d130732bd8e..c6fc62447103 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminUsage.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminUsage.md @@ -84,7 +84,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IUsage +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IUsage ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminAttachedNetwork.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminAttachedNetwork.md index 6dbdaa85c7f5..cd86dab2bb1b 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminAttachedNetwork.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminAttachedNetwork.md @@ -225,7 +225,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAttachedNetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAttachedNetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminCatalog.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminCatalog.md index 6af9b017333c..bb88a53e7639 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminCatalog.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminCatalog.md @@ -392,7 +392,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminDevBoxDefinition.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminDevBoxDefinition.md index 543003279ba9..aad50aa55ea0 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminDevBoxDefinition.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminDevBoxDefinition.md @@ -372,7 +372,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevBoxDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevBoxDefinition ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminDevCenter.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminDevCenter.md index 5854bb35913f..f7bcf9ad42ac 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminDevCenter.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminDevCenter.md @@ -19,7 +19,7 @@ New-AzDevCenterAdminDevCenter -Name -ResourceGroupName -Locati [-DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-PlanId ] + [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-ProjectCatalogSettingCatalogItemSyncEnableStatus ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -30,7 +30,7 @@ New-AzDevCenterAdminDevCenter -InputObject -Location ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-PlanId ] + [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-ProjectCatalogSettingCatalogItemSyncEnableStatus ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -243,21 +243,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PlanId -Resource Id of an associated Plan - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ProjectCatalogSettingCatalogItemSyncEnableStatus Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. @@ -359,7 +344,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevCenter ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminEnvironmentType.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminEnvironmentType.md index 6eb5a33cdd8a..3e7e31431c45 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminEnvironmentType.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminEnvironmentType.md @@ -212,7 +212,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminGallery.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminGallery.md index 1bf4753a6894..fe122c2b8b90 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminGallery.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminGallery.md @@ -225,7 +225,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IGallery +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IGallery ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminNetworkConnection.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminNetworkConnection.md index 6e8e4fcf6e4b..aa4250cd74f0 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminNetworkConnection.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminNetworkConnection.md @@ -351,7 +351,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.INetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPool.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPool.md index 1587b704329a..1f852346c5eb 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPool.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPool.md @@ -15,20 +15,34 @@ Creates or updates a machine pool ### CreateExpanded (Default) ``` New-AzDevCenterAdminPool -Name -ProjectName -ResourceGroupName - -DevBoxDefinitionName -LocalAdministrator -Location - -NetworkConnectionName [-SubscriptionId ] [-DisplayName ] - [-ManagedVirtualNetworkRegion ] [-SingleSignOnStatus ] + -LocalAdministrator -Location [-SubscriptionId ] + [-ActiveHourConfigurationAutoStartEnableStatus ] + [-ActiveHourConfigurationDefaultEndTimeHour ] [-ActiveHourConfigurationDefaultStartTimeHour ] + [-ActiveHourConfigurationDefaultTimeZone ] + [-ActiveHourConfigurationKeepAwakeEnableStatus ] [-DevBoxDefinitionName ] + [-DevBoxDefinitionType ] [-DevBoxTunnelEnableStatus ] + [-DisplayName ] [-ImageReferenceId ] [-ManagedVirtualNetworkRegion ] + [-NetworkConnectionName ] [-SingleSignOnStatus ] [-SkuCapacity ] + [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] [-StopOnDisconnectGracePeriodMinute ] [-StopOnDisconnectStatus ] + [-StopOnNoConnectGracePeriodMinute ] [-StopOnNoConnectStatus ] [-Tag ] [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` -New-AzDevCenterAdminPool -InputObject -DevBoxDefinitionName - -LocalAdministrator -Location -NetworkConnectionName - [-DisplayName ] [-ManagedVirtualNetworkRegion ] [-SingleSignOnStatus ] +New-AzDevCenterAdminPool -InputObject -LocalAdministrator + -Location [-ActiveHourConfigurationAutoStartEnableStatus ] + [-ActiveHourConfigurationDefaultEndTimeHour ] [-ActiveHourConfigurationDefaultStartTimeHour ] + [-ActiveHourConfigurationDefaultTimeZone ] + [-ActiveHourConfigurationKeepAwakeEnableStatus ] [-DevBoxDefinitionName ] + [-DevBoxDefinitionType ] [-DevBoxTunnelEnableStatus ] + [-DisplayName ] [-ImageReferenceId ] [-ManagedVirtualNetworkRegion ] + [-NetworkConnectionName ] [-SingleSignOnStatus ] [-SkuCapacity ] + [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] [-StopOnDisconnectGracePeriodMinute ] [-StopOnDisconnectStatus ] + [-StopOnNoConnectGracePeriodMinute ] [-StopOnNoConnectStatus ] [-Tag ] [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -55,6 +69,81 @@ This command creates a pool named "DevPool" in the project "DevProject". ## PARAMETERS +### -ActiveHourConfigurationAutoStartEnableStatus +Enables or disables whether the Dev Box should be automatically started at commencement of active hours. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoStartEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultEndTimeHour +The default end time of the active hours + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultStartTimeHour +The default start time of the active hours. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultTimeZone +The default IANA timezone id of the active hours. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationKeepAwakeEnableStatus +Enables or disables whether the Dev Box should be kept awake during active hours. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.KeepAwakeEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AsJob Run the command as a job @@ -87,14 +176,45 @@ Accept wildcard characters: False ``` ### -DevBoxDefinitionName -Name of a Dev Box definition in parent Project of this Pool +Name of a Dev Box definition in parent Project of this Pool. +Will be ignored if devBoxDefinitionType is Value. ```yaml Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxDefinitionType +Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxTunnelEnableStatus +Indicates whether Dev Box Tunnel is enabled for a the pool. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxTunnelEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False Position: Named Default value: None Accept pipeline input: False @@ -116,6 +236,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ImageReferenceId +Image ID, or Image version ID. +When Image ID is provided, its latest version will be used. + +```yaml +Type: System.String +Parameter Sets: (All) +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. @@ -200,7 +336,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -269,6 +405,86 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkuCapacity +If the SKU supports scale out/in then the capacity integer should be included. +If scale out/in is not possible for the resource this may be omitted. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuFamily +If the service has different generations of hardware, for the same SKU, then that can be captured here. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +The name of the SKU. +E.g. +P3. +It is typically a letter+number code + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuSize +The SKU size. +When the name field is the combination of tier and some other value, this would be the standalone code. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -StopOnDisconnectGracePeriodMinute The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. @@ -299,6 +515,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StopOnNoConnectGracePeriodMinute +The specified time in minutes to wait before stopping a Dev Box if no connection is made. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StopOnNoConnectStatus +Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -384,7 +630,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPool +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IPool ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProject.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProject.md index 97c05c0c3e58..38c5d4f61899 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProject.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProject.md @@ -15,19 +15,36 @@ Creates or updates a project. ### CreateExpanded (Default) ``` New-AzDevCenterAdminProject -Name -ResourceGroupName -DevCenterId - -Location [-SubscriptionId ] [-CatalogSettingCatalogItemSyncType ] - [-Description ] [-DisplayName ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] [-MaxDevBoxesPerUser ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + -Location [-SubscriptionId ] + [-AzureAiServiceSettingAzureAiServicesMode ] + [-CatalogSettingCatalogItemSyncType ] + [-CustomizationSettingIdentity ] + [-CustomizationSettingUserCustomizationsEnableStatus ] + [-Description ] [-DevBoxAutoDeleteSettingDeleteMode ] + [-DevBoxAutoDeleteSettingGracePeriod ] [-DevBoxAutoDeleteSettingInactiveThreshold ] + [-DisplayName ] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-MaxDevBoxesPerUser ] + [-ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject ] + [-ServerlessGpuSessionSettingServerlessGpuSessionsMode ] [-Tag ] + [-WorkspaceStorageSettingWorkspaceStorageMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` New-AzDevCenterAdminProject -InputObject -DevCenterId -Location - [-CatalogSettingCatalogItemSyncType ] [-Description ] [-DisplayName ] - [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-MaxDevBoxesPerUser ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + [-AzureAiServiceSettingAzureAiServicesMode ] + [-CatalogSettingCatalogItemSyncType ] + [-CustomizationSettingIdentity ] + [-CustomizationSettingUserCustomizationsEnableStatus ] + [-Description ] [-DevBoxAutoDeleteSettingDeleteMode ] + [-DevBoxAutoDeleteSettingGracePeriod ] [-DevBoxAutoDeleteSettingInactiveThreshold ] + [-DisplayName ] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-MaxDevBoxesPerUser ] + [-ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject ] + [-ServerlessGpuSessionSettingServerlessGpuSessionsMode ] [-Tag ] + [-WorkspaceStorageSettingWorkspaceStorageMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -67,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AzureAiServiceSettingAzureAiServicesMode +The property indicates whether Azure AI services is enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -CatalogSettingCatalogItemSyncType Indicates catalog item types that can be synced. @@ -82,6 +114,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CustomizationSettingIdentity +The identities that can to be used in customization scenarios; e.g., to clone a repository. +To construct, see NOTES section for CUSTOMIZATIONSETTINGIDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectCustomizationManagedIdentity[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CustomizationSettingUserCustomizationsEnableStatus +Indicates whether user customizations are enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DefaultProfile The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. @@ -113,6 +176,53 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevBoxAutoDeleteSettingDeleteMode +Indicates the delete mode for Dev Boxes within this project. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxAutoDeleteSettingGracePeriod +ISO8601 duration required for the dev box to be marked for deletion prior to it being deleted. +ISO8601 format PT[n]H[n]M[n]S. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxAutoDeleteSettingInactiveThreshold +ISO8601 duration required for the dev box to not be inactive prior to it being scheduled for deletion. +ISO8601 format PT[n]H[n]M[n]S. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DevCenterId Resource Id of an associated DevCenter @@ -268,6 +378,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject +When specified, limits the maximum number of concurrent sessions across all pools in the project. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServerlessGpuSessionSettingServerlessGpuSessionsMode +The property indicates whether serverless GPU access is enabled on the project. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -298,6 +438,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -WorkspaceStorageSettingWorkspaceStorageMode +Indicates whether workspace storage is enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.WorkspaceStorageMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -338,7 +493,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProject ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectCatalog.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectCatalog.md index 25131ba89419..f5ec986b0a39 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectCatalog.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectCatalog.md @@ -392,7 +392,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectEnvironmentType.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectEnvironmentType.md index af585f44968b..7bd1c2317e05 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectEnvironmentType.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectEnvironmentType.md @@ -15,20 +15,20 @@ Creates or updates a project environment type. ### CreateExpanded (Default) ``` New-AzDevCenterAdminProjectEnvironmentType -EnvironmentTypeName -ProjectName - -ResourceGroupName -DeploymentTargetId -Status - [-SubscriptionId ] [-CreatorRoleAssignmentRole ] [-DisplayName ] - [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Location ] + -ResourceGroupName [-SubscriptionId ] [-CreatorRoleAssignmentRole ] + [-DeploymentTargetId ] [-DisplayName ] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-Location ] [-Status ] [-Tag ] [-UserRoleAssignment ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` -New-AzDevCenterAdminProjectEnvironmentType -InputObject -DeploymentTargetId - -Status [-CreatorRoleAssignmentRole ] [-DisplayName ] +New-AzDevCenterAdminProjectEnvironmentType -InputObject + [-CreatorRoleAssignmentRole ] [-DeploymentTargetId ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Location ] - [-Tag ] [-UserRoleAssignment ] [-DefaultProfile ] [-Confirm] [-WhatIf] - [] + [-Status ] [-Tag ] [-UserRoleAssignment ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -115,7 +115,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -254,7 +254,7 @@ Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnable Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -347,7 +347,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectPolicy.md similarity index 53% rename from src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPlan.md rename to src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectPolicy.md index ed494e05a357..182908a7ac8c 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPlan.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminProjectPolicy.md @@ -1,51 +1,76 @@ --- external help file: Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminplan +online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminprojectpolicy schema: 2.0.0 --- -# New-AzDevCenterAdminPlan +# New-AzDevCenterAdminProjectPolicy ## SYNOPSIS -Creates or updates a devcenter plan resource +Creates or updates an project policy. ## SYNTAX ### CreateExpanded (Default) ``` -New-AzDevCenterAdminPlan -Name -ResourceGroupName -Location - [-SubscriptionId ] [-SkuCapacity ] [-SkuFamily ] [-SkuName ] - [-SkuSize ] [-SkuTier ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] +New-AzDevCenterAdminProjectPolicy -DevCenterName -Name -ResourceGroupName + [-SubscriptionId ] [-ResourcePolicy ] [-Scope ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` -New-AzDevCenterAdminPlan -InputObject -Location [-SkuCapacity ] - [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +New-AzDevCenterAdminProjectPolicy -InputObject [-ResourcePolicy ] + [-Scope ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Creates or updates a devcenter plan resource +Creates or updates an project policy. ## EXAMPLES -### Example 1: Create a plan +### Example 1: Create a project policy with resource policies and scopes ```powershell -New-AzDevCenterAdminPlan -Name ContosoPlan -ResourceGroupName testRg -Location eastus -SkuName CCOG_Standard +$resourcePolicies = @( + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win10-m365-gen2" }; + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win11-m365-gen2" }; + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/attachednetworks/network-westus3" }; + @{ Action = "Allow"; ResourceType = "Skus" } +) +$scopes = @( + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject"; + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject2" +) +New-AzDevCenterAdminProjectPolicy ` + -DevCenterName "Contoso" ` + -Name "myPolicy" ` + -ResourceGroupName "testRg" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ` + -ResourcePolicy $resourcePolicies ` + -Scope $scopes ``` -This command creates a plan named "ContosoPlan" in the resource group "testRg". +This command creates a project policy named "myPolicy" in the dev center "Contoso" with multiple resource policies and scopes. -### Example 3: Create a plan using InputObject +### Example 2: Create a project policy using InputObject ```powershell -$plan = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -New-AzDevCenterAdminPlan -InputObject $plan -Location eastus -SkuName CCOG_Standard +$inputObject = @{ + ResourceGroupName = "testRg" + DevCenterName = "Contoso" + ProjectPolicyName = "myPolicy" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +$resourcePolicies = @( + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win10-m365-gen2" } +) +$scopes = @( + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject" +) +New-AzDevCenterAdminProjectPolicy -InputObject $inputObject -ResourcePolicy $resourcePolicies -Scope $scopes ``` -This command creates a plan named "ContosoPlan" in the resource group "testRg". +This command creates a project policy using an input object and assigns a single resource policy and scope. ## PARAMETERS @@ -80,44 +105,44 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -DevCenterName +The name of the devcenter. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: CreateViaIdentityExpanded +Type: System.String +Parameter Sets: CreateExpanded Aliases: Required: True Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -Location -The geo-location where the resource lives +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.String -Parameter Sets: (All) +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: CreateViaIdentityExpanded Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` ### -Name -The name of the devcenter plan. +The name of the project policy. ```yaml Type: System.String Parameter Sets: CreateExpanded -Aliases: PlanName +Aliases: ProjectPolicyName Required: True Position: Named @@ -157,27 +182,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SkuCapacity -If the SKU supports scale out/in then the capacity integer should be included. -If scale out/in is not possible for the resource this may be omitted. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuFamily -If the service has different generations of hardware, for the same SKU, then that can be captured here. +### -ResourcePolicy +Resource policies that are a part of this project policy. +To construct, see NOTES section for RESOURCEPOLICY properties and create a hash table. ```yaml -Type: System.String +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IResourcePolicy[] Parameter Sets: (All) Aliases: @@ -188,45 +198,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SkuName -The name of the SKU. -E.g. -P3. -It is typically a letter+number code +### -Scope +Resources that have access to the shared resources that are a part of this project policy. ```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuSize -The SKU size. -When the name field is the combination of tier and some other value, this would be the standalone code. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuTier -This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier +Type: System.String[] Parameter Sets: (All) Aliases: @@ -252,21 +228,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Tag -Resource tags. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -307,7 +268,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlan +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectPolicy ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminSchedule.md b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminSchedule.md index c8bdc408145f..ddafb44c2295 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminSchedule.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminSchedule.md @@ -257,7 +257,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/README.md b/src/DevCenter/DevCenter.AutoRest/docs/README.md index 6a07bc330e7b..2937a273ec52 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/README.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/README.md @@ -1,5 +1,5 @@ # Docs -This directory contains the documentation of the cmdlets for the `Az.DevCenter` module. To run documentation generation, use the `generate-help.ps1` script at the root module folder. Files in this folder will *always be overridden on regeneration*. To update documentation examples, please use the `..\examples` folder. +This directory contains the documentation of the cmdlets for the `Az.DevCenter` module. To run documentation generation, use the `generate-help.ps1` script at the root module folder. Files in this folder will *always be overridden on regeneration*. To update documentation examples, please use the `../examples` folder. ## Info - Modifiable: no @@ -8,4 +8,4 @@ This directory contains the documentation of the cmdlets for the `Az.DevCenter` - Packaged: yes ## Details -The process of documentation generation loads `Az.DevCenter` and analyzes the exported cmdlets from the module. It recognizes the [help comments](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) that are generated into the scripts in the `..\exports` folder. Additionally, when writing custom cmdlets in the `..\custom` folder, you can use the help comments syntax, which decorate the exported scripts at build-time. The documentation examples are taken from the `..\examples` folder. \ No newline at end of file +The process of documentation generation loads `Az.DevCenter` and analyzes the exported cmdlets from the module. It recognizes the [help comments](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) that are generated into the scripts in the `../exports` folder. Additionally, when writing custom cmdlets in the `../custom` folder, you can use the help comments syntax, which decorate the exported scripts at build-time. The documentation examples are taken from the `../examples` folder. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Remove-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter.AutoRest/docs/Remove-AzDevCenterAdminProjectPolicy.md similarity index 78% rename from src/DevCenter/DevCenter.AutoRest/docs/Remove-AzDevCenterAdminPlanMember.md rename to src/DevCenter/DevCenter.AutoRest/docs/Remove-AzDevCenterAdminProjectPolicy.md index 0d045c6383fe..6b47beffbce4 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Remove-AzDevCenterAdminPlanMember.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Remove-AzDevCenterAdminProjectPolicy.md @@ -1,49 +1,49 @@ --- external help file: Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradminplanmember +online version: https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradminprojectpolicy schema: 2.0.0 --- -# Remove-AzDevCenterAdminPlanMember +# Remove-AzDevCenterAdminProjectPolicy ## SYNOPSIS -Deletes a devcenter plan member +Deletes an project policy. ## SYNTAX ### Delete (Default) ``` -Remove-AzDevCenterAdminPlanMember -MemberName -PlanName -ResourceGroupName +Remove-AzDevCenterAdminProjectPolicy -DevCenterName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### DeleteViaIdentity ``` -Remove-AzDevCenterAdminPlanMember -InputObject [-DefaultProfile ] [-AsJob] +Remove-AzDevCenterAdminProjectPolicy -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Deletes a devcenter plan member +Deletes an project policy. ## EXAMPLES -### Example 1: Deletes an plan member +### Example 1: Remove a project policy ```powershell -Remove-AzDevCenterAdminPlanMember -ResourceGroupName testRg -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 +Remove-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -Name MyPolicy -ResourceGroupName testRg ``` -This command deletes the plan member d702f662-b3f2-4796-9e8c-13c22378ced3 in the plan "ContosoPlan". +This command deletes the project policy named "MyPolicy" in the dev center "Contoso". -### Example 2: Deletes an plan member using InputObject +### Example 2: Remove a project policy using InputObject ```powershell -$planMember = Get-AzDevCenterAdminPlanMember -ResourceGroupName testRg -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -Remove-AzDevCenterAdminPlanMember -InputObject $planMember +$policy = Get-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -Name MyPolicy -ResourceGroupName testRg +Remove-AzDevCenterAdminProjectPolicy -InputObject $policy ``` -This command deletes the plan member "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +This command deletes the project policy named "MyPolicy" in the dev center "Contoso". ## PARAMETERS @@ -78,6 +78,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevCenterName +The name of the devcenter. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +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. @@ -94,13 +109,13 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -MemberName -The name of a devcenter plan member. +### -Name +The name of the project policy. ```yaml Type: System.String Parameter Sets: Delete -Aliases: +Aliases: ProjectPolicyName Required: True Position: Named @@ -139,21 +154,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PlanName -The name of the devcenter plan. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter.AutoRest/docs/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md similarity index 60% rename from src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPlanMember.md rename to src/DevCenter/DevCenter.AutoRest/docs/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md index e4ea81211896..cf2f26a40b99 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPlanMember.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md @@ -1,52 +1,70 @@ --- external help file: Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminplanmember +online version: https://learn.microsoft.com/powershell/module/az.devcenter/stop-azdevcenteradminprojectcatalogimagedefinitionbuild schema: 2.0.0 --- -# New-AzDevCenterAdminPlanMember +# Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild ## SYNOPSIS -Creates or updates a devcenter plan member resource +Cancels the specified build for an image definition. ## SYNTAX -### CreateExpanded (Default) +### Cancel (Default) ``` -New-AzDevCenterAdminPlanMember -MemberName -PlanName -ResourceGroupName - -MemberId -MemberType [-SubscriptionId ] [-PropertiesTag ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild -BuildName -CatalogName + -ImageDefinitionName -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CancelViaIdentity ``` -New-AzDevCenterAdminPlanMember -InputObject -MemberId - -MemberType [-PropertiesTag ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Creates or updates a devcenter plan member resource +Cancels the specified build for an image definition. ## EXAMPLES -### Example 1: Create an plan member +### Example 1: Cancel a build for an image definition ```powershell -$tags = @{"dev" ="test"} -New-AzDevCenterAdminPlanMember -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -ResourceGroupName testRg -Tag $tags -MemberId d702f662-b3f2-4796-9e8c-13c22378ced3 -MemberType User +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild ` + -BuildName "0a28fc61-6f87-4611-8fe2-32df44ab93b7" ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ``` -This command creates an plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +```output +True +``` + +This command cancels the build with ID "0a28fc61-6f87-4611-8fe2-32df44ab93b7" for the image definition "DefaultDevImage" in the catalog "CentralCatalog" under project "DevProject". -### Example 2: Create an plan member using InputObject +### Example 2: Cancel a build using InputObject ```powershell -$tags = @{"dev" ="test"} -$planMember = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "MemberName" = "d702f662-b3f2-4796-9e8c-13c22378ced3"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -New-AzDevCenterAdminPlanMember -InputObject $planMember -Tag $tags -MemberId d702f662-b3f2-4796-9e8c-13c22378ced3 -MemberType User +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + BuildName = "0a28fc61-6f87-4611-8fe2-32df44ab93b7" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject $inputObject +``` + +```output +True ``` -This command creates an plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +This command cancels the specified build using an input object. ## PARAMETERS @@ -65,59 +83,58 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. +### -BuildName +The ID of the Image Definition Build. ```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential +Type: System.String +Parameter Sets: Cancel +Aliases: -Required: False +Required: True 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. +### -CatalogName +The name of the Catalog. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: CreateViaIdentityExpanded +Type: System.String +Parameter Sets: Cancel Aliases: Required: True Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberId -The unique id of the member. +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml -Type: System.String +Type: System.Management.Automation.PSObject Parameter Sets: (All) -Aliases: +Aliases: AzureRMContext, AzureCredential -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberName -The name of a devcenter plan member. +### -ImageDefinitionName +The name of the Image Definition. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: Cancel Aliases: Required: True @@ -127,18 +144,19 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberType -The type of the member (user, group) +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberType -Parameter Sets: (All) +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: CancelViaIdentity Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` @@ -157,30 +175,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PlanName -The name of the devcenter plan. +### -PassThru +Returns true when the command succeeds ```yaml -Type: System.String -Parameter Sets: CreateExpanded +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -PropertiesTag -Resource tags. +### -ProjectName +The name of the project. ```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) +Type: System.String +Parameter Sets: Cancel Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -193,7 +211,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: Cancel Aliases: Required: True @@ -208,7 +226,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: Cancel Aliases: Required: False @@ -218,21 +236,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Tag -Resource tags. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -273,7 +276,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlanMember +### System.Boolean ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminCatalog.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminCatalog.md index c97244d57d46..db31bb13ebb7 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminCatalog.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminCatalog.md @@ -365,7 +365,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminDevBoxDefinition.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminDevBoxDefinition.md index 78b5460d5dbc..a5666ffc0208 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminDevBoxDefinition.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminDevBoxDefinition.md @@ -365,7 +365,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevBoxDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevBoxDefinition ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminDevCenter.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminDevCenter.md index 352af3e1811c..de27d76f8ed2 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminDevCenter.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminDevCenter.md @@ -18,7 +18,7 @@ Update-AzDevCenterAdminDevCenter -Name -ResourceGroupName [-Su [-DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-PlanId ] + [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-ProjectCatalogSettingCatalogItemSyncEnableStatus ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -29,7 +29,7 @@ Update-AzDevCenterAdminDevCenter -InputObject [-DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-PlanId ] + [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-ProjectCatalogSettingCatalogItemSyncEnableStatus ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -212,21 +212,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PlanId -Resource Id of an associated Plan - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ProjectCatalogSettingCatalogItemSyncEnableStatus Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. @@ -328,7 +313,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevCenter ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminEnvironmentType.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminEnvironmentType.md index 4f164ce9289b..0eb332567916 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminEnvironmentType.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminEnvironmentType.md @@ -214,7 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminNetworkConnection.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminNetworkConnection.md index 4536ab8c411c..fbb98217fed6 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminNetworkConnection.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminNetworkConnection.md @@ -303,7 +303,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.INetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPool.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPool.md index c37444e74759..9feb8788f815 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPool.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPool.md @@ -15,22 +15,37 @@ Partially updates a machine pool ### UpdateExpanded (Default) ``` Update-AzDevCenterAdminPool -Name -ProjectName -ResourceGroupName - [-SubscriptionId ] [-DevBoxDefinitionName ] [-DisplayName ] - [-LocalAdministrator ] [-ManagedVirtualNetworkRegion ] - [-NetworkConnectionName ] [-SingleSignOnStatus ] - [-StopOnDisconnectGracePeriodMinute ] [-StopOnDisconnectStatus ] - [-Tag ] [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-ActiveHourConfigurationAutoStartEnableStatus ] + [-ActiveHourConfigurationDefaultEndTimeHour ] [-ActiveHourConfigurationDefaultStartTimeHour ] + [-ActiveHourConfigurationDefaultTimeZone ] + [-ActiveHourConfigurationKeepAwakeEnableStatus ] [-DevBoxDefinitionName ] + [-DevBoxDefinitionType ] [-DevBoxTunnelEnableStatus ] + [-DisplayName ] [-ImageReferenceId ] [-LocalAdministrator ] + [-ManagedVirtualNetworkRegion ] [-NetworkConnectionName ] + [-SingleSignOnStatus ] [-SkuCapacity ] [-SkuFamily ] [-SkuName ] + [-SkuSize ] [-SkuTier ] [-StopOnDisconnectGracePeriodMinute ] + [-StopOnDisconnectStatus ] [-StopOnNoConnectGracePeriodMinute ] + [-StopOnNoConnectStatus ] [-Tag ] + [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzDevCenterAdminPool -InputObject [-DevBoxDefinitionName ] - [-DisplayName ] [-LocalAdministrator ] [-ManagedVirtualNetworkRegion ] - [-NetworkConnectionName ] [-SingleSignOnStatus ] - [-StopOnDisconnectGracePeriodMinute ] [-StopOnDisconnectStatus ] - [-Tag ] [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] +Update-AzDevCenterAdminPool -InputObject + [-ActiveHourConfigurationAutoStartEnableStatus ] + [-ActiveHourConfigurationDefaultEndTimeHour ] [-ActiveHourConfigurationDefaultStartTimeHour ] + [-ActiveHourConfigurationDefaultTimeZone ] + [-ActiveHourConfigurationKeepAwakeEnableStatus ] [-DevBoxDefinitionName ] + [-DevBoxDefinitionType ] [-DevBoxTunnelEnableStatus ] + [-DisplayName ] [-ImageReferenceId ] [-LocalAdministrator ] + [-ManagedVirtualNetworkRegion ] [-NetworkConnectionName ] + [-SingleSignOnStatus ] [-SkuCapacity ] [-SkuFamily ] [-SkuName ] + [-SkuSize ] [-SkuTier ] [-StopOnDisconnectGracePeriodMinute ] + [-StopOnDisconnectStatus ] [-StopOnNoConnectGracePeriodMinute ] + [-StopOnNoConnectStatus ] [-Tag ] + [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ## DESCRIPTION @@ -56,6 +71,81 @@ This command updates a pool named "DevPool" in the project "DevProject". ## PARAMETERS +### -ActiveHourConfigurationAutoStartEnableStatus +Enables or disables whether the Dev Box should be automatically started at commencement of active hours. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoStartEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultEndTimeHour +The default end time of the active hours + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultStartTimeHour +The default start time of the active hours. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultTimeZone +The default IANA timezone id of the active hours. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationKeepAwakeEnableStatus +Enables or disables whether the Dev Box should be kept awake during active hours. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.KeepAwakeEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AsJob Run the command as a job @@ -88,7 +178,8 @@ Accept wildcard characters: False ``` ### -DevBoxDefinitionName -Name of a Dev Box definition in parent Project of this Pool +Name of a Dev Box definition in parent Project of this Pool. +Will be ignored if devBoxDefinitionType is Value. ```yaml Type: System.String @@ -102,6 +193,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevBoxDefinitionType +Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxTunnelEnableStatus +Indicates whether Dev Box Tunnel is enabled for a the pool. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxTunnelEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DisplayName The display name of the pool. @@ -117,6 +238,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ImageReferenceId +Image ID, or Image version ID. +When Image ID is provided, its latest version will be used. + +```yaml +Type: System.String +Parameter Sets: (All) +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. @@ -255,6 +392,86 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkuCapacity +If the SKU supports scale out/in then the capacity integer should be included. +If scale out/in is not possible for the resource this may be omitted. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuFamily +If the service has different generations of hardware, for the same SKU, then that can be captured here. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +The name of the SKU. +E.g. +P3. +It is typically a letter+number code + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuSize +The SKU size. +When the name field is the combination of tier and some other value, this would be the standalone code. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -StopOnDisconnectGracePeriodMinute The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. @@ -285,6 +502,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StopOnNoConnectGracePeriodMinute +The specified time in minutes to wait before stopping a Dev Box if no connection is made. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StopOnNoConnectStatus +Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -370,7 +617,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPool +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IPool ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProject.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProject.md index a8c0eec016bc..39acd7263fb2 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProject.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProject.md @@ -15,19 +15,35 @@ Partially updates a project. ### UpdateExpanded (Default) ``` Update-AzDevCenterAdminProject -Name -ResourceGroupName [-SubscriptionId ] - [-CatalogSettingCatalogItemSyncType ] [-Description ] [-DisplayName ] - [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-MaxDevBoxesPerUser ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + [-AzureAiServiceSettingAzureAiServicesMode ] + [-CatalogSettingCatalogItemSyncType ] + [-CustomizationSettingIdentity ] + [-CustomizationSettingUserCustomizationsEnableStatus ] + [-Description ] [-DevBoxAutoDeleteSettingDeleteMode ] + [-DevBoxAutoDeleteSettingGracePeriod ] [-DevBoxAutoDeleteSettingInactiveThreshold ] + [-DisplayName ] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-MaxDevBoxesPerUser ] + [-ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject ] + [-ServerlessGpuSessionSettingServerlessGpuSessionsMode ] [-Tag ] + [-WorkspaceStorageSettingWorkspaceStorageMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzDevCenterAdminProject -InputObject - [-CatalogSettingCatalogItemSyncType ] [-Description ] [-DisplayName ] - [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-MaxDevBoxesPerUser ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + [-AzureAiServiceSettingAzureAiServicesMode ] + [-CatalogSettingCatalogItemSyncType ] + [-CustomizationSettingIdentity ] + [-CustomizationSettingUserCustomizationsEnableStatus ] + [-Description ] [-DevBoxAutoDeleteSettingDeleteMode ] + [-DevBoxAutoDeleteSettingGracePeriod ] [-DevBoxAutoDeleteSettingInactiveThreshold ] + [-DisplayName ] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-MaxDevBoxesPerUser ] + [-ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject ] + [-ServerlessGpuSessionSettingServerlessGpuSessionsMode ] [-Tag ] + [-WorkspaceStorageSettingWorkspaceStorageMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -68,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AzureAiServiceSettingAzureAiServicesMode +The property indicates whether Azure AI services is enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -CatalogSettingCatalogItemSyncType Indicates catalog item types that can be synced. @@ -83,6 +114,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CustomizationSettingIdentity +The identities that can to be used in customization scenarios; e.g., to clone a repository. +To construct, see NOTES section for CUSTOMIZATIONSETTINGIDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectCustomizationManagedIdentity[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CustomizationSettingUserCustomizationsEnableStatus +Indicates whether user customizations are enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DefaultProfile The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. @@ -114,6 +176,53 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevBoxAutoDeleteSettingDeleteMode +Indicates the delete mode for Dev Boxes within this project. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxAutoDeleteSettingGracePeriod +ISO8601 duration required for the dev box to be marked for deletion prior to it being deleted. +ISO8601 format PT[n]H[n]M[n]S. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxAutoDeleteSettingInactiveThreshold +ISO8601 duration required for the dev box to not be inactive prior to it being scheduled for deletion. +ISO8601 format PT[n]H[n]M[n]S. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DisplayName The display name of the project. @@ -239,6 +348,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject +When specified, limits the maximum number of concurrent sessions across all pools in the project. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServerlessGpuSessionSettingServerlessGpuSessionsMode +The property indicates whether serverless GPU access is enabled on the project. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -269,6 +408,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -WorkspaceStorageSettingWorkspaceStorageMode +Indicates whether workspace storage is enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.WorkspaceStorageMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -309,7 +463,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProject ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectCatalog.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectCatalog.md index 4b47cd2511c2..15996e4f13fd 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectCatalog.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectCatalog.md @@ -146,7 +146,7 @@ Properties not provided in the update request will not be changed. To construct, see NOTES section for BODY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogUpdate +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogUpdate Parameter Sets: Patch, PatchViaIdentity Aliases: @@ -391,13 +391,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogUpdate +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogUpdate ### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectEnvironmentType.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectEnvironmentType.md index 56edc3521f72..6fe7f6378aa6 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectEnvironmentType.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectEnvironmentType.md @@ -330,7 +330,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectPolicy.md similarity index 58% rename from src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPlan.md rename to src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectPolicy.md index d9224d404f47..8fbdf8dcada1 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminPlan.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminProjectPolicy.md @@ -1,50 +1,67 @@ --- external help file: Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/update-azdevcenteradminplan +online version: https://learn.microsoft.com/powershell/module/az.devcenter/update-azdevcenteradminprojectpolicy schema: 2.0.0 --- -# Update-AzDevCenterAdminPlan +# Update-AzDevCenterAdminProjectPolicy ## SYNOPSIS -Partially updates a devcenter plan. +Partially updates an project policy. ## SYNTAX ### UpdateExpanded (Default) ``` -Update-AzDevCenterAdminPlan -Name -ResourceGroupName [-SubscriptionId ] - [-SkuCapacity ] [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Update-AzDevCenterAdminProjectPolicy -DevCenterName -Name -ResourceGroupName + [-SubscriptionId ] [-ResourcePolicy ] [-Scope ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzDevCenterAdminPlan -InputObject [-SkuCapacity ] [-SkuFamily ] - [-SkuName ] [-SkuSize ] [-SkuTier ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Update-AzDevCenterAdminProjectPolicy -InputObject [-ResourcePolicy ] + [-Scope ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Partially updates a devcenter plan. +Partially updates an project policy. ## EXAMPLES -### Example 1: Update a plan +### Example 1: Update the resource policies of a project policy ```powershell -Update-AzDevCenterAdminPlan -Name ContosoPlan -ResourceGroupName testRg -SkuName CCOG_Standard +$resourcePolicies = @( + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win10-m365-gen2" }; + @{ Action = "Deny"; ResourceType = "Skus" } +) +Update-AzDevCenterAdminProjectPolicy ` + -DevCenterName "Contoso" ` + -Name "myPolicy" ` + -ResourceGroupName "testRg" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ` + -ResourcePolicy $resourcePolicies ``` -This command updates a plan named "ContosoPlan" in the resource group "testRg". +This command updates the project policy named "myPolicy" in the dev center "Contoso" to set new resource policies. -### Example 3: Update a plan using InputObject +### Example 2: Update the scopes of a project policy using InputObject ```powershell -$plan = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -Update-AzDevCenterAdminPlan -InputObject $plan -SkuName CCOG_Standard +$inputObject = @{ + ResourceGroupName = "testRg" + DevCenterName = "Contoso" + ProjectPolicyName = "myPolicy" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +$scopes = @( + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject"; + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject2" +) +Update-AzDevCenterAdminProjectPolicy -InputObject $inputObject -Scope $scopes ``` -This command updates a plan named "ContosoPlan" in the resource group "testRg". +This command updates the scopes of the project policy "myPolicy" in the dev center "Contoso" using an input object. ## PARAMETERS @@ -79,6 +96,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevCenterName +The name of the devcenter. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +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. @@ -96,12 +128,12 @@ Accept wildcard characters: False ``` ### -Name -The name of the devcenter plan. +The name of the project policy. ```yaml Type: System.String Parameter Sets: UpdateExpanded -Aliases: PlanName +Aliases: ProjectPolicyName Required: True Position: Named @@ -141,61 +173,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SkuCapacity -If the SKU supports scale out/in then the capacity integer should be included. -If scale out/in is not possible for the resource this may be omitted. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuFamily -If the service has different generations of hardware, for the same SKU, then that can be captured here. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuName -The name of the SKU. -E.g. -P3. -It is typically a letter+number code - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuSize -The SKU size. -When the name field is the combination of tier and some other value, this would be the standalone code. +### -ResourcePolicy +Resource policies that are a part of this project policy. +To construct, see NOTES section for RESOURCEPOLICY properties and create a hash table. ```yaml -Type: System.String +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IResourcePolicy[] Parameter Sets: (All) Aliases: @@ -206,11 +189,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SkuTier -This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. +### -Scope +Resources that have access to the shared resources that are a part of this project policy. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier +Type: System.String[] Parameter Sets: (All) Aliases: @@ -236,21 +219,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Tag -Resource tags. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -291,7 +259,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlan +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectPolicy ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminSchedule.md b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminSchedule.md index 2f3ff84777ff..dbd6853c5af8 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminSchedule.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/Update-AzDevCenterAdminSchedule.md @@ -289,7 +289,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule ## NOTES diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md b/src/DevCenter/DevCenter.AutoRest/examples/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md new file mode 100644 index 000000000000..eae297f532fc --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md @@ -0,0 +1,25 @@ +### Example 1: Build an image for an image definition +```powershell +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command starts a build for the image definition "DefaultDevImage" in the catalog "CentralCatalog" under project "DevProject". + +### Example 2: Build an image using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage -InputObject $inputObject +``` + +This command starts a build for the specified image definition using an input object. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminCatalogSyncErrorDetail.md b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminCatalogSyncErrorDetail.md index d80d6eda9738..9597b332eb0c 100644 --- a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminCatalogSyncErrorDetail.md +++ b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminCatalogSyncErrorDetail.md @@ -1,4 +1,4 @@ -### Example 1: Get the catalog sync error detail +### Example 1: Get the catalog sync error details ```powershell Get-AzDevCenterAdminCatalogSyncErrorDetail -DevCenterName Contoso -CatalogName CentralCatalog -ResourceGroupName testRg ``` diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminPlan.md deleted file mode 100644 index 95d3d7115097..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminPlan.md +++ /dev/null @@ -1,24 +0,0 @@ -### Example 1: List plans in a subscription -```powershell -Get-AzDevCenterAdminPlan -``` -This command lists the plans in the current subscription. - -### Example 2: List plans in a resource group -```powershell -Get-AzDevCenterAdminPlan -ResourceGroupName testRg -``` -This command lists the plans under the resource group "testRg". - -### Example 3: Get a plan -```powershell -Get-AzDevCenterAdminPlan -ResourceGroupName testRg -Name ContosoPlan -``` -This command gets the plan named "ContosoPlan" under the resource group "testRg". - -### Example 4: Get a plan using InputObject -```powershell -$plan = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -Get-AzDevCenterAdminPlan -InputObject $plan -``` -This command gets the plan named "ContosoPlan" under the resource group "testRg". diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminPlanMember.md deleted file mode 100644 index e3b851b7188d..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminPlanMember.md +++ /dev/null @@ -1,18 +0,0 @@ -### Example 1: List plan members in a plan -```powershell -Get-AzDevCenterAdminPlanMember -PlanName ContosoPlan -ResourceGroupName testRg -``` -This command lists the plan members in the plan "ContosoPlan" under the resource group "testRg". - -### Example 2: Get a plan member -```powershell -Get-AzDevCenterAdminPlanMember -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -ResourceGroupName testRg -``` -This command gets the plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan" under the resource group "testRg". - -### Example 3: Get a plan member using InputObject -```powershell -$planMember = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "MemberName" = "d702f662-b3f2-4796-9e8c-13c22378ced3"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -$planMember = Get-AzDevCenterAdminPlanMember -InputObject $planMember -``` -This command gets the plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan" under the resource group "testRg". diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinition.md b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinition.md new file mode 100644 index 000000000000..25ebca18771b --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinition.md @@ -0,0 +1,24 @@ +### Example 1: Get all image definitions in a catalog for a project +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` +This command gets all image definitions in the catalog "CentralCatalog" for the project "DevProject". + +### Example 2: Get a specific image definition by name +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ImageDefinitionName "DefaultDevImage" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject". + +### Example 3: Get a specific image definition using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinition -InputObject $inputObject +``` +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject" using an input object. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md new file mode 100644 index 000000000000..25ebca18771b --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md @@ -0,0 +1,24 @@ +### Example 1: Get all image definitions in a catalog for a project +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` +This command gets all image definitions in the catalog "CentralCatalog" for the project "DevProject". + +### Example 2: Get a specific image definition by name +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ImageDefinitionName "DefaultDevImage" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject". + +### Example 3: Get a specific image definition using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinition -InputObject $inputObject +``` +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject" using an input object. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md new file mode 100644 index 000000000000..97077d5b4ee4 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md @@ -0,0 +1,25 @@ +### Example 1: Get build details for a specific image definition build +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail ` + -BuildName "0a28fc61-6f87-4611-8fe2-32df44ab93b7" ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` +This command gets the details for the build with ID "0a28fc61-6f87-4611-8fe2-32df44ab93b7" for the image definition "DefaultDevImage" in the catalog "CentralCatalog" under project "DevProject". + +### Example 2: Get build details using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + BuildName = "0a28fc61-6f87-4611-8fe2-32df44ab93b7" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail -InputObject $inputObject +``` +This command gets the build details using an input object. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md new file mode 100644 index 000000000000..eeb42423b7a3 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md @@ -0,0 +1,23 @@ +### Example 1: Get error details for an image definition +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` +This command gets error details for the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject". + +### Example 2: Get error details using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail -InputObject $inputObject +``` +This command gets error details for the image definition "DefaultDevImage" using an input object. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md index 94de00d7a1c6..f549c9c8c025 100644 --- a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md +++ b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md @@ -1,4 +1,4 @@ -### Example 1: Get the project catalog sync error detail +### Example 1: Get the project catalog sync error details ```powershell Get-AzDevCenterAdminProjectCatalogSyncErrorDetail -ProjectName DevProject -CatalogName CentralCatalog -ResourceGroupName testRg ``` diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectPolicy.md b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectPolicy.md new file mode 100644 index 000000000000..9eddcbef4406 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectPolicy.md @@ -0,0 +1,23 @@ +### Example 1: Get all project policies in a dev center +```powershell +Get-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -ResourceGroupName testRg -SubscriptionId 0ac520ee-14c0-480f-b6c9-0a90c58ffff +``` +This command gets all project policies in the dev center "Contoso" in resource group "testRg". + +### Example 2: Get a specific project policy by name +```powershell +Get-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -Name myPolicy -ResourceGroupName testRg -SubscriptionId 0ac520ee-14c0-480f-b6c9-0a90c58ffff +``` +This command gets the project policy named "myPolicy" in the dev center "Contoso". + +### Example 3: Get a project policy using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "testRg" + DevCenterName = "Contoso" + ProjectPolicyName = "myPolicy" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectPolicy -InputObject $inputObject +``` +This command gets the project policy named "myPolicy" in the dev center "Contoso" using an input object. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/examples/New-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter.AutoRest/examples/New-AzDevCenterAdminPlan.md deleted file mode 100644 index 2f1e8b864d0f..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/examples/New-AzDevCenterAdminPlan.md +++ /dev/null @@ -1,12 +0,0 @@ -### Example 1: Create a plan -```powershell -New-AzDevCenterAdminPlan -Name ContosoPlan -ResourceGroupName testRg -Location eastus -SkuName CCOG_Standard -``` -This command creates a plan named "ContosoPlan" in the resource group "testRg". - -### Example 3: Create a plan using InputObject -```powershell -$plan = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -New-AzDevCenterAdminPlan -InputObject $plan -Location eastus -SkuName CCOG_Standard -``` -This command creates a plan named "ContosoPlan" in the resource group "testRg". diff --git a/src/DevCenter/DevCenter.AutoRest/examples/New-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter.AutoRest/examples/New-AzDevCenterAdminPlanMember.md deleted file mode 100644 index b57d64a6befb..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/examples/New-AzDevCenterAdminPlanMember.md +++ /dev/null @@ -1,15 +0,0 @@ -### Example 1: Create an plan member -```powershell -$tags = @{"dev" ="test"} -New-AzDevCenterAdminPlanMember -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -ResourceGroupName testRg -Tag $tags -MemberId d702f662-b3f2-4796-9e8c-13c22378ced3 -MemberType User -``` -This command creates an plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". - -### Example 2: Create an plan member using InputObject -```powershell -$tags = @{"dev" ="test"} -$planMember = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "MemberName" = "d702f662-b3f2-4796-9e8c-13c22378ced3"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -New-AzDevCenterAdminPlanMember -InputObject $planMember -Tag $tags -MemberId d702f662-b3f2-4796-9e8c-13c22378ced3 -MemberType User -``` -This command creates an plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". - diff --git a/src/DevCenter/DevCenter.AutoRest/examples/New-AzDevCenterAdminProjectPolicy.md b/src/DevCenter/DevCenter.AutoRest/examples/New-AzDevCenterAdminProjectPolicy.md new file mode 100644 index 000000000000..11afb34c0dcd --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/New-AzDevCenterAdminProjectPolicy.md @@ -0,0 +1,41 @@ +### Example 1: Create a project policy with resource policies and scopes +```powershell +$resourcePolicies = @( + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win10-m365-gen2" }; + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win11-m365-gen2" }; + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/attachednetworks/network-westus3" }; + @{ Action = "Allow"; ResourceType = "Skus" } +) +$scopes = @( + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject"; + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject2" +) +New-AzDevCenterAdminProjectPolicy ` + -DevCenterName "Contoso" ` + -Name "myPolicy" ` + -ResourceGroupName "testRg" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ` + -ResourcePolicy $resourcePolicies ` + -Scope $scopes +``` + +This command creates a project policy named "myPolicy" in the dev center "Contoso" with multiple resource policies and scopes. + +### Example 2: Create a project policy using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "testRg" + DevCenterName = "Contoso" + ProjectPolicyName = "myPolicy" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +$resourcePolicies = @( + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win10-m365-gen2" } +) +$scopes = @( + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject" +) +New-AzDevCenterAdminProjectPolicy -InputObject $inputObject -ResourcePolicy $resourcePolicies -Scope $scopes +``` + +This command creates a project policy using an input object and assigns a single resource policy and scope. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Remove-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter.AutoRest/examples/Remove-AzDevCenterAdminPlan.md deleted file mode 100644 index b4b770e8b811..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/examples/Remove-AzDevCenterAdminPlan.md +++ /dev/null @@ -1,14 +0,0 @@ -### Example 1: Delete a plan -```powershell -Remove-AzDevCenterAdminPlan -Name ContosoPlan -ResourceGroupName testRg -``` -This command deletes the plan "ContosoPlan" in the resource group "testRg". - -### Example 2: Delete a plan using InputObject -```powershell -$plan = Get-AzDevCenterAdminPlan -ResourceGroupName testRg -Name ContosoPlan - -Remove-AzDevCenterAdminPlan -InputObject $plan -``` -This command deletes the plan "ContosoPlan" in the resource group "testRg". - diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Remove-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter.AutoRest/examples/Remove-AzDevCenterAdminPlanMember.md deleted file mode 100644 index beb8fca521e5..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/examples/Remove-AzDevCenterAdminPlanMember.md +++ /dev/null @@ -1,12 +0,0 @@ -### Example 1: Deletes an plan member -```powershell -Remove-AzDevCenterAdminPlanMember -ResourceGroupName testRg -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -``` -This command deletes the plan member d702f662-b3f2-4796-9e8c-13c22378ced3 in the plan "ContosoPlan". - -### Example 2: Deletes an plan member using InputObject -```powershell -$planMember = Get-AzDevCenterAdminPlanMember -ResourceGroupName testRg -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -Remove-AzDevCenterAdminPlanMember -InputObject $planMember -``` -This command deletes the plan member "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Remove-AzDevCenterAdminProjectPolicy.md b/src/DevCenter/DevCenter.AutoRest/examples/Remove-AzDevCenterAdminProjectPolicy.md new file mode 100644 index 000000000000..fcd4c38b8e6f --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Remove-AzDevCenterAdminProjectPolicy.md @@ -0,0 +1,12 @@ +### Example 1: Remove a project policy +```powershell +Remove-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -Name MyPolicy -ResourceGroupName testRg +``` +This command deletes the project policy named "MyPolicy" in the dev center "Contoso". + +### Example 2: Remove a project policy using InputObject +```powershell +$policy = Get-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -Name MyPolicy -ResourceGroupName testRg +Remove-AzDevCenterAdminProjectPolicy -InputObject $policy +``` +This command deletes the project policy named "MyPolicy" in the dev center "Contoso". \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md b/src/DevCenter/DevCenter.AutoRest/examples/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md new file mode 100644 index 000000000000..372dd6b61fdc --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md @@ -0,0 +1,35 @@ +### Example 1: Cancel a build for an image definition +```powershell +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild ` + -BuildName "0a28fc61-6f87-4611-8fe2-32df44ab93b7" ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +```output +True +``` + +This command cancels the build with ID "0a28fc61-6f87-4611-8fe2-32df44ab93b7" for the image definition "DefaultDevImage" in the catalog "CentralCatalog" under project "DevProject". + +### Example 2: Cancel a build using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + BuildName = "0a28fc61-6f87-4611-8fe2-32df44ab93b7" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject $inputObject +``` + +```output +True +``` + +This command cancels the specified build using an input object. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Update-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter.AutoRest/examples/Update-AzDevCenterAdminPlan.md deleted file mode 100644 index e05439c589fe..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/examples/Update-AzDevCenterAdminPlan.md +++ /dev/null @@ -1,12 +0,0 @@ -### Example 1: Update a plan -```powershell -Update-AzDevCenterAdminPlan -Name ContosoPlan -ResourceGroupName testRg -SkuName CCOG_Standard -``` -This command updates a plan named "ContosoPlan" in the resource group "testRg". - -### Example 3: Update a plan using InputObject -```powershell -$plan = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -Update-AzDevCenterAdminPlan -InputObject $plan -SkuName CCOG_Standard -``` -This command updates a plan named "ContosoPlan" in the resource group "testRg". diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Update-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter.AutoRest/examples/Update-AzDevCenterAdminPlanMember.md deleted file mode 100644 index fac9235561d7..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/examples/Update-AzDevCenterAdminPlanMember.md +++ /dev/null @@ -1,18 +0,0 @@ -### Example 1: Update a plan member -```powershell -$tags = @{"dev" = "test" } - -Update-AzDevCenterAdminPlanMember -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -ResourceGroupName testRg -Tag $tags -``` -This command updates a plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". - - -### Example 2: Update a plan member using InputObject -```powershell -$planMember = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "MemberName" = "d702f662-b3f2-4796-9e8c-13c22378ced3"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -$tags = @{"dev" = "test" } - -Update-AzDevCenterAdminPlanMember -InputObject $planMember -Tag $tags -``` -This command updates a plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". - diff --git a/src/DevCenter/DevCenter.AutoRest/examples/Update-AzDevCenterAdminProjectPolicy.md b/src/DevCenter/DevCenter.AutoRest/examples/Update-AzDevCenterAdminProjectPolicy.md new file mode 100644 index 000000000000..0d8ec420cd8e --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Update-AzDevCenterAdminProjectPolicy.md @@ -0,0 +1,32 @@ +### Example 1: Update the resource policies of a project policy +```powershell +$resourcePolicies = @( + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win10-m365-gen2" }; + @{ Action = "Deny"; ResourceType = "Skus" } +) +Update-AzDevCenterAdminProjectPolicy ` + -DevCenterName "Contoso" ` + -Name "myPolicy" ` + -ResourceGroupName "testRg" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ` + -ResourcePolicy $resourcePolicies +``` + +This command updates the project policy named "myPolicy" in the dev center "Contoso" to set new resource policies. + +### Example 2: Update the scopes of a project policy using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "testRg" + DevCenterName = "Contoso" + ProjectPolicyName = "myPolicy" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +$scopes = @( + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject"; + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject2" +) +Update-AzDevCenterAdminProjectPolicy -InputObject $inputObject -Scope $scopes +``` + +This command updates the scopes of the project policy "myPolicy" in the dev center "Contoso" using an input object. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/generate-info.json b/src/DevCenter/DevCenter.AutoRest/generate-info.json index 06c0ee3afa39..1c1b4414247a 100644 --- a/src/DevCenter/DevCenter.AutoRest/generate-info.json +++ b/src/DevCenter/DevCenter.AutoRest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "db53e5d3-ae5e-4566-b6f8-d3fa0b2f0356" + "generate_Id": "454530cc-9ab7-44a9-a0d3-03af9d9c4d27" } diff --git a/src/DevCenter/DevCenter.AutoRest/resources/README.md b/src/DevCenter/DevCenter.AutoRest/resources/README.md new file mode 100644 index 000000000000..736492341e3d --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `../custom` folder. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. \ No newline at end of file diff --git a/src/DevCenter/DevCenter.AutoRest/test/Build-AzDevCenterAdminDevCenterCatalogImageDefinitionImage.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Build-AzDevCenterAdminDevCenterCatalogImageDefinitionImage.Tests.ps1 new file mode 100644 index 000000000000..f2b9b4b042d2 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Build-AzDevCenterAdminDevCenterCatalogImageDefinitionImage.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Build-AzDevCenterAdminDevCenterCatalogImageDefinitionImage')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Build-AzDevCenterAdminDevCenterCatalogImageDefinitionImage.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Build-AzDevCenterAdminDevCenterCatalogImageDefinitionImage' { + It 'Build' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'BuildViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPlanMember.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.Tests.ps1 similarity index 63% rename from src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPlanMember.Tests.ps1 rename to src/DevCenter/DevCenter.AutoRest/test/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.Tests.ps1 index b42d9174496a..55bd9e5a855d 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPlanMember.Tests.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/test/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzDevCenterAdminPlanMember')) +if(($null -eq $TestName) -or ($TestName -contains 'Build-AzDevCenterAdminProjectCatalogImageDefinitionImage')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzDevCenterAdminPlanMember.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,12 +14,12 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzDevCenterAdminPlanMembe . ($mockingPath | Select-Object -First 1).FullName } -Describe 'New-AzDevCenterAdminPlanMember' { - It 'CreateExpanded' -skip { +Describe 'Build-AzDevCenterAdminProjectCatalogImageDefinitionImage' { + It 'Build' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } - It 'CreateViaIdentityExpanded' -skip { + It 'BuildViaIdentity' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } } diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminAttachedNetwork.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminAttachedNetwork.Recording.json index 3a78122ecc70..2f52e5c4cfc5 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminAttachedNetwork.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminAttachedNetwork.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminAttachedNetwork+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/attachednetworks?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminAttachedNetwork+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/attachednetworks?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/attachednetworks?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/attachednetworks?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -43,10 +43,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminAttachedNetwork+[NoContext]+Get1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6naz5c?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminAttachedNetwork+[NoContext]+Get1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6naz5c?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6naz5c?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6naz5c?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -85,10 +85,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminAttachedNetwork+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/attachednetworks/6naz5c?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminAttachedNetwork+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/attachednetworks/6naz5c?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/attachednetworks/6naz5c?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/attachednetworks/6naz5c?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -129,10 +129,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminAttachedNetwork+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminAttachedNetwork+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminCatalog.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminCatalog.Recording.json index 16e213a069c1..12f3971979d4 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminCatalog.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminCatalog.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminCatalog+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminCatalog+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminCatalog+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminCatalog+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminCatalog+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminCatalog+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminCatalog+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminCatalog+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminCatalogSyncErrorDetail.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminCatalogSyncErrorDetail.Recording.json index 228e47e35bcf..bb7acf9d434e 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminCatalogSyncErrorDetail.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminCatalogSyncErrorDetail.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminCatalogSyncErrorDetail+[NoContext]+Get+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/devcenters/test-dev-center/catalogs/test-ado-errors/getSyncErrorDetails?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminCatalogSyncErrorDetail+[NoContext]+Get+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/devcenters/test-dev-center/catalogs/test-ado-errors/getSyncErrorDetails?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/devcenters/test-dev-center/catalogs/test-ado-errors/getSyncErrorDetails?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/devcenters/test-dev-center/catalogs/test-ado-errors/getSyncErrorDetails?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevBoxDefinition.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevBoxDefinition.Recording.json index 002908f4f1e5..8816f6850408 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevBoxDefinition.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevBoxDefinition.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminDevBoxDefinition+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminDevBoxDefinition+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminDevBoxDefinition+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/h3dpk9?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminDevBoxDefinition+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/h3dpk9?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/h3dpk9?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/h3dpk9?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminDevBoxDefinition+[NoContext]+Get1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/devboxdefinitions/h3dpk9?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminDevBoxDefinition+[NoContext]+Get1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/devboxdefinitions/h3dpk9?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/devboxdefinitions/h3dpk9?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/devboxdefinitions/h3dpk9?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -126,10 +126,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminDevBoxDefinition+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/devboxdefinitions?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminDevBoxDefinition+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/devboxdefinitions?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/devboxdefinitions?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/devboxdefinitions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenter.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenter.Recording.json index 42a556cef116..c89e651f802e 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenter.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenter.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminDevCenter+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/devcenters?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminDevCenter+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/devcenters?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/devcenters?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/devcenters?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminDevCenter+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminDevCenter+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminDevCenter+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminDevCenter+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminDevCenter+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminDevCenter+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -165,10 +165,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminDevCenter+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminDevCenter+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPlan.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinition.Tests.ps1 similarity index 83% rename from src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPlan.Tests.ps1 rename to src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinition.Tests.ps1 index 649dece1f2c6..6d3e1e1b6223 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPlan.Tests.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinition.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminPlan')) +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminDevCenterCatalogImageDefinition')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminPlan.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminDevCenterCatalogImageDefinition.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminPlan')) . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Get-AzDevCenterAdminPlan' { +Describe 'Get-AzDevCenterAdminDevCenterCatalogImageDefinition' { It 'List' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } @@ -23,10 +23,6 @@ Describe 'Get-AzDevCenterAdminPlan' { { throw [System.NotImplementedException] } | Should -Not -Throw } - It 'List1' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - It 'GetViaIdentity' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild.Tests.ps1 new file mode 100644 index 000000000000..5919cfa18292 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuildDetail.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuildDetail.Tests.ps1 new file mode 100644 index 000000000000..43fab44e81fb --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuildDetail.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuildDetail')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuildDetail.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzDevCenterAdminDevCenterCatalogImageDefinitionBuildDetail' { + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinitionErrorDetail.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinitionErrorDetail.Tests.ps1 new file mode 100644 index 000000000000..6f485e5d1a00 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminDevCenterCatalogImageDefinitionErrorDetail.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminDevCenterCatalogImageDefinitionErrorDetail')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminDevCenterCatalogImageDefinitionErrorDetail.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzDevCenterAdminDevCenterCatalogImageDefinitionErrorDetail' { + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminEnvironmentDefinition.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminEnvironmentDefinition.Recording.json index d8020e205a3d..0157b7e1344b 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminEnvironmentDefinition.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminEnvironmentDefinition.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminEnvironmentDefinition+[NoContext]+List+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminEnvironmentDefinition+[NoContext]+List+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminEnvironmentDefinition+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminEnvironmentDefinition+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminEnvironmentDefinition+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminEnvironmentDefinition+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminEnvironmentDefinition+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminEnvironmentDefinition+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/devcenters/pwshTestDevCenter/catalogs/i29785/environmentDefinitions/Sandbox?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminEnvironmentType.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminEnvironmentType.Recording.json index 80ea3829b387..0f7cededfee8 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminEnvironmentType+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminEnvironmentType+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminEnvironmentType+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminEnvironmentType+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/dwejvk?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminGallery.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminGallery.Recording.json index 3bd9440b787c..2807b1c1dd89 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminGallery.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminGallery.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminGallery+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminGallery+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminGallery+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminGallery+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminGallery+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminGallery+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminGallery+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminGallery+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImage.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImage.Recording.json index e12743467e65..4e25c40bf1f0 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImage.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImage.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminImage+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/images?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminImage+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/images?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/images?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/images?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -43,10 +43,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminImage+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminImage+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminImage+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminImage+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -131,10 +131,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminImage+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminImage+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -175,10 +175,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminImage+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminImage+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImage.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImage.Tests.ps1 index 8ddf5a75a9e3..30f062f13379 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImage.Tests.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImage.Tests.ps1 @@ -34,15 +34,4 @@ Describe 'Get-AzDevCenterAdminImage' { $image.Publisher | Should -Be "MicrosoftWindowsDesktop" $image.Sku | Should -Be "win11-22h2-ent-cpc-os" } - - It 'GetViaIdentity' { - $image = Get-AzDevCenterAdminImage -ResourceGroupName $env.resourceGroup -DevCenterName $env.devCenterName -GalleryName "Default" -Name $env.imageName - $image = Get-AzDevCenterAdminImage -InputObject $image - $image.Description | Should -Be "Windows 11 Enterprise + OS Optimizations 22H2" - $image.HibernateSupport | Should -Be "Enabled" - $image.Name | Should -Be "microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os" - $image.Offer | Should -Be "windows-ent-cpc" - $image.Publisher | Should -Be "MicrosoftWindowsDesktop" - $image.Sku | Should -Be "win11-22h2-ent-cpc-os" - } } diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImageVersion.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImageVersion.Recording.json index f3dfe6b993bb..bb1eb296a7a8 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImageVersion.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImageVersion.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminImageVersion+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminImageVersion+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -43,10 +43,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminImageVersion+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminImageVersion+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminImageVersion+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminImageVersion+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -131,10 +131,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminImageVersion+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminImageVersion+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/microsoftwindowsdesktop_windows-ent-cpc_win11-22h2-ent-cpc-os/versions/1.0.0?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImageVersion.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImageVersion.Tests.ps1 index 1147bf40d10d..47c55b498794 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImageVersion.Tests.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminImageVersion.Tests.ps1 @@ -26,10 +26,4 @@ Describe 'Get-AzDevCenterAdminImageVersion' { $imageVersion.Name | Should -Be $env.imageVersion } - - It 'GetViaIdentity' { - $imageVersion = Get-AzDevCenterAdminImageVersion -ResourceGroupName $env.resourceGroup -DevCenterName $env.devCenterName -ImageName $env.imageName -VersionName $env.imageVersion -GalleryName "Default" - $imageVersion = Get-AzDevCenterAdminImageVersion -InputObject $imageVersion - $imageVersion.Name | Should -Be $env.imageVersion - } } diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnection.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnection.Recording.json index 4fa8393ebf32..0c06e28eef89 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnection.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnection.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminNetworkConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/networkConnections?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminNetworkConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/networkConnections?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/networkConnections?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/networkConnections?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminNetworkConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminNetworkConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminNetworkConnection+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminNetworkConnection+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminNetworkConnection+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminNetworkConnection+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -165,10 +165,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminNetworkConnection+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminNetworkConnection+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnectionHealthDetail.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnectionHealthDetail.Recording.json index 803bab51635e..2afb8c018c7a 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnectionHealthDetail.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnectionHealthDetail.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminNetworkConnectionHealthDetail+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/amlim-rg/providers/Microsoft.DevCenter/networkConnections/amlim-nc2/healthChecks?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminNetworkConnectionHealthDetail+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/amlim-rg/providers/Microsoft.DevCenter/networkConnections/amlim-nc2/healthChecks?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/amlim-rg/providers/Microsoft.DevCenter/networkConnections/amlim-nc2/healthChecks?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/amlim-rg/providers/Microsoft.DevCenter/networkConnections/amlim-nc2/healthChecks?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.Recording.json index 4216225577b0..cfcdc33f8b94 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/outboundNetworkDependenciesEndpoints?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/outboundNetworkDependenciesEndpoints?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/outboundNetworkDependenciesEndpoints?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/outboundNetworkDependenciesEndpoints?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminOperationStatus.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminOperationStatus.Recording.json index 4fc14be30ee7..0e861e9572bb 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminOperationStatus.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminOperationStatus.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminOperationStatus+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/canadacentral/operationStatuses/7e9e1394-dad0-4414-8160-21c592e880ef%2A4699EE32265F9FA5BF00FA169E7D9CF51755378796E32F2D1A198E080CC84614?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminOperationStatus+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/canadacentral/operationStatuses/7e9e1394-dad0-4414-8160-21c592e880ef%2A4699EE32265F9FA5BF00FA169E7D9CF51755378796E32F2D1A198E080CC84614?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/canadacentral/operationStatuses/7e9e1394-dad0-4414-8160-21c592e880ef%2A4699EE32265F9FA5BF00FA169E7D9CF51755378796E32F2D1A198E080CC84614?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/canadacentral/operationStatuses/7e9e1394-dad0-4414-8160-21c592e880ef%2A4699EE32265F9FA5BF00FA169E7D9CF51755378796E32F2D1A198E080CC84614?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPool.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPool.Recording.json index d2fe457b7a56..60d024a38c64 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPool.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPool.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminPool+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminPool+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminPool+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminPool+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminPool+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminPool+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminPool+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminPool+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProject.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProject.Recording.json index e782be8cf658..944e7b75a93b 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProject.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProject.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminProject+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/projects?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProject+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/projects?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/projects?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/projects?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProject+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProject+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProject+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProject+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProject+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProject+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -165,10 +165,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProject+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminProject+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectAllowedEnvironmentType.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectAllowedEnvironmentType.Recording.json index e00ca030638a..9aea8c5d6fee 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectAllowedEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectAllowedEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminProjectAllowedEnvironmentType+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectAllowedEnvironmentType+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -43,10 +43,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProjectAllowedEnvironmentType+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectAllowedEnvironmentType+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProjectAllowedEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectAllowedEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -131,10 +131,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProjectAllowedEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminProjectAllowedEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/allowedEnvironmentTypes/dwejvk?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalog.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalog.Recording.json index bab1b746a5de..086331d2c19d 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalog.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalog.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminProjectCatalog+[NoContext]+List+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectCatalog+[NoContext]+List+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -43,10 +43,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProjectCatalog+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectCatalog+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinition.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinition.Tests.ps1 new file mode 100644 index 000000000000..bf61f74e6a76 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinition.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminProjectCatalogImageDefinition')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminProjectCatalogImageDefinition.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzDevCenterAdminProjectCatalogImageDefinition' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Tests.ps1 new file mode 100644 index 000000000000..62471aae9c5e --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.Tests.ps1 new file mode 100644 index 000000000000..31e4534c9858 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail' { + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.Tests.ps1 new file mode 100644 index 000000000000..5ab152e142d4 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail' { + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.Recording.json index c9f0bc4ddbb5..937b94306d06 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminProjectCatalogSyncErrorDetail+[NoContext]+Get+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/test1/getSyncErrorDetails?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectCatalogSyncErrorDetail+[NoContext]+Get+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/test1/getSyncErrorDetails?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/test1/getSyncErrorDetails?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/test1/getSyncErrorDetails?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectEnvironmentDefinition.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectEnvironmentDefinition.Recording.json index 637bbda71684..77bce1e4a778 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectEnvironmentDefinition.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectEnvironmentDefinition.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminProjectEnvironmentDefinition+[NoContext]+List+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing/environmentDefinitions?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectEnvironmentDefinition+[NoContext]+List+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing/environmentDefinitions?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing/environmentDefinitions?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing/environmentDefinitions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -43,10 +43,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProjectEnvironmentDefinition+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing/environmentDefinitions/Sandbox?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectEnvironmentDefinition+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing/environmentDefinitions/Sandbox?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing/environmentDefinitions/Sandbox?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/proj-catalog-testing/environmentDefinitions/Sandbox?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectEnvironmentType.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectEnvironmentType.Recording.json index 85709369d8bd..9493df44e166 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminProjectEnvironmentType+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectEnvironmentType+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProjectEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminProjectEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminProjectEnvironmentType+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/dwejvk?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectInheritedSetting.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectInheritedSetting.Recording.json index be325212b8b6..ce1b2afdffed 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectInheritedSetting.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectInheritedSetting.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminProjectInheritedSetting+[NoContext]+Get+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/getInheritedSettings?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminProjectInheritedSetting+[NoContext]+Get+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/getInheritedSettings?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/getInheritedSettings?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/getInheritedSettings?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPlanMember.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectPolicy.Tests.ps1 similarity index 89% rename from src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPlanMember.Tests.ps1 rename to src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectPolicy.Tests.ps1 index bf86db4d7265..6c2c08f1099d 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminPlanMember.Tests.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminProjectPolicy.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminPlanMember')) +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminProjectPolicy')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminPlanMember.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterAdminProjectPolicy.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterAdminPlanMembe . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Get-AzDevCenterAdminPlanMember' { +Describe 'Get-AzDevCenterAdminProjectPolicy' { It 'List' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminSchedule.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminSchedule.Recording.json index 24eacf2c4c8b..c01d17c74a9b 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminSchedule.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminSchedule.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminSchedule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminSchedule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminSchedule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminSchedule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -83,10 +83,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterAdminSchedule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterAdminSchedule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminSku.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminSku.Recording.json index e5ff3965b495..564392dcc9e2 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminSku.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminSku.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminSku+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/skus?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminSku+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/skus?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/skus?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/skus?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminUsage.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminUsage.Recording.json index 1bb799ea321c..c164c9352132 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminUsage.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Get-AzDevCenterAdminUsage.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterAdminUsage+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/canadacentral/usages?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterAdminUsage+[NoContext]+List+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/canadacentral/usages?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/canadacentral/usages?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/canadacentral/usages?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Invoke-AzDevCenterAdminExecuteCheckNameAvailability.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Invoke-AzDevCenterAdminExecuteCheckNameAvailability.Recording.json index 5b8a1c360416..c0f2de553d88 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Invoke-AzDevCenterAdminExecuteCheckNameAvailability.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Invoke-AzDevCenterAdminExecuteCheckNameAvailability.Recording.json @@ -1,8 +1,8 @@ { - "Invoke-AzDevCenterAdminExecuteCheckNameAvailability+[NoContext]+ExecuteExpanded+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2024-05-01-preview+1": { + "Invoke-AzDevCenterAdminExecuteCheckNameAvailability+[NoContext]+ExecuteExpanded+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2025-04-01-preview", "Content": "{\r\n \"name\": \"pwshDchw2yeu\",\r\n \"type\": \"Microsoft.devcenter/devcenters\"\r\n}", "isContentBase64": false, "Headers": { @@ -38,10 +38,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterAdminExecuteCheckNameAvailability+[NoContext]+ExecuteExpanded+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2024-05-01-preview+2": { + "Invoke-AzDevCenterAdminExecuteCheckNameAvailability+[NoContext]+ExecuteExpanded+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2025-04-01-preview+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2025-04-01-preview", "Content": "{\r\n \"name\": \"pwshDchw2yeu11\",\r\n \"type\": \"Microsoft.devcenter/devcenters\"\r\n}", "isContentBase64": false, "Headers": { @@ -77,10 +77,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterAdminExecuteCheckNameAvailability+[NoContext]+Execute+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2024-05-01-preview+1": { + "Invoke-AzDevCenterAdminExecuteCheckNameAvailability+[NoContext]+Execute+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2025-04-01-preview", "Content": "{\r\n \"name\": \"pwshDchw2yeu\",\r\n \"type\": \"Microsoft.devcenter/devcenters\"\r\n}", "isContentBase64": false, "Headers": { @@ -116,10 +116,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterAdminExecuteCheckNameAvailability+[NoContext]+Execute+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2024-05-01-preview+2": { + "Invoke-AzDevCenterAdminExecuteCheckNameAvailability+[NoContext]+Execute+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2025-04-01-preview+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/checkNameAvailability?api-version=2025-04-01-preview", "Content": "{\r\n \"name\": \"pwshDchw2yeu11\",\r\n \"type\": \"Microsoft.devcenter/devcenters\"\r\n}", "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability.Recording.json index a301c2e278cf..6018177422ee 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability.Recording.json @@ -1,8 +1,8 @@ { - "Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability+[NoContext]+ExecuteExpanded+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/checkScopedNameAvailability?api-version=2024-05-01-preview+1": { + "Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability+[NoContext]+ExecuteExpanded+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/checkScopedNameAvailability?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/checkScopedNameAvailability?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/checkScopedNameAvailability?api-version=2025-04-01-preview", "Content": "{\n \"name\": \"test-ado-errors\",\n \"type\": \"Microsoft.DevCenter/projects/catalogs\",\n \"scope\": \"/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project\"\n}", "isContentBase64": false, "Headers": { @@ -42,10 +42,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability+[NoContext]+ExecuteExpanded+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/checkScopedNameAvailability?api-version=2024-05-01-preview+2": { + "Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability+[NoContext]+ExecuteExpanded+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/checkScopedNameAvailability?api-version=2025-04-01-preview+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/checkScopedNameAvailability?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/checkScopedNameAvailability?api-version=2025-04-01-preview", "Content": "{\n \"name\": \"test-ado-errors11\",\n \"type\": \"Microsoft.DevCenter/projects/catalogs\",\n \"scope\": \"/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project\"\n}", "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminAttachedNetwork.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminAttachedNetwork.Recording.json index f9ba057ec4c3..7c863fc64caf 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminAttachedNetwork.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminAttachedNetwork.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminAttachedNetwork+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6ur5?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminAttachedNetwork+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6ur5?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6ur5?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6ur5?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"networkConnectionId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -24,7 +24,7 @@ "X-Rate-Limit-Remaining": [ "293" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:10:53.9492420Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5085f79e-28b6-476a-898a-64f66ff6f23f*C1245C9BA2D575A283B1B7422C315BB8558BD32756FDEA5F4B9DD3BE5CF62752?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5085f79e-28b6-476a-898a-64f66ff6f23f*C1245C9BA2D575A283B1B7422C315BB8558BD32756FDEA5F4B9DD3BE5CF62752?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "5085f79e-28b6-476a-898a-64f66ff6f23f" ], "x-ms-correlation-request-id": [ "351780d9-04c0-4627-9eaf-f7a95484261c" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001019Z:351780d9-04c0-4627-9eaf-f7a95484261c" ], @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminAttachedNetwork+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5085f79e-28b6-476a-898a-64f66ff6f23f*C1245C9BA2D575A283B1B7422C315BB8558BD32756FDEA5F4B9DD3BE5CF62752?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminAttachedNetwork+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5085f79e-28b6-476a-898a-64f66ff6f23f*C1245C9BA2D575A283B1B7422C315BB8558BD32756FDEA5F4B9DD3BE5CF62752?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5085f79e-28b6-476a-898a-64f66ff6f23f*C1245C9BA2D575A283B1B7422C315BB8558BD32756FDEA5F4B9DD3BE5CF62752?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5085f79e-28b6-476a-898a-64f66ff6f23f*C1245C9BA2D575A283B1B7422C315BB8558BD32756FDEA5F4B9DD3BE5CF62752?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -81,10 +81,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminAttachedNetwork+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6ur5?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminAttachedNetwork+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6ur5?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6ur5?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/6ur5?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminAttachedNetwork+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/2k1zg?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminAttachedNetwork+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/2k1zg?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/2k1zg?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/2k1zg?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"networkConnectionId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -148,7 +148,7 @@ "X-Rate-Limit-Remaining": [ "292" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:10:53.9492420Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6d461b67-5404-4bf0-8204-1e09b5bedfcb*9A24C717E2BD0037883B876A0CB72DC4BF5C5371F7128B37EA66D94AF1D0BE09?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6d461b67-5404-4bf0-8204-1e09b5bedfcb*9A24C717E2BD0037883B876A0CB72DC4BF5C5371F7128B37EA66D94AF1D0BE09?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "6d461b67-5404-4bf0-8204-1e09b5bedfcb" ], "x-ms-correlation-request-id": [ "e87bf440-606e-46a2-b83d-754eae754722" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001051Z:e87bf440-606e-46a2-b83d-754eae754722" ], @@ -164,10 +164,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminAttachedNetwork+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6d461b67-5404-4bf0-8204-1e09b5bedfcb*9A24C717E2BD0037883B876A0CB72DC4BF5C5371F7128B37EA66D94AF1D0BE09?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminAttachedNetwork+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6d461b67-5404-4bf0-8204-1e09b5bedfcb*9A24C717E2BD0037883B876A0CB72DC4BF5C5371F7128B37EA66D94AF1D0BE09?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6d461b67-5404-4bf0-8204-1e09b5bedfcb*9A24C717E2BD0037883B876A0CB72DC4BF5C5371F7128B37EA66D94AF1D0BE09?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6d461b67-5404-4bf0-8204-1e09b5bedfcb*9A24C717E2BD0037883B876A0CB72DC4BF5C5371F7128B37EA66D94AF1D0BE09?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -205,10 +205,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminAttachedNetwork+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/2k1zg?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminAttachedNetwork+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/2k1zg?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/2k1zg?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/2k1zg?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminCatalog.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminCatalog.Recording.json index 71d989612275..886202f0fc49 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminCatalog.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminCatalog.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminCatalog+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/7284?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminCatalog+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/7284?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/7284?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/7284?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"gitHub\": {\r\n \"uri\": \"https://github.com/fake/fake.git\",\r\n \"branch\": \"main\",\r\n \"secretIdentifier\": \"https://dummyVault/dummy/00000000\",\r\n \"path\": \"/Environments\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -24,7 +24,7 @@ "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:11:50.7324316Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/99788241-6975-4f98-a34e-1f35d2c9c9b9*FC6B082640C029C1497C6C26C36D63612FF920139AD6889B40E2AA374F738487?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/99788241-6975-4f98-a34e-1f35d2c9c9b9*FC6B082640C029C1497C6C26C36D63612FF920139AD6889B40E2AA374F738487?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "99788241-6975-4f98-a34e-1f35d2c9c9b9" ], "x-ms-correlation-request-id": [ "9468a903-46ce-4296-9caa-4db978442544" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001123Z:9468a903-46ce-4296-9caa-4db978442544" ], @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminCatalog+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/99788241-6975-4f98-a34e-1f35d2c9c9b9*FC6B082640C029C1497C6C26C36D63612FF920139AD6889B40E2AA374F738487?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminCatalog+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/99788241-6975-4f98-a34e-1f35d2c9c9b9*FC6B082640C029C1497C6C26C36D63612FF920139AD6889B40E2AA374F738487?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/99788241-6975-4f98-a34e-1f35d2c9c9b9*FC6B082640C029C1497C6C26C36D63612FF920139AD6889B40E2AA374F738487?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/99788241-6975-4f98-a34e-1f35d2c9c9b9*FC6B082640C029C1497C6C26C36D63612FF920139AD6889B40E2AA374F738487?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -81,10 +81,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminCatalog+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/7284?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminCatalog+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/7284?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/7284?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/7284?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminCatalog+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/h7dpb?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminCatalog+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/h7dpb?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/h7dpb?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/h7dpb?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"gitHub\": {\r\n \"uri\": \"https://github.com/fake/fake.git\",\r\n \"branch\": \"main\",\r\n \"secretIdentifier\": \"https://dummyVault/dummy/00000000\",\r\n \"path\": \"/Environments\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -148,7 +148,7 @@ "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:12:54.2239531Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2c3dcc47-8564-49fe-8c5a-e6d34a45fd75*CD5E6528CB30AA6265BB69B751634CF2621D0786CFC0F9F4DE594F4FDABF4DFA?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2c3dcc47-8564-49fe-8c5a-e6d34a45fd75*CD5E6528CB30AA6265BB69B751634CF2621D0786CFC0F9F4DE594F4FDABF4DFA?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "2c3dcc47-8564-49fe-8c5a-e6d34a45fd75" ], "x-ms-correlation-request-id": [ "23976573-c496-4518-81e6-d3751ed92979" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001154Z:23976573-c496-4518-81e6-d3751ed92979" ], @@ -164,10 +164,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminCatalog+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2c3dcc47-8564-49fe-8c5a-e6d34a45fd75*CD5E6528CB30AA6265BB69B751634CF2621D0786CFC0F9F4DE594F4FDABF4DFA?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminCatalog+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2c3dcc47-8564-49fe-8c5a-e6d34a45fd75*CD5E6528CB30AA6265BB69B751634CF2621D0786CFC0F9F4DE594F4FDABF4DFA?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2c3dcc47-8564-49fe-8c5a-e6d34a45fd75*CD5E6528CB30AA6265BB69B751634CF2621D0786CFC0F9F4DE594F4FDABF4DFA?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2c3dcc47-8564-49fe-8c5a-e6d34a45fd75*CD5E6528CB30AA6265BB69B751634CF2621D0786CFC0F9F4DE594F4FDABF4DFA?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -205,10 +205,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminCatalog+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/h7dpb?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminCatalog+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/h7dpb?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/h7dpb?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/h7dpb?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminDevBoxDefinition.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminDevBoxDefinition.Recording.json index 50d72629a5cb..684a336e367f 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminDevBoxDefinition.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminDevBoxDefinition.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/1nz9?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/1nz9?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/1nz9?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/1nz9?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"imageReference\": {\r\n \"id\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\r\n },\r\n \"sku\": {\r\n \"name\": \"general_a_8c32gb_v1\"\r\n },\r\n \"osStorageType\": \"ssd_1024gb\",\r\n \"hibernateSupport\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -25,7 +25,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:13:26.7202806Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"devBoxDefinitions\"},\"limit\":200,\"currentUsed\":22,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0d47f145-c240-49c0-8dc8-f39e4111720f*538B26E601FC78F5524940D87CDD7218483F244FA857C6F4A4524BF90349D61B?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0d47f145-c240-49c0-8dc8-f39e4111720f*538B26E601FC78F5524940D87CDD7218483F244FA857C6F4A4524BF90349D61B?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "0d47f145-c240-49c0-8dc8-f39e4111720f" ], "x-ms-correlation-request-id": [ "562ec6b8-d5ff-4fe9-9395-16aa76e49d8e" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001228Z:562ec6b8-d5ff-4fe9-9395-16aa76e49d8e" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0d47f145-c240-49c0-8dc8-f39e4111720f*538B26E601FC78F5524940D87CDD7218483F244FA857C6F4A4524BF90349D61B?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0d47f145-c240-49c0-8dc8-f39e4111720f*538B26E601FC78F5524940D87CDD7218483F244FA857C6F4A4524BF90349D61B?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0d47f145-c240-49c0-8dc8-f39e4111720f*538B26E601FC78F5524940D87CDD7218483F244FA857C6F4A4524BF90349D61B?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0d47f145-c240-49c0-8dc8-f39e4111720f*538B26E601FC78F5524940D87CDD7218483F244FA857C6F4A4524BF90349D61B?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/1nz9?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/1nz9?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/1nz9?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/1nz9?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/w4klh?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/w4klh?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/w4klh?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/w4klh?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"imageReference\": {\r\n \"id\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\r\n },\r\n \"sku\": {\r\n \"name\": \"general_a_8c32gb_v1\"\r\n },\r\n \"osStorageType\": \"ssd_1024gb\",\r\n \"hibernateSupport\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -150,7 +150,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:13:59.4848368Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"devBoxDefinitions\"},\"limit\":200,\"currentUsed\":23,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "ddfa15f8-6639-456c-bd61-9013c5c738e9" ], "x-ms-correlation-request-id": [ "6fe683a8-3f6f-4cbe-9560-1f38d1a202eb" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001300Z:6fe683a8-3f6f-4cbe-9560-1f38d1a202eb" ], @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ddfa15f8-6639-456c-bd61-9013c5c738e9*B7359C43D888381746D757D055BD80E5B5FEB8655950F9BE1FA999820458986E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -248,10 +248,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/w4klh?api-version=2024-05-01-preview+4": { + "New-AzDevCenterAdminDevBoxDefinition+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/w4klh?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/w4klh?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/w4klh?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminDevCenter.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminDevCenter.Recording.json index 0b771d47a828..00783ffc02e3 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminDevCenter.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminDevCenter.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/jym7?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/jym7?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/jym7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/jym7?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourcegroups/pwshRggm9tz2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/pwshMsilo1utm\": {\r\n }\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -25,7 +25,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:15:03.3227684Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"devCenters\"},\"limit\":100,\"currentUsed\":16,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "79df2778-fca9-447e-aeb1-b2cb899f4b23" ], "x-ms-correlation-request-id": [ "6ab62732-6744-4e3d-b094-7b7433ff7e5e" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001408Z:6ab62732-6744-4e3d-b094-7b7433ff7e5e" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2024-05-01-preview+4": { + "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -164,10 +164,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2024-05-01-preview+5": { + "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/79df2778-fca9-447e-aeb1-b2cb899f4b23*7B434286521CA26EA2352B262B19E797D37C63D8772498B72179F21C02506AA6?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -205,10 +205,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/jym7?api-version=2024-05-01-preview+6": { + "New-AzDevCenterAdminDevCenter+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/jym7?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/jym7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/jym7?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -247,10 +247,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/lukg7?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/lukg7?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/lukg7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/lukg7?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourcegroups/pwshRggm9tz2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/pwshMsilo1utm\": {\r\n }\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -273,7 +273,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:17:11.3013441Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"devCenters\"},\"limit\":100,\"currentUsed\":17,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "14d528f6-bb27-47d9-8cec-38b318cdd766" ], "x-ms-correlation-request-id": [ "5644c2a6-fb27-4e0b-b4ce-76c44c22223e" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001612Z:5644c2a6-fb27-4e0b-b4ce-76c44c22223e" ], @@ -289,10 +289,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -330,10 +330,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -371,10 +371,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2024-05-01-preview+4": { + "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/14d528f6-bb27-47d9-8cec-38b318cdd766*669147717BC66C8E305E4177EA98DADD7113A595C19DDBB4C30689AEFB0FE4EC?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -412,10 +412,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/lukg7?api-version=2024-05-01-preview+5": { + "New-AzDevCenterAdminDevCenter+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/lukg7?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/lukg7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/lukg7?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminEnvironmentType.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminEnvironmentType.Recording.json index 116523e047e4..0d21789f99fa 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminEnvironmentType+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/6d9ia?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminEnvironmentType+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/6d9ia?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/6d9ia?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/6d9ia?api-version=2025-04-01-preview", "Content": "{\r\n \"tags\": {\r\n \"dev\": \"test\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminEnvironmentType+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/qnw9?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminEnvironmentType+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/qnw9?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/qnw9?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/qnw9?api-version=2025-04-01-preview", "Content": "{\r\n \"tags\": {\r\n \"dev\": \"test\"\r\n }\r\n}", "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminGallery.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminGallery.Recording.json index a040f8c8914a..cfd5a5ff031d 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminGallery.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminGallery.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminGallery+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/8rb70?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminGallery+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/8rb70?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/8rb70?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/8rb70?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"galleryResourceId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.Compute/galleries/u48phj\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -24,7 +24,7 @@ "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:18:44.6854968Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2f9aedab-b5b6-4c26-8007-3352b564243b*7AE19B2EF6B18AECF5D1CDBC448B79CBE8649137575FD6451CD93D9CBA92B019?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2f9aedab-b5b6-4c26-8007-3352b564243b*7AE19B2EF6B18AECF5D1CDBC448B79CBE8649137575FD6451CD93D9CBA92B019?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "2f9aedab-b5b6-4c26-8007-3352b564243b" ], "x-ms-correlation-request-id": [ "d31550f6-6d4e-4bc1-9371-6150d024a569" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001747Z:d31550f6-6d4e-4bc1-9371-6150d024a569" ], @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminGallery+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2f9aedab-b5b6-4c26-8007-3352b564243b*7AE19B2EF6B18AECF5D1CDBC448B79CBE8649137575FD6451CD93D9CBA92B019?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminGallery+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2f9aedab-b5b6-4c26-8007-3352b564243b*7AE19B2EF6B18AECF5D1CDBC448B79CBE8649137575FD6451CD93D9CBA92B019?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2f9aedab-b5b6-4c26-8007-3352b564243b*7AE19B2EF6B18AECF5D1CDBC448B79CBE8649137575FD6451CD93D9CBA92B019?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2f9aedab-b5b6-4c26-8007-3352b564243b*7AE19B2EF6B18AECF5D1CDBC448B79CBE8649137575FD6451CD93D9CBA92B019?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -81,10 +81,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminGallery+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/8rb70?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminGallery+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/8rb70?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/8rb70?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/8rb70?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminGallery+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/4rj3?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminGallery+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/4rj3?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/4rj3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/4rj3?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"galleryResourceId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.Compute/galleries/8pvrkx\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -148,7 +148,7 @@ "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:18:44.4094144Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6ac4684-5e81-4913-bd7c-3709dc931792*C19D27681CA7EC8BE7879FE2950E4CC1209A5CFF45F61AAC3804734D3351D830?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6ac4684-5e81-4913-bd7c-3709dc931792*C19D27681CA7EC8BE7879FE2950E4CC1209A5CFF45F61AAC3804734D3351D830?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "d6ac4684-5e81-4913-bd7c-3709dc931792" ], "x-ms-correlation-request-id": [ "94c17310-255a-4456-8ba9-d229a5586248" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001818Z:94c17310-255a-4456-8ba9-d229a5586248" ], @@ -164,10 +164,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminGallery+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6ac4684-5e81-4913-bd7c-3709dc931792*C19D27681CA7EC8BE7879FE2950E4CC1209A5CFF45F61AAC3804734D3351D830?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminGallery+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6ac4684-5e81-4913-bd7c-3709dc931792*C19D27681CA7EC8BE7879FE2950E4CC1209A5CFF45F61AAC3804734D3351D830?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6ac4684-5e81-4913-bd7c-3709dc931792*C19D27681CA7EC8BE7879FE2950E4CC1209A5CFF45F61AAC3804734D3351D830?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6ac4684-5e81-4913-bd7c-3709dc931792*C19D27681CA7EC8BE7879FE2950E4CC1209A5CFF45F61AAC3804734D3351D830?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -205,10 +205,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminGallery+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/4rj3?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminGallery+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/4rj3?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/4rj3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/4rj3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminNetworkConnection.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminNetworkConnection.Recording.json index 465df1d7d385..0647a2acf179 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminNetworkConnection.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminNetworkConnection.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/2d3pl?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/2d3pl?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/2d3pl?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/2d3pl?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"networkingResourceGroupName\": \"17e2m\",\r\n \"domainJoinType\": \"AzureADJoin\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -25,7 +25,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:19:50.9376751Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"networkConnections\"},\"limit\":20,\"currentUsed\":14,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9f82c9d1-736e-4dfd-898b-c36fc9b2a6d0*A9F897E28724AF109B2ACD475BD20939C5D7C9FA12F813068A674B7DC14FF905?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9f82c9d1-736e-4dfd-898b-c36fc9b2a6d0*A9F897E28724AF109B2ACD475BD20939C5D7C9FA12F813068A674B7DC14FF905?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "9f82c9d1-736e-4dfd-898b-c36fc9b2a6d0" ], "x-ms-correlation-request-id": [ "d689dbe4-a32e-4148-941f-5f43ec657ba1" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001852Z:d689dbe4-a32e-4148-941f-5f43ec657ba1" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9f82c9d1-736e-4dfd-898b-c36fc9b2a6d0*A9F897E28724AF109B2ACD475BD20939C5D7C9FA12F813068A674B7DC14FF905?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9f82c9d1-736e-4dfd-898b-c36fc9b2a6d0*A9F897E28724AF109B2ACD475BD20939C5D7C9FA12F813068A674B7DC14FF905?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9f82c9d1-736e-4dfd-898b-c36fc9b2a6d0*A9F897E28724AF109B2ACD475BD20939C5D7C9FA12F813068A674B7DC14FF905?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9f82c9d1-736e-4dfd-898b-c36fc9b2a6d0*A9F897E28724AF109B2ACD475BD20939C5D7C9FA12F813068A674B7DC14FF905?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/2d3pl?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/2d3pl?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/2d3pl?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/2d3pl?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/th7uz?api-version=2024-05-01-preview+4": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/th7uz?api-version=2025-04-01-preview+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/th7uz?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/th7uz?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainName\": \"fidalgoppe010.local\",\r\n \"domainUsername\": \"domainjoin@fidalgoppe010.local\",\r\n \"domainPassword\": \"fakePassword\",\r\n \"networkingResourceGroupName\": \"24zgo\",\r\n \"domainJoinType\": \"HybridAzureADJoin\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -150,7 +150,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:19:50.9376751Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"networkConnections\"},\"limit\":20,\"currentUsed\":15,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "21e72cd4-be8e-4adf-923a-d328190e0d48" ], "x-ms-correlation-request-id": [ "087aaf76-4c94-47b6-8701-28430a4e9e67" ], "x-ms-routing-request-id": [ "WESTUS:20230623T001924Z:087aaf76-4c94-47b6-8701-28430a4e9e67" ], @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2024-05-01-preview+5": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2024-05-01-preview+6": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/21e72cd4-be8e-4adf-923a-d328190e0d48*E5CB6D72BE8918CFE26482BBB35DFF205327678C0B31A2A89C750B82F744B564?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -248,10 +248,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/th7uz?api-version=2024-05-01-preview+7": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/th7uz?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/th7uz?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/th7uz?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -290,10 +290,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/m4jg?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/m4jg?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/m4jg?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/m4jg?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"networkingResourceGroupName\": \"3mcru\",\r\n \"domainJoinType\": \"AzureADJoin\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -316,7 +316,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:21:26.0350437Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"networkConnections\"},\"limit\":20,\"currentUsed\":16,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "0a7f4a84-fd4e-42a6-a5df-dd72bf874f66" ], "x-ms-correlation-request-id": [ "8008b634-d5c6-4ce6-ba61-7d99fd439812" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002027Z:8008b634-d5c6-4ce6-ba61-7d99fd439812" ], @@ -332,10 +332,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -373,10 +373,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -414,10 +414,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2024-05-01-preview+4": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0a7f4a84-fd4e-42a6-a5df-dd72bf874f66*B147F86833C6310971D323B404AB942B01C1E8CA96588CF47B8CF508A461CE9C?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -455,10 +455,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/m4jg?api-version=2024-05-01-preview+5": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/m4jg?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/m4jg?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/m4jg?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -497,10 +497,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/spg7?api-version=2024-05-01-preview+6": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/spg7?api-version=2025-04-01-preview+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/spg7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/spg7?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainName\": \"fidalgoppe010.local\",\r\n \"domainUsername\": \"domainjoin@fidalgoppe010.local\",\r\n \"domainPassword\": \"fakePassword\",\r\n \"networkingResourceGroupName\": \"4o5pz\",\r\n \"domainJoinType\": \"HybridAzureADJoin\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -523,7 +523,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:22:59.4183613Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"networkConnections\"},\"limit\":20,\"currentUsed\":17,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "083312bb-fdf2-47c2-9975-07a079c41072" ], "x-ms-correlation-request-id": [ "f59d06d3-5604-41e0-b484-ea9749b7d75d" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002200Z:f59d06d3-5604-41e0-b484-ea9749b7d75d" ], @@ -539,10 +539,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2024-05-01-preview+7": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -580,10 +580,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2024-05-01-preview+8": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/083312bb-fdf2-47c2-9975-07a079c41072*FBA25995C7D3F91B1CAEFB04DC3969FF7DAA528CB9645F9FE6D248A1BA600E83?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -621,10 +621,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/spg7?api-version=2024-05-01-preview+9": { + "New-AzDevCenterAdminNetworkConnection+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/spg7?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/spg7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/spg7?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPool.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPool.Recording.json index b4cf753a7ef4..936aef3975cc 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPool.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPool.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/lt6s?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/lt6s?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/lt6s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/lt6s?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"devBoxDefinitionName\": \"h3dpk9\",\r\n \"networkConnectionName\": \"6naz5c\",\r\n \"licenseType\": \"Windows_Client\",\r\n \"localAdministrator\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -25,7 +25,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:24:03.2422251Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"pools\"},\"limit\":500,\"currentUsed\":26,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "2d12e282-87bb-437c-a467-fb63b32992b6" ], "x-ms-correlation-request-id": [ "d9588cc2-4c3e-4896-a4bc-1931b5c54287" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002305Z:d9588cc2-4c3e-4896-a4bc-1931b5c54287" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2024-05-01-preview+4": { + "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/2d12e282-87bb-437c-a467-fb63b32992b6*309FB30B4B12B961889A3136F84D4C98D753D42F2FFA6999A1A0C7881F635DAF?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -164,10 +164,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/lt6s?api-version=2024-05-01-preview+5": { + "New-AzDevCenterAdminPool+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/lt6s?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/lt6s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/lt6s?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -206,10 +206,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminPool+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/1knb7?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminPool+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/1knb7?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/1knb7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/1knb7?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"stopOnDisconnect\": {\r\n \"status\": \"Enabled\",\r\n \"gracePeriodMinutes\": 60\r\n },\r\n \"devBoxDefinitionName\": \"h3dpk9\",\r\n \"networkConnectionName\": \"6naz5c\",\r\n \"licenseType\": \"Windows_Client\",\r\n \"localAdministrator\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -232,7 +232,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:25:37.2378132Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"pools\"},\"limit\":500,\"currentUsed\":27,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "23924c41-8dc3-484b-9bad-2b050cda3784" ], "x-ms-correlation-request-id": [ "d49e1e81-0f10-42e1-a400-ab2bedfdf113" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002439Z:d49e1e81-0f10-42e1-a400-ab2bedfdf113" ], @@ -248,10 +248,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminPool+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminPool+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -289,10 +289,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminPool+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminPool+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/23924c41-8dc3-484b-9bad-2b050cda3784*D16AC231236DC610D1C5481D084F3F2B7A025434AEB3D65E6C763D45A72811DB?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -330,10 +330,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminPool+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/1knb7?api-version=2024-05-01-preview+4": { + "New-AzDevCenterAdminPool+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/1knb7?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/1knb7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/1knb7?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProject.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProject.Recording.json index 7c8509df343c..0795941711c6 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProject.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProject.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminProject+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/7xop?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminProject+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/7xop?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/7xop?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/7xop?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"devCenterId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu\",\r\n \"maxDevBoxesPerUser\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -25,7 +25,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:26:41.4320279Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"projects\"},\"limit\":500,\"currentUsed\":14,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e429384c-d27f-429c-aab1-685baaec1b3e*8240773BB4D2563328FBDACE306AE7716DBD67CE190F200DA325FD60E78DF20A?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e429384c-d27f-429c-aab1-685baaec1b3e*8240773BB4D2563328FBDACE306AE7716DBD67CE190F200DA325FD60E78DF20A?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "e429384c-d27f-429c-aab1-685baaec1b3e" ], "x-ms-correlation-request-id": [ "35569365-bd46-41e2-854c-c5f2e85b7f8a" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002543Z:35569365-bd46-41e2-854c-c5f2e85b7f8a" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminProject+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e429384c-d27f-429c-aab1-685baaec1b3e*8240773BB4D2563328FBDACE306AE7716DBD67CE190F200DA325FD60E78DF20A?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminProject+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e429384c-d27f-429c-aab1-685baaec1b3e*8240773BB4D2563328FBDACE306AE7716DBD67CE190F200DA325FD60E78DF20A?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e429384c-d27f-429c-aab1-685baaec1b3e*8240773BB4D2563328FBDACE306AE7716DBD67CE190F200DA325FD60E78DF20A?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/e429384c-d27f-429c-aab1-685baaec1b3e*8240773BB4D2563328FBDACE306AE7716DBD67CE190F200DA325FD60E78DF20A?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminProject+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/7xop?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminProject+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/7xop?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/7xop?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/7xop?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminProject+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/falrb?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminProject+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/falrb?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/falrb?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/falrb?api-version=2025-04-01-preview", "Content": "{\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"devCenterId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu\",\r\n \"maxDevBoxesPerUser\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -150,7 +150,7 @@ "X-Rate-Limit-Reset": [ "2023-06-23T00:26:41.4320279Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-quota": [ "{\"name\":{\"localizedValue\":null,\"value\":\"projects\"},\"limit\":500,\"currentUsed\":15,\"category\":\"Informational\",\"scope\":\"subscription\",\"target\":\"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/\",\"region\":\"canadacentral\"}" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/238afcb4-7105-41b7-a142-25ae40471098*975673117FBBC784F74301BA313276FC9BBAE7022E272CCCB4B84D9ADD907ECD?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/238afcb4-7105-41b7-a142-25ae40471098*975673117FBBC784F74301BA313276FC9BBAE7022E272CCCB4B84D9ADD907ECD?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "238afcb4-7105-41b7-a142-25ae40471098" ], "x-ms-correlation-request-id": [ "c295251f-a259-4a5e-9e55-7f1c29a5e7c2" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002615Z:c295251f-a259-4a5e-9e55-7f1c29a5e7c2" ], @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminProject+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/238afcb4-7105-41b7-a142-25ae40471098*975673117FBBC784F74301BA313276FC9BBAE7022E272CCCB4B84D9ADD907ECD?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminProject+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/238afcb4-7105-41b7-a142-25ae40471098*975673117FBBC784F74301BA313276FC9BBAE7022E272CCCB4B84D9ADD907ECD?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/238afcb4-7105-41b7-a142-25ae40471098*975673117FBBC784F74301BA313276FC9BBAE7022E272CCCB4B84D9ADD907ECD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/238afcb4-7105-41b7-a142-25ae40471098*975673117FBBC784F74301BA313276FC9BBAE7022E272CCCB4B84D9ADD907ECD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminProject+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/falrb?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminProject+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/falrb?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/falrb?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/falrb?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectCatalog.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectCatalog.Recording.json index eff40249dd67..a73623a9f2df 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectCatalog.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectCatalog.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminProjectCatalog+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminProjectCatalog+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview", "Content": "{\n \"properties\": {\n \"gitHub\": {\n \"uri\": \"https://github.com/fake/fake.git\",\n \"branch\": \"main\",\n \"secretIdentifier\": \"https://dummyVault/dummy/0000000\",\n \"path\": \"/Environments\"\n }\n }\n}", "isContentBase64": false, "Headers": { @@ -26,7 +26,7 @@ "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2024-08-02T19:13:45.1896838Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62294979-74cd-46b8-822d-4c3c227d78ef*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582227670891588\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=clEsLc7OtuaqayJdvxWk531Q1CNkTj0OZpRdlelzzb82w7Ueo2-O77ZD52VBvqi3vhoBV8hoJO41snvXIyy14-BiVCkV6JNQrXrOg6IlucOlX5LrtdChkzif7XwkYFG4YZdFs0fR5ko_zcaULAhFMb-W8eBZHDGNgSWcY6kODEo4Ydas2deM6rHr1n0D4KoHwz1CzeHJl8WQpEnBVMEr2tb9WaSRXHK9N0qKAzoUrPmwtItxtYjgIKrLIZ98cC0QVGH968z3afQ1wm8yxVEp6LHIxAiE-GQiOCmcnUKZnWwi87rNKUdL2o2PYL388DbvkQXoCak5eudDUItb-uXKwQ\u0026h=u7woc3Kio0hVovCq3-gmrLPvTuW4IeLY3KQLSSNwsUM" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62294979-74cd-46b8-822d-4c3c227d78ef*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582227670891588\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=clEsLc7OtuaqayJdvxWk531Q1CNkTj0OZpRdlelzzb82w7Ueo2-O77ZD52VBvqi3vhoBV8hoJO41snvXIyy14-BiVCkV6JNQrXrOg6IlucOlX5LrtdChkzif7XwkYFG4YZdFs0fR5ko_zcaULAhFMb-W8eBZHDGNgSWcY6kODEo4Ydas2deM6rHr1n0D4KoHwz1CzeHJl8WQpEnBVMEr2tb9WaSRXHK9N0qKAzoUrPmwtItxtYjgIKrLIZ98cC0QVGH968z3afQ1wm8yxVEp6LHIxAiE-GQiOCmcnUKZnWwi87rNKUdL2o2PYL388DbvkQXoCak5eudDUItb-uXKwQ\u0026h=u7woc3Kio0hVovCq3-gmrLPvTuW4IeLY3KQLSSNwsUM" ], "x-ms-request-id": [ "62294979-74cd-46b8-822d-4c3c227d78ef" ], "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], "x-ms-routing-request-id": [ "WESTUS2:20240802T191247Z:178bf7d1-0c3f-425d-acaf-4ad1f83eca18" ], @@ -44,10 +44,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminProjectCatalog+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62294979-74cd-46b8-822d-4c3c227d78ef*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582227670891588\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=clEsLc7OtuaqayJdvxWk531Q1CNkTj0OZpRdlelzzb82w7Ueo2-O77ZD52VBvqi3vhoBV8hoJO41snvXIyy14-BiVCkV6JNQrXrOg6IlucOlX5LrtdChkzif7XwkYFG4YZdFs0fR5ko_zcaULAhFMb-W8eBZHDGNgSWcY6kODEo4Ydas2deM6rHr1n0D4KoHwz1CzeHJl8WQpEnBVMEr2tb9WaSRXHK9N0qKAzoUrPmwtItxtYjgIKrLIZ98cC0QVGH968z3afQ1wm8yxVEp6LHIxAiE-GQiOCmcnUKZnWwi87rNKUdL2o2PYL388DbvkQXoCak5eudDUItb-uXKwQ\u0026h=u7woc3Kio0hVovCq3-gmrLPvTuW4IeLY3KQLSSNwsUM+2": { + "New-AzDevCenterAdminProjectCatalog+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62294979-74cd-46b8-822d-4c3c227d78ef*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582227670891588\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=clEsLc7OtuaqayJdvxWk531Q1CNkTj0OZpRdlelzzb82w7Ueo2-O77ZD52VBvqi3vhoBV8hoJO41snvXIyy14-BiVCkV6JNQrXrOg6IlucOlX5LrtdChkzif7XwkYFG4YZdFs0fR5ko_zcaULAhFMb-W8eBZHDGNgSWcY6kODEo4Ydas2deM6rHr1n0D4KoHwz1CzeHJl8WQpEnBVMEr2tb9WaSRXHK9N0qKAzoUrPmwtItxtYjgIKrLIZ98cC0QVGH968z3afQ1wm8yxVEp6LHIxAiE-GQiOCmcnUKZnWwi87rNKUdL2o2PYL388DbvkQXoCak5eudDUItb-uXKwQ\u0026h=u7woc3Kio0hVovCq3-gmrLPvTuW4IeLY3KQLSSNwsUM+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62294979-74cd-46b8-822d-4c3c227d78ef*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582227670891588\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=clEsLc7OtuaqayJdvxWk531Q1CNkTj0OZpRdlelzzb82w7Ueo2-O77ZD52VBvqi3vhoBV8hoJO41snvXIyy14-BiVCkV6JNQrXrOg6IlucOlX5LrtdChkzif7XwkYFG4YZdFs0fR5ko_zcaULAhFMb-W8eBZHDGNgSWcY6kODEo4Ydas2deM6rHr1n0D4KoHwz1CzeHJl8WQpEnBVMEr2tb9WaSRXHK9N0qKAzoUrPmwtItxtYjgIKrLIZ98cC0QVGH968z3afQ1wm8yxVEp6LHIxAiE-GQiOCmcnUKZnWwi87rNKUdL2o2PYL388DbvkQXoCak5eudDUItb-uXKwQ\u0026h=u7woc3Kio0hVovCq3-gmrLPvTuW4IeLY3KQLSSNwsUM", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/62294979-74cd-46b8-822d-4c3c227d78ef*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582227670891588\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=clEsLc7OtuaqayJdvxWk531Q1CNkTj0OZpRdlelzzb82w7Ueo2-O77ZD52VBvqi3vhoBV8hoJO41snvXIyy14-BiVCkV6JNQrXrOg6IlucOlX5LrtdChkzif7XwkYFG4YZdFs0fR5ko_zcaULAhFMb-W8eBZHDGNgSWcY6kODEo4Ydas2deM6rHr1n0D4KoHwz1CzeHJl8WQpEnBVMEr2tb9WaSRXHK9N0qKAzoUrPmwtItxtYjgIKrLIZ98cC0QVGH968z3afQ1wm8yxVEp6LHIxAiE-GQiOCmcnUKZnWwi87rNKUdL2o2PYL388DbvkQXoCak5eudDUItb-uXKwQ\u0026h=u7woc3Kio0hVovCq3-gmrLPvTuW4IeLY3KQLSSNwsUM", "Content": null, "isContentBase64": false, "Headers": { @@ -88,10 +88,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminProjectCatalog+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminProjectCatalog+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectEnvironmentType.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectEnvironmentType.Recording.json index cb5a00fd30d2..ee212166f35d 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminProjectEnvironmentType+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/s0my?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminProjectEnvironmentType+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/s0my?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/s0my?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/s0my?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"creatorRoleAssignment\": {\r\n \"roles\": {\r\n \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\": {\r\n }\r\n }\r\n },\r\n \"deploymentTargetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454\",\r\n \"status\": \"Enabled\",\r\n \"userRoleAssignments\": {\r\n \"957f8e6c-d217-4285-a756-deac3e51375e\": {\r\n }\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned,UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourcegroups/pwshRggm9tz2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/pwshMsilo1utm\": {\r\n }\r\n }\r\n },\r\n \"location\": \"canadacentral\"\r\n}", "isContentBase64": false, "Headers": { @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/25gl?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/25gl?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/25gl?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/25gl?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"creatorRoleAssignment\": {\r\n \"roles\": {\r\n \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\": {\r\n }\r\n }\r\n },\r\n \"deploymentTargetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454\",\r\n \"status\": \"Enabled\",\r\n \"userRoleAssignments\": {\r\n \"957f8e6c-d217-4285-a756-deac3e51375e\": {\r\n }\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned,UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourcegroups/pwshRggm9tz2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/pwshMsilo1utm\": {\r\n }\r\n }\r\n },\r\n \"location\": \"canadacentral\"\r\n}", "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPlan.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectPolicy.Tests.ps1 similarity index 88% rename from src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPlan.Tests.ps1 rename to src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectPolicy.Tests.ps1 index fa1e46c48055..ee3b9c2bce28 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPlan.Tests.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminProjectPolicy.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzDevCenterAdminPlan')) +if(($null -eq $TestName) -or ($TestName -contains 'New-AzDevCenterAdminProjectPolicy')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzDevCenterAdminPlan.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzDevCenterAdminProjectPolicy.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzDevCenterAdminPlan')) . ($mockingPath | Select-Object -First 1).FullName } -Describe 'New-AzDevCenterAdminPlan' { +Describe 'New-AzDevCenterAdminProjectPolicy' { It 'CreateExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminSchedule.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminSchedule.Recording.json index b393e4c2c109..becdda841aa9 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminSchedule.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminSchedule.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterAdminSchedule+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/60qks/schedules/default?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminSchedule+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/60qks/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/60qks/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/60qks/schedules/default?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"type\": \"StopDevBox\",\r\n \"frequency\": \"Daily\",\r\n \"time\": \"18:30\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -24,7 +24,7 @@ "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:27:47.4451423Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/63a4eba3-66ef-4705-91ba-ab51b9116b16*EBF2835F40CEBD43CACF29771CC7F6DFF61C0F6648DA807524606761D9F232FF?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/63a4eba3-66ef-4705-91ba-ab51b9116b16*EBF2835F40CEBD43CACF29771CC7F6DFF61C0F6648DA807524606761D9F232FF?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "63a4eba3-66ef-4705-91ba-ab51b9116b16" ], "x-ms-correlation-request-id": [ "3ace5eee-620d-43c8-add0-81252fe4da44" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002653Z:3ace5eee-620d-43c8-add0-81252fe4da44" ], @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminSchedule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/63a4eba3-66ef-4705-91ba-ab51b9116b16*EBF2835F40CEBD43CACF29771CC7F6DFF61C0F6648DA807524606761D9F232FF?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminSchedule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/63a4eba3-66ef-4705-91ba-ab51b9116b16*EBF2835F40CEBD43CACF29771CC7F6DFF61C0F6648DA807524606761D9F232FF?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/63a4eba3-66ef-4705-91ba-ab51b9116b16*EBF2835F40CEBD43CACF29771CC7F6DFF61C0F6648DA807524606761D9F232FF?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/63a4eba3-66ef-4705-91ba-ab51b9116b16*EBF2835F40CEBD43CACF29771CC7F6DFF61C0F6648DA807524606761D9F232FF?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -81,10 +81,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminSchedule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/60qks/schedules/default?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminSchedule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/60qks/schedules/default?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/60qks/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/60qks/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminSchedule+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/c65i/schedules/default?api-version=2024-05-01-preview+1": { + "New-AzDevCenterAdminSchedule+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/c65i/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/c65i/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/c65i/schedules/default?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"type\": \"StopDevBox\",\r\n \"frequency\": \"Daily\",\r\n \"time\": \"18:30\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -148,7 +148,7 @@ "X-Rate-Limit-Remaining": [ "296" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:27:47.4451423Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/1e650214-16ff-49b2-8dc7-f7a0c963def6*38F1B120AA3E9F1752D84F598A84E5F386E53804EDCB1FAAB4E6195BC0D32640?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/1e650214-16ff-49b2-8dc7-f7a0c963def6*38F1B120AA3E9F1752D84F598A84E5F386E53804EDCB1FAAB4E6195BC0D32640?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "1e650214-16ff-49b2-8dc7-f7a0c963def6" ], "x-ms-correlation-request-id": [ "cf047f58-b024-42ee-b6a2-7c169766e593" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002724Z:cf047f58-b024-42ee-b6a2-7c169766e593" ], @@ -164,10 +164,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminSchedule+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/1e650214-16ff-49b2-8dc7-f7a0c963def6*38F1B120AA3E9F1752D84F598A84E5F386E53804EDCB1FAAB4E6195BC0D32640?api-version=2024-05-01-preview+2": { + "New-AzDevCenterAdminSchedule+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/1e650214-16ff-49b2-8dc7-f7a0c963def6*38F1B120AA3E9F1752D84F598A84E5F386E53804EDCB1FAAB4E6195BC0D32640?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/1e650214-16ff-49b2-8dc7-f7a0c963def6*38F1B120AA3E9F1752D84F598A84E5F386E53804EDCB1FAAB4E6195BC0D32640?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/1e650214-16ff-49b2-8dc7-f7a0c963def6*38F1B120AA3E9F1752D84F598A84E5F386E53804EDCB1FAAB4E6195BC0D32640?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -205,10 +205,10 @@ "isContentBase64": false } }, - "New-AzDevCenterAdminSchedule+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/c65i/schedules/default?api-version=2024-05-01-preview+3": { + "New-AzDevCenterAdminSchedule+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/c65i/schedules/default?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/c65i/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/c65i/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/README.md b/src/DevCenter/DevCenter.AutoRest/test/README.md index 7c752b4c8c43..1969200c6a09 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/README.md +++ b/src/DevCenter/DevCenter.AutoRest/test/README.md @@ -1,5 +1,5 @@ # Test -This directory contains the [Pester](https://www.powershellgallery.com/packages/Pester) tests to run for the module. We use Pester as it is the unofficial standard for PowerShell unit testing. Test stubs for custom cmdlets (created in `..\custom`) will be generated into this folder when `build-module.ps1` is ran. These test stubs will fail automatically, to indicate that tests should be written for custom cmdlets. +This directory contains the [Pester](https://www.powershellgallery.com/packages/Pester) tests to run for the module. We use Pester as it is the unofficial standard for PowerShell unit testing. Test stubs for custom cmdlets (created in `../custom`) will be generated into this folder when `build-module.ps1` is ran. These test stubs will fail automatically, to indicate that tests should be written for custom cmdlets. ## Info - Modifiable: yes diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminAttachedNetwork.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminAttachedNetwork.Recording.json index 7ba2884007a3..47f852f55a84 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminAttachedNetwork.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminAttachedNetwork.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/92nl3z?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/92nl3z?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/92nl3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/92nl3z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,14 +23,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"290055fa-0000-0a00-0000-6494e70c0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:28:55.4560424Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "dabbca49-2996-4b14-8e79-beff74135e1d" ], "x-ms-correlation-request-id": [ "7669e279-7e2a-4a8c-ac86-04b39c227ad5" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002756Z:7669e279-7e2a-4a8c-ac86-04b39c227ad5" ], @@ -46,10 +46,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/dabbca49-2996-4b14-8e79-beff74135e1d*AA2E4290CCD3B851E1669548E268F9BF6BA24131F0F4320A4F6653F713BBC9FE?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -128,10 +128,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/92nl3z?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/92nl3z?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/92nl3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/92nl3z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -170,10 +170,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/lw0ys2?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/lw0ys2?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/lw0ys2?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/attachednetworks/lw0ys2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -194,14 +194,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2900a1fa-0000-0a00-0000-6494e72c0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:28:55.5208094Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "d7842c27-e093-40ce-acb7-976ff22e7365" ], "x-ms-correlation-request-id": [ "8946f2ff-df4a-4a0f-bd1f-0eff4b16b061" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002828Z:8946f2ff-df4a-4a0f-bd1f-0eff4b16b061" ], @@ -217,10 +217,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -258,10 +258,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminAttachedNetwork+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7842c27-e093-40ce-acb7-976ff22e7365*4CEE012B6EEA5ED1B6D96591C2B281F6261D3AE67C2E393B75DA906F232EABFF?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminCatalog.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminCatalog.Recording.json index db6459b7fd5a..71153a7df43b 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminCatalog.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminCatalog.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/2t5u7q?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/2t5u7q?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/2t5u7q?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/2t5u7q?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,10 +23,10 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"84008d3b-0000-0a00-0000-6494e74b0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-providerhub-traffic": [ "True" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "797ce8ed-db9e-46b6-8764-9f46574708be" ], "x-ms-correlation-request-id": [ "a5c9579d-8570-48d7-966d-d0c31b5a3fd2" ], "x-ms-routing-request-id": [ "WESTUS:20230623T002859Z:a5c9579d-8570-48d7-966d-d0c31b5a3fd2" ], @@ -43,10 +43,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -84,10 +84,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -125,10 +125,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/797ce8ed-db9e-46b6-8764-9f46574708be*2C355D72BBE36B1EAA93EE5AD80704BC6F8F446FCF504A25765E673ABAC30C5D?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/2t5u7q?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/2t5u7q?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/2t5u7q?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/2t5u7q?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -249,10 +249,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -291,10 +291,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2025-04-01-preview+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -315,10 +315,10 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"8400093f-0000-0a00-0000-6494e7a70000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], "x-ms-providerhub-traffic": [ "True" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "4f559398-e198-4b7f-8bde-d009d0e134bc" ], "x-ms-correlation-request-id": [ "d64d12fd-713c-4272-a2fa-f2a27ae457ce" ], "x-ms-routing-request-id": [ "WESTUS:20230623T003031Z:d64d12fd-713c-4272-a2fa-f2a27ae457ce" ], @@ -335,10 +335,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -376,10 +376,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -417,10 +417,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -458,10 +458,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4f559398-e198-4b7f-8bde-d009d0e134bc*3A9F6E4F577ACDBAC768BC1F7AD2853D8029807CDB0ACF05E664C7311490239F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -499,10 +499,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminCatalog+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/4kfnut?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminDevBoxDefinition.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminDevBoxDefinition.Recording.json index 87a395c68697..249eb44e2361 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminDevBoxDefinition.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminDevBoxDefinition.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/vz9ibo?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/vz9ibo?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/vz9ibo?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/vz9ibo?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,14 +23,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"4d000e26-0000-0a00-0000-6494e8040000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:33:03.4807848Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "3594d446-e044-459d-9a2a-f8b01b71872d" ], "x-ms-correlation-request-id": [ "c1f7ea86-0493-40fc-ab9f-b3bbd16a90ab" ], "x-ms-routing-request-id": [ "WESTUS:20230623T003204Z:c1f7ea86-0493-40fc-ab9f-b3bbd16a90ab" ], @@ -46,10 +46,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3594d446-e044-459d-9a2a-f8b01b71872d*CC0A288A4F871207A419C38EA2D4FD1B69A985151E2E11DEE79FB1352F81F7A7?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -128,10 +128,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/vz9ibo?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/vz9ibo?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/vz9ibo?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/vz9ibo?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -170,10 +170,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/kxgqbo?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/kxgqbo?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/kxgqbo?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/kxgqbo?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -194,14 +194,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"4d007a26-0000-0a00-0000-6494e8230000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:33:35.3644033Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "32444d5b-2c47-42a8-a312-2e381af3236e" ], "x-ms-correlation-request-id": [ "d9316f51-954d-4aec-ab85-bffe29a41242" ], "x-ms-routing-request-id": [ "WESTUS:20230623T003235Z:d9316f51-954d-4aec-ab85-bffe29a41242" ], @@ -217,10 +217,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -258,10 +258,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/32444d5b-2c47-42a8-a312-2e381af3236e*3915FEFF731B9FD259797B0880013EC2AADCA04C89B66F6076187343C95EFF6D?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -299,10 +299,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/kxgqbo?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminDevBoxDefinition+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/kxgqbo?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/kxgqbo?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/kxgqbo?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminDevCenter.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminDevCenter.Recording.json index 7c1fc253a2ba..1b12efee4e6a 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminDevCenter.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminDevCenter.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDc2kgj0lq?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDc2kgj0lq?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDc2kgj0lq?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDc2kgj0lq?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,14 +23,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"8a00e3b0-0000-0a00-0000-6494e8430000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:34:06.6789175Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "0e1ccb62-755a-4576-9f3a-9648595a60ff" ], "x-ms-correlation-request-id": [ "610af0fb-50ee-450f-b275-dcec9ebe6c41" ], "x-ms-routing-request-id": [ "WESTUS:20230623T003307Z:610af0fb-50ee-450f-b275-dcec9ebe6c41" ], @@ -46,10 +46,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -128,10 +128,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -169,10 +169,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -210,10 +210,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -251,10 +251,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0e1ccb62-755a-4576-9f3a-9648595a60ff*20F723DC75ED44205F70AE89DAC10D7255D4493DE16CB098E3045F151389856F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -292,10 +292,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDc2kgj0lq?api-version=2024-05-01-preview+8": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDc2kgj0lq?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDc2kgj0lq?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDc2kgj0lq?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -332,10 +332,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -374,10 +374,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2025-04-01-preview+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -398,14 +398,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"8a0032c0-0000-0a00-0000-6494e8db0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:36:39.0896605Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "d6913bd2-acd8-4ebd-b124-dbf91122758a" ], "x-ms-correlation-request-id": [ "4a701d43-ac67-41a1-8079-cf7025c6891b" ], "x-ms-routing-request-id": [ "WESTUS:20230623T003539Z:4a701d43-ac67-41a1-8079-cf7025c6891b" ], @@ -421,10 +421,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -462,10 +462,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -503,10 +503,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -544,10 +544,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -585,10 +585,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -626,10 +626,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview+8": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d6913bd2-acd8-4ebd-b124-dbf91122758a*D282CA13220F3506D5F4EA994ADB2DDED1CB1AE92EBCC5DE20F03862CBA333CA?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -667,10 +667,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2024-05-01-preview+9": { + "Remove-AzDevCenterAdminDevCenter+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/zyv7hr?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminEnvironmentType.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminEnvironmentType.Recording.json index e5fe3734e1e8..ec7d1ce71ece 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminEnvironmentType+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/1mu390?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminEnvironmentType+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/1mu390?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/1mu390?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/1mu390?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -42,10 +42,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminEnvironmentType+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/1mu390?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminEnvironmentType+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/1mu390?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/1mu390?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/1mu390?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -84,10 +84,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminEnvironmentType+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/w76xp1?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminEnvironmentType+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/w76xp1?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/w76xp1?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/w76xp1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -126,10 +126,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminEnvironmentType+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/w76xp1?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminEnvironmentType+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/w76xp1?api-version=2025-04-01-preview+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/w76xp1?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/w76xp1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminGallery.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminGallery.Recording.json index c800b2faf3da..97a51a70a3a7 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminGallery.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminGallery.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminGallery+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/7omi64?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminGallery+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/7omi64?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/7omi64?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/7omi64?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,14 +23,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"1902af30-0000-0a00-0000-6494e9770000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:39:14.7479752Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "510f8be8-29f6-4fd8-8c3f-02b0affe6104" ], "x-ms-correlation-request-id": [ "dcc34714-1a13-4a5d-88dc-d8b08a015def" ], "x-ms-routing-request-id": [ "WESTUS:20230623T003815Z:dcc34714-1a13-4a5d-88dc-d8b08a015def" ], @@ -46,10 +46,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminGallery+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminGallery+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminGallery+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminGallery+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/510f8be8-29f6-4fd8-8c3f-02b0affe6104*96A5E6294B8218156E86CE1932F2D63DF22D80C03778537D3DEB93BFD0CF5130?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -128,10 +128,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminGallery+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/7omi64?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminGallery+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/7omi64?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/7omi64?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/7omi64?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -170,10 +170,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -212,10 +212,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2025-04-01-preview+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -236,14 +236,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"19028331-0000-0a00-0000-6494e9960000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:39:12.8641647Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "f75e2a31-db9e-4965-8466-f305182b6a1d" ], "x-ms-correlation-request-id": [ "83f38be3-f9b3-4cec-a81f-551966dadee5" ], "x-ms-routing-request-id": [ "WESTUS:20230623T003846Z:83f38be3-f9b3-4cec-a81f-551966dadee5" ], @@ -259,10 +259,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -300,10 +300,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f75e2a31-db9e-4965-8466-f305182b6a1d*2E67572715665B850A2A5F7E29E86126CAE4308A2341C1E2786B68FB794FAEAD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -341,10 +341,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminGallery+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/zfwrem?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminNetworkConnection.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminNetworkConnection.Recording.json index 8a43ce8bcc0a..adcc12380955 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminNetworkConnection.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminNetworkConnection.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/h0ukoj?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/h0ukoj?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/h0ukoj?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/h0ukoj?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,14 +23,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a00eb23-0000-0a00-0000-6494e9b60000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:40:18.1698085Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "346d8dcc-d7f3-40ba-9adb-61003350fd18" ], "x-ms-correlation-request-id": [ "11799fbe-3668-43a4-8f62-bfe38b0fa9cd" ], "x-ms-routing-request-id": [ "WESTUS:20230623T003918Z:11799fbe-3668-43a4-8f62-bfe38b0fa9cd" ], @@ -46,10 +46,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -128,10 +128,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -169,10 +169,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/346d8dcc-d7f3-40ba-9adb-61003350fd18*67D8E33A80B95256871B19899A2F3FC53BCED921D6739D54268AF01BED372914?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -210,10 +210,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/h0ukoj?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/h0ukoj?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/h0ukoj?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/h0ukoj?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -250,10 +250,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -292,10 +292,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2025-04-01-preview+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -316,14 +316,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a002a24-0000-0a00-0000-6494ea130000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:41:50.6084840Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "d92a8758-c561-4c58-a41b-a73a437f8f16" ], "x-ms-correlation-request-id": [ "c67b33bb-427c-4aa8-ae17-387904cf9734" ], "x-ms-routing-request-id": [ "WESTUS:20230623T004051Z:c67b33bb-427c-4aa8-ae17-387904cf9734" ], @@ -339,10 +339,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -380,10 +380,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -421,10 +421,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -462,10 +462,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d92a8758-c561-4c58-a41b-a73a437f8f16*739B026B834664DC6294AF6C63225266D6064FDB3577BAD59BC337137E5EC219?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -503,10 +503,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminNetworkConnection+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/gezmtq?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPool.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPool.Recording.json index 3ef9fafe3fc6..4ac056934a8d 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPool.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPool.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/fzolg0?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/fzolg0?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/fzolg0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/fzolg0?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,10 +23,10 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"6b009161-0000-0a00-0000-6494ea6f0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14985" ], "x-ms-providerhub-traffic": [ "True" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "8eaea0a1-3e7b-48d4-9038-5e4ee3572082" ], "x-ms-correlation-request-id": [ "48f693e2-2eff-4657-810c-e630c421110c" ], "x-ms-routing-request-id": [ "WESTUS:20230623T004223Z:48f693e2-2eff-4657-810c-e630c421110c" ], @@ -43,10 +43,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -84,10 +84,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -125,10 +125,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -248,10 +248,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8eaea0a1-3e7b-48d4-9038-5e4ee3572082*BFA3461EE6FCE58DAADD22BF3EE10BA035D5284016B21DB2EE6DDD4260A3B103?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -289,10 +289,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/fzolg0?api-version=2024-05-01-preview+8": { + "Remove-AzDevCenterAdminPool+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/fzolg0?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/fzolg0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/fzolg0?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -329,10 +329,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -371,10 +371,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2025-04-01-preview+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -395,10 +395,10 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"6b008965-0000-0a00-0000-6494eb070000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14984" ], "x-ms-providerhub-traffic": [ "True" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "5533dc50-3ddc-43f0-8165-c0583f7fcf40" ], "x-ms-correlation-request-id": [ "9c330639-743a-448e-8e70-8760a8ac839f" ], "x-ms-routing-request-id": [ "WESTUS:20230623T004455Z:9c330639-743a-448e-8e70-8760a8ac839f" ], @@ -415,10 +415,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -456,10 +456,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -497,10 +497,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -538,10 +538,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -579,10 +579,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -620,10 +620,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview+8": { + "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5533dc50-3ddc-43f0-8165-c0583f7fcf40*D7B721F15842FE7751B0455656DA8E1629B40D7EB886ECD6D351C593FE6D992F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -661,10 +661,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2024-05-01-preview+9": { + "Remove-AzDevCenterAdminPool+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/odspl1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProject.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProject.Recording.json index 1e500d698622..5e77dc75844d 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProject.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProject.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshPro2og402n?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshPro2og402n?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshPro2og402n?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshPro2og402n?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,14 +23,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"3d012105-0000-0a00-0000-6494eb9f0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14983" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:48:27.5544731Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "179f829a-6de6-4fa4-a7f9-9e25772b8f5b" ], "x-ms-correlation-request-id": [ "b8d9d09a-6988-48ed-8bcc-a81d8303d6c2" ], "x-ms-routing-request-id": [ "WESTUS:20230623T004728Z:b8d9d09a-6988-48ed-8bcc-a81d8303d6c2" ], @@ -46,10 +46,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -128,10 +128,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -169,10 +169,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -210,10 +210,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/179f829a-6de6-4fa4-a7f9-9e25772b8f5b*723BD0BCD35A273FD4BE134F6717FDFE8245F6488C2CC8F06C8C42FC0AC37A9C?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -251,10 +251,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshPro2og402n?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminProject+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshPro2og402n?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshPro2og402n?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshPro2og402n?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -291,10 +291,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -333,10 +333,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2025-04-01-preview+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -357,14 +357,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"3d019109-0000-0a00-0000-6494ec190000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14982" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T00:50:29.4641181Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f" ], "x-ms-correlation-request-id": [ "42c330fa-6eb0-4ef8-93e3-e28a23acb02e" ], "x-ms-routing-request-id": [ "WESTUS:20230623T004929Z:42c330fa-6eb0-4ef8-93e3-e28a23acb02e" ], @@ -380,10 +380,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -421,10 +421,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -462,10 +462,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -503,10 +503,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3aa2a1c9-4ffb-4284-ab60-3cc65ff7e87f*4857BD45D1C096EDD004160BE514FAA9D375B6BA57E17EF22DDA1716D40274A4?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -544,10 +544,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminProject+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/vepyst?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectCatalog.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectCatalog.Recording.json index c3b9fcb53d72..92fb3bba7c8b 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectCatalog.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectCatalog.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,10 +23,10 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"040040f7-0000-3400-0000-66ad35080000\"" ], - "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY" ], + "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], "x-ms-providerhub-traffic": [ "True" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY" ], "x-ms-request-id": [ "84be9b8a-d480-4f6e-8c31-aaa9141d595e" ], "x-ms-correlation-request-id": [ "97a39238-fb7b-4691-97d1-8e4822552435" ], "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], @@ -46,10 +46,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY+2": { + "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY", "Content": null, "isContentBase64": false, "Headers": { @@ -70,9 +70,9 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"03001541-0000-3400-0000-66ad35060000\"" ], - "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241666669662\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=C39R_C6gHBx_MwhQZgWS2hPYhz7fZlf0w-lkBePRuJcj64_WlKTyLFGa_pUMEkbZJNw1NZa97Q-0km7NkcgA5KUtA7mZcYT6htpiBX2XujLHgDeS4ap5gq288Po0LbOM3Lk27VTlnaNmFchChKmEokfVj1kYpoMpLUfP4Vni833bSFcTLjSKQfBFlYAVgBM9G27yNaDIzaNQ5IrSNRdylbT1smXZSV_jocNnWvGiorJPwhtU7D_hX8h2lJbjtELRiyNri1momcirk6tp6bBVUpDRGOCxHExiwFVDORhu5V4H4758suKxyfcbaessemNl4TEhG9DzBSxreHytUnPFPg\u0026h=eBcMLJCkF1A_8L_EbYph0XpNJl_qsQXpz9_1sJrnaQ0" ], + "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241666669662\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=C39R_C6gHBx_MwhQZgWS2hPYhz7fZlf0w-lkBePRuJcj64_WlKTyLFGa_pUMEkbZJNw1NZa97Q-0km7NkcgA5KUtA7mZcYT6htpiBX2XujLHgDeS4ap5gq288Po0LbOM3Lk27VTlnaNmFchChKmEokfVj1kYpoMpLUfP4Vni833bSFcTLjSKQfBFlYAVgBM9G27yNaDIzaNQ5IrSNRdylbT1smXZSV_jocNnWvGiorJPwhtU7D_hX8h2lJbjtELRiyNri1momcirk6tp6bBVUpDRGOCxHExiwFVDORhu5V4H4758suKxyfcbaessemNl4TEhG9DzBSxreHytUnPFPg\u0026h=eBcMLJCkF1A_8L_EbYph0XpNJl_qsQXpz9_1sJrnaQ0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241666513414\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=Iir9trG_0qg7TZkfb_dUOTLVnY4JXxtHusnAG7es1Su2bxP2KQX8If4L3Ut2flQmY2B0eAzCCgG_Eeicbj6XEOjjz2iQQQU4KlCyftZWKeHJO_HfW5vAXnNDyY-JgrKjDDWlqrlD-1LgiTYw-goVjg03cXRyHTPBFeCearX1ieRfQt-fU8mkvfJbO0xAaz6PiSpWgXkMMmc3uxBJ8SAdwfyc9BqnHOrE_m73FvdORk6Q-D99IqrbOuyyVjMlJfKfda3NtbVcUFpQlGC7yMnfha_oJnIop0GyP5YJ1s00FokR-E_Wne_ut2mS4cmikKRwoVktd23YVUJUqq9KLggSFQ\u0026h=My0OfDE5hRWxfrVznx8OWAI8PLCy9bpKGBGUPSWZMJU" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241666513414\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=Iir9trG_0qg7TZkfb_dUOTLVnY4JXxtHusnAG7es1Su2bxP2KQX8If4L3Ut2flQmY2B0eAzCCgG_Eeicbj6XEOjjz2iQQQU4KlCyftZWKeHJO_HfW5vAXnNDyY-JgrKjDDWlqrlD-1LgiTYw-goVjg03cXRyHTPBFeCearX1ieRfQt-fU8mkvfJbO0xAaz6PiSpWgXkMMmc3uxBJ8SAdwfyc9BqnHOrE_m73FvdORk6Q-D99IqrbOuyyVjMlJfKfda3NtbVcUFpQlGC7yMnfha_oJnIop0GyP5YJ1s00FokR-E_Wne_ut2mS4cmikKRwoVktd23YVUJUqq9KLggSFQ\u0026h=My0OfDE5hRWxfrVznx8OWAI8PLCy9bpKGBGUPSWZMJU" ], "x-ms-request-id": [ "79fbd1bf-fb2c-4fd7-9f3c-14e6c3833ee9" ], "x-ms-correlation-request-id": [ "15dd90cd-73ac-4fa5-81a8-236babc0da2d" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], @@ -92,10 +92,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241666513414\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=Iir9trG_0qg7TZkfb_dUOTLVnY4JXxtHusnAG7es1Su2bxP2KQX8If4L3Ut2flQmY2B0eAzCCgG_Eeicbj6XEOjjz2iQQQU4KlCyftZWKeHJO_HfW5vAXnNDyY-JgrKjDDWlqrlD-1LgiTYw-goVjg03cXRyHTPBFeCearX1ieRfQt-fU8mkvfJbO0xAaz6PiSpWgXkMMmc3uxBJ8SAdwfyc9BqnHOrE_m73FvdORk6Q-D99IqrbOuyyVjMlJfKfda3NtbVcUFpQlGC7yMnfha_oJnIop0GyP5YJ1s00FokR-E_Wne_ut2mS4cmikKRwoVktd23YVUJUqq9KLggSFQ\u0026h=My0OfDE5hRWxfrVznx8OWAI8PLCy9bpKGBGUPSWZMJU+3": { + "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241666513414\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=Iir9trG_0qg7TZkfb_dUOTLVnY4JXxtHusnAG7es1Su2bxP2KQX8If4L3Ut2flQmY2B0eAzCCgG_Eeicbj6XEOjjz2iQQQU4KlCyftZWKeHJO_HfW5vAXnNDyY-JgrKjDDWlqrlD-1LgiTYw-goVjg03cXRyHTPBFeCearX1ieRfQt-fU8mkvfJbO0xAaz6PiSpWgXkMMmc3uxBJ8SAdwfyc9BqnHOrE_m73FvdORk6Q-D99IqrbOuyyVjMlJfKfda3NtbVcUFpQlGC7yMnfha_oJnIop0GyP5YJ1s00FokR-E_Wne_ut2mS4cmikKRwoVktd23YVUJUqq9KLggSFQ\u0026h=My0OfDE5hRWxfrVznx8OWAI8PLCy9bpKGBGUPSWZMJU+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241666513414\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=Iir9trG_0qg7TZkfb_dUOTLVnY4JXxtHusnAG7es1Su2bxP2KQX8If4L3Ut2flQmY2B0eAzCCgG_Eeicbj6XEOjjz2iQQQU4KlCyftZWKeHJO_HfW5vAXnNDyY-JgrKjDDWlqrlD-1LgiTYw-goVjg03cXRyHTPBFeCearX1ieRfQt-fU8mkvfJbO0xAaz6PiSpWgXkMMmc3uxBJ8SAdwfyc9BqnHOrE_m73FvdORk6Q-D99IqrbOuyyVjMlJfKfda3NtbVcUFpQlGC7yMnfha_oJnIop0GyP5YJ1s00FokR-E_Wne_ut2mS4cmikKRwoVktd23YVUJUqq9KLggSFQ\u0026h=My0OfDE5hRWxfrVznx8OWAI8PLCy9bpKGBGUPSWZMJU", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241666513414\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=Iir9trG_0qg7TZkfb_dUOTLVnY4JXxtHusnAG7es1Su2bxP2KQX8If4L3Ut2flQmY2B0eAzCCgG_Eeicbj6XEOjjz2iQQQU4KlCyftZWKeHJO_HfW5vAXnNDyY-JgrKjDDWlqrlD-1LgiTYw-goVjg03cXRyHTPBFeCearX1ieRfQt-fU8mkvfJbO0xAaz6PiSpWgXkMMmc3uxBJ8SAdwfyc9BqnHOrE_m73FvdORk6Q-D99IqrbOuyyVjMlJfKfda3NtbVcUFpQlGC7yMnfha_oJnIop0GyP5YJ1s00FokR-E_Wne_ut2mS4cmikKRwoVktd23YVUJUqq9KLggSFQ\u0026h=My0OfDE5hRWxfrVznx8OWAI8PLCy9bpKGBGUPSWZMJU", "Content": null, "isContentBase64": false, "Headers": { @@ -116,9 +116,9 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"03001541-0000-3400-0000-66ad35060000\"" ], - "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241971962587\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=gNRZCkcWFehmx5LFVrNfDXMll443oDFY50koDA5mmzvTJERPEVg0TJE1AFLYQYjAfxI4b_XzHuewH7F5eZ12C7CmjKygrM9e63W1Ql_aJMrlqFoS0XVDI3UJ39oQnj9GtPxcuCAiVGZcF_erMhmphZs5Wn-hH8vBLhU1OmEUc4KqYEw5Qc7tFu6kcKih4dphCNFOgqCVwUwxTT9R2K8uZz07z4F9GM7tiNJzjzHu7GECwPQBdFbX3AUI_bVvIxmAP_oFg5H_59rvLiapfhqGPH9pWArfP0QFgE_7Ns-RSgNfV5Brz3k1D7cEktUAwgzMPfcPjsZzjursOPCBlSfNzA\u0026h=75_-4ExAKnK0_pSJrysCi9Z0srbwWl3DqLPGzC9r9n8" ], + "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241971962587\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=gNRZCkcWFehmx5LFVrNfDXMll443oDFY50koDA5mmzvTJERPEVg0TJE1AFLYQYjAfxI4b_XzHuewH7F5eZ12C7CmjKygrM9e63W1Ql_aJMrlqFoS0XVDI3UJ39oQnj9GtPxcuCAiVGZcF_erMhmphZs5Wn-hH8vBLhU1OmEUc4KqYEw5Qc7tFu6kcKih4dphCNFOgqCVwUwxTT9R2K8uZz07z4F9GM7tiNJzjzHu7GECwPQBdFbX3AUI_bVvIxmAP_oFg5H_59rvLiapfhqGPH9pWArfP0QFgE_7Ns-RSgNfV5Brz3k1D7cEktUAwgzMPfcPjsZzjursOPCBlSfNzA\u0026h=75_-4ExAKnK0_pSJrysCi9Z0srbwWl3DqLPGzC9r9n8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241971962587\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=gNRZCkcWFehmx5LFVrNfDXMll443oDFY50koDA5mmzvTJERPEVg0TJE1AFLYQYjAfxI4b_XzHuewH7F5eZ12C7CmjKygrM9e63W1Ql_aJMrlqFoS0XVDI3UJ39oQnj9GtPxcuCAiVGZcF_erMhmphZs5Wn-hH8vBLhU1OmEUc4KqYEw5Qc7tFu6kcKih4dphCNFOgqCVwUwxTT9R2K8uZz07z4F9GM7tiNJzjzHu7GECwPQBdFbX3AUI_bVvIxmAP_oFg5H_59rvLiapfhqGPH9pWArfP0QFgE_7Ns-RSgNfV5Brz3k1D7cEktUAwgzMPfcPjsZzjursOPCBlSfNzA\u0026h=75_-4ExAKnK0_pSJrysCi9Z0srbwWl3DqLPGzC9r9n8" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241971962587\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=gNRZCkcWFehmx5LFVrNfDXMll443oDFY50koDA5mmzvTJERPEVg0TJE1AFLYQYjAfxI4b_XzHuewH7F5eZ12C7CmjKygrM9e63W1Ql_aJMrlqFoS0XVDI3UJ39oQnj9GtPxcuCAiVGZcF_erMhmphZs5Wn-hH8vBLhU1OmEUc4KqYEw5Qc7tFu6kcKih4dphCNFOgqCVwUwxTT9R2K8uZz07z4F9GM7tiNJzjzHu7GECwPQBdFbX3AUI_bVvIxmAP_oFg5H_59rvLiapfhqGPH9pWArfP0QFgE_7Ns-RSgNfV5Brz3k1D7cEktUAwgzMPfcPjsZzjursOPCBlSfNzA\u0026h=75_-4ExAKnK0_pSJrysCi9Z0srbwWl3DqLPGzC9r9n8" ], "x-ms-request-id": [ "e851767f-6949-414d-bf51-c65cb060101b" ], "x-ms-correlation-request-id": [ "499100ec-e64a-41fa-9097-30481968b6ea" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], @@ -138,10 +138,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241971962587\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=gNRZCkcWFehmx5LFVrNfDXMll443oDFY50koDA5mmzvTJERPEVg0TJE1AFLYQYjAfxI4b_XzHuewH7F5eZ12C7CmjKygrM9e63W1Ql_aJMrlqFoS0XVDI3UJ39oQnj9GtPxcuCAiVGZcF_erMhmphZs5Wn-hH8vBLhU1OmEUc4KqYEw5Qc7tFu6kcKih4dphCNFOgqCVwUwxTT9R2K8uZz07z4F9GM7tiNJzjzHu7GECwPQBdFbX3AUI_bVvIxmAP_oFg5H_59rvLiapfhqGPH9pWArfP0QFgE_7Ns-RSgNfV5Brz3k1D7cEktUAwgzMPfcPjsZzjursOPCBlSfNzA\u0026h=75_-4ExAKnK0_pSJrysCi9Z0srbwWl3DqLPGzC9r9n8+4": { + "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241971962587\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=gNRZCkcWFehmx5LFVrNfDXMll443oDFY50koDA5mmzvTJERPEVg0TJE1AFLYQYjAfxI4b_XzHuewH7F5eZ12C7CmjKygrM9e63W1Ql_aJMrlqFoS0XVDI3UJ39oQnj9GtPxcuCAiVGZcF_erMhmphZs5Wn-hH8vBLhU1OmEUc4KqYEw5Qc7tFu6kcKih4dphCNFOgqCVwUwxTT9R2K8uZz07z4F9GM7tiNJzjzHu7GECwPQBdFbX3AUI_bVvIxmAP_oFg5H_59rvLiapfhqGPH9pWArfP0QFgE_7Ns-RSgNfV5Brz3k1D7cEktUAwgzMPfcPjsZzjursOPCBlSfNzA\u0026h=75_-4ExAKnK0_pSJrysCi9Z0srbwWl3DqLPGzC9r9n8+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241971962587\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=gNRZCkcWFehmx5LFVrNfDXMll443oDFY50koDA5mmzvTJERPEVg0TJE1AFLYQYjAfxI4b_XzHuewH7F5eZ12C7CmjKygrM9e63W1Ql_aJMrlqFoS0XVDI3UJ39oQnj9GtPxcuCAiVGZcF_erMhmphZs5Wn-hH8vBLhU1OmEUc4KqYEw5Qc7tFu6kcKih4dphCNFOgqCVwUwxTT9R2K8uZz07z4F9GM7tiNJzjzHu7GECwPQBdFbX3AUI_bVvIxmAP_oFg5H_59rvLiapfhqGPH9pWArfP0QFgE_7Ns-RSgNfV5Brz3k1D7cEktUAwgzMPfcPjsZzjursOPCBlSfNzA\u0026h=75_-4ExAKnK0_pSJrysCi9Z0srbwWl3DqLPGzC9r9n8", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241971962587\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=gNRZCkcWFehmx5LFVrNfDXMll443oDFY50koDA5mmzvTJERPEVg0TJE1AFLYQYjAfxI4b_XzHuewH7F5eZ12C7CmjKygrM9e63W1Ql_aJMrlqFoS0XVDI3UJ39oQnj9GtPxcuCAiVGZcF_erMhmphZs5Wn-hH8vBLhU1OmEUc4KqYEw5Qc7tFu6kcKih4dphCNFOgqCVwUwxTT9R2K8uZz07z4F9GM7tiNJzjzHu7GECwPQBdFbX3AUI_bVvIxmAP_oFg5H_59rvLiapfhqGPH9pWArfP0QFgE_7Ns-RSgNfV5Brz3k1D7cEktUAwgzMPfcPjsZzjursOPCBlSfNzA\u0026h=75_-4ExAKnK0_pSJrysCi9Z0srbwWl3DqLPGzC9r9n8", "Content": null, "isContentBase64": false, "Headers": { @@ -162,9 +162,9 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"03001541-0000-3400-0000-66ad35060000\"" ], - "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582242274248727\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=1YOSYRduObXkXbWERL3FeZoKIGnq16n5-eZlvUu6eru4Vym0lKmEqCAurtNEPAn1q6w5JQLgqr4DBqzJHe0o8p5pLhre5HPEGQJFeZZlejWPJQZpdNoBNWEaJkVAVsu0YT5JGjF9YHGeBIHuDfAZhs-_iCV4nmBkZWE804DxRvHmpugD0VyTMVCBgrdg-H0S2mjULQekWrc67SuYc0K_55Tme9bZ34DxXbabNA0SLPF4j4P3qiSfYfDr5h1fmIP5im1viBfLnQMIEkeHvxKNd1pmzbU_vuIuyoFTeR8l_cCNbTuzcKGu_dCg0h8CKh7B4s4iutB1Q4o3GSvFHBk_xw\u0026h=0P2fpaEiqqVPfIwW5rXJEVQyYj5xvxoL53H07LLqMWk" ], + "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582242274248727\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=1YOSYRduObXkXbWERL3FeZoKIGnq16n5-eZlvUu6eru4Vym0lKmEqCAurtNEPAn1q6w5JQLgqr4DBqzJHe0o8p5pLhre5HPEGQJFeZZlejWPJQZpdNoBNWEaJkVAVsu0YT5JGjF9YHGeBIHuDfAZhs-_iCV4nmBkZWE804DxRvHmpugD0VyTMVCBgrdg-H0S2mjULQekWrc67SuYc0K_55Tme9bZ34DxXbabNA0SLPF4j4P3qiSfYfDr5h1fmIP5im1viBfLnQMIEkeHvxKNd1pmzbU_vuIuyoFTeR8l_cCNbTuzcKGu_dCg0h8CKh7B4s4iutB1Q4o3GSvFHBk_xw\u0026h=0P2fpaEiqqVPfIwW5rXJEVQyYj5xvxoL53H07LLqMWk" ], "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582242274092450\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=E6aRc7cAHl-DHe07qOflGJkEBkYpa1TqhXoYAYJaaHqo3al5CA4JxLpN76kQZCEJ7MxRsp3DH0_o3yqwll0VBItqQG3C4hZ93zOUTghGo3RpFELzLdg3yFz1fqKjRWuURMHtsS-ZxNgJ0qiGUiHTcLKQ-CyGApXXYa4ecGJ5iCC1VHuzGZq_a1PH3T0Wg05OHfe5sEqh4vECROjS682U36N9V-y6o-v4DNmk6EUEg0_A9lJ1tCQTPPZhQJ0as1FHWapdtLjJtmxWM3HQgFd3F_KsIu6KdUQB2kZXw-YB2jXFO3ja4dNqjCSS8ViSF6Yz6RJmrIPrQdsgGdinzn8x9A\u0026h=ZEKKvwAspkvLM5eZpd4BsysBSBX6mxS_pUDUa3ZuzOo" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582242274092450\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=E6aRc7cAHl-DHe07qOflGJkEBkYpa1TqhXoYAYJaaHqo3al5CA4JxLpN76kQZCEJ7MxRsp3DH0_o3yqwll0VBItqQG3C4hZ93zOUTghGo3RpFELzLdg3yFz1fqKjRWuURMHtsS-ZxNgJ0qiGUiHTcLKQ-CyGApXXYa4ecGJ5iCC1VHuzGZq_a1PH3T0Wg05OHfe5sEqh4vECROjS682U36N9V-y6o-v4DNmk6EUEg0_A9lJ1tCQTPPZhQJ0as1FHWapdtLjJtmxWM3HQgFd3F_KsIu6KdUQB2kZXw-YB2jXFO3ja4dNqjCSS8ViSF6Yz6RJmrIPrQdsgGdinzn8x9A\u0026h=ZEKKvwAspkvLM5eZpd4BsysBSBX6mxS_pUDUa3ZuzOo" ], "x-ms-request-id": [ "3c7a0546-5ee5-4e8e-b3fc-9cd73b21f44f" ], "x-ms-correlation-request-id": [ "65cfd9d4-3a35-4fca-9fb4-c261da8f993d" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], @@ -184,10 +184,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582242274092450\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=E6aRc7cAHl-DHe07qOflGJkEBkYpa1TqhXoYAYJaaHqo3al5CA4JxLpN76kQZCEJ7MxRsp3DH0_o3yqwll0VBItqQG3C4hZ93zOUTghGo3RpFELzLdg3yFz1fqKjRWuURMHtsS-ZxNgJ0qiGUiHTcLKQ-CyGApXXYa4ecGJ5iCC1VHuzGZq_a1PH3T0Wg05OHfe5sEqh4vECROjS682U36N9V-y6o-v4DNmk6EUEg0_A9lJ1tCQTPPZhQJ0as1FHWapdtLjJtmxWM3HQgFd3F_KsIu6KdUQB2kZXw-YB2jXFO3ja4dNqjCSS8ViSF6Yz6RJmrIPrQdsgGdinzn8x9A\u0026h=ZEKKvwAspkvLM5eZpd4BsysBSBX6mxS_pUDUa3ZuzOo+5": { + "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582242274092450\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=E6aRc7cAHl-DHe07qOflGJkEBkYpa1TqhXoYAYJaaHqo3al5CA4JxLpN76kQZCEJ7MxRsp3DH0_o3yqwll0VBItqQG3C4hZ93zOUTghGo3RpFELzLdg3yFz1fqKjRWuURMHtsS-ZxNgJ0qiGUiHTcLKQ-CyGApXXYa4ecGJ5iCC1VHuzGZq_a1PH3T0Wg05OHfe5sEqh4vECROjS682U36N9V-y6o-v4DNmk6EUEg0_A9lJ1tCQTPPZhQJ0as1FHWapdtLjJtmxWM3HQgFd3F_KsIu6KdUQB2kZXw-YB2jXFO3ja4dNqjCSS8ViSF6Yz6RJmrIPrQdsgGdinzn8x9A\u0026h=ZEKKvwAspkvLM5eZpd4BsysBSBX6mxS_pUDUa3ZuzOo+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582242274092450\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=E6aRc7cAHl-DHe07qOflGJkEBkYpa1TqhXoYAYJaaHqo3al5CA4JxLpN76kQZCEJ7MxRsp3DH0_o3yqwll0VBItqQG3C4hZ93zOUTghGo3RpFELzLdg3yFz1fqKjRWuURMHtsS-ZxNgJ0qiGUiHTcLKQ-CyGApXXYa4ecGJ5iCC1VHuzGZq_a1PH3T0Wg05OHfe5sEqh4vECROjS682U36N9V-y6o-v4DNmk6EUEg0_A9lJ1tCQTPPZhQJ0as1FHWapdtLjJtmxWM3HQgFd3F_KsIu6KdUQB2kZXw-YB2jXFO3ja4dNqjCSS8ViSF6Yz6RJmrIPrQdsgGdinzn8x9A\u0026h=ZEKKvwAspkvLM5eZpd4BsysBSBX6mxS_pUDUa3ZuzOo", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582242274092450\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=E6aRc7cAHl-DHe07qOflGJkEBkYpa1TqhXoYAYJaaHqo3al5CA4JxLpN76kQZCEJ7MxRsp3DH0_o3yqwll0VBItqQG3C4hZ93zOUTghGo3RpFELzLdg3yFz1fqKjRWuURMHtsS-ZxNgJ0qiGUiHTcLKQ-CyGApXXYa4ecGJ5iCC1VHuzGZq_a1PH3T0Wg05OHfe5sEqh4vECROjS682U36N9V-y6o-v4DNmk6EUEg0_A9lJ1tCQTPPZhQJ0as1FHWapdtLjJtmxWM3HQgFd3F_KsIu6KdUQB2kZXw-YB2jXFO3ja4dNqjCSS8ViSF6Yz6RJmrIPrQdsgGdinzn8x9A\u0026h=ZEKKvwAspkvLM5eZpd4BsysBSBX6mxS_pUDUa3ZuzOo", "Content": null, "isContentBase64": false, "Headers": { @@ -208,9 +208,9 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"03001541-0000-3400-0000-66ad35060000\"" ], - "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582242577709955\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=ZvNGF8lunM7rUt_eMhTX-IJlSV10j6OvFYs6Er_YZCVzsbSDyvX0oRiCvibmdfOdvMeIDDzRPA1gTcS6KeI7qwcuH_LpK2Ta4CZcVwguHe7vV60CsHPTnG13uNZJnQ5-Zh_KJgrWbe4Ilw_S5xgj793sI4GnTk5NPKzl_XKSVfv9dLGcdFEW5ndE7HD75r-0CTgbcnlEXc4U7Hi3bIEv1_mY2KnKc8eAiRV7i8hT2b0I01VMZrN-4toNDV-hMPdudUBd_ElVCxfvR5AvAozEfcBT5dZK1ZV1GQt6b7nT7qAIreGjJyKLOLr9d9BZ4NPP3HU6yrlLOalYvdJMu5s_7A\u0026h=S-BMPxlqRX7HHfY5bT8Zl6Z6q6zMm0Vj_F829bGyPHA" ], + "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582242577709955\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=ZvNGF8lunM7rUt_eMhTX-IJlSV10j6OvFYs6Er_YZCVzsbSDyvX0oRiCvibmdfOdvMeIDDzRPA1gTcS6KeI7qwcuH_LpK2Ta4CZcVwguHe7vV60CsHPTnG13uNZJnQ5-Zh_KJgrWbe4Ilw_S5xgj793sI4GnTk5NPKzl_XKSVfv9dLGcdFEW5ndE7HD75r-0CTgbcnlEXc4U7Hi3bIEv1_mY2KnKc8eAiRV7i8hT2b0I01VMZrN-4toNDV-hMPdudUBd_ElVCxfvR5AvAozEfcBT5dZK1ZV1GQt6b7nT7qAIreGjJyKLOLr9d9BZ4NPP3HU6yrlLOalYvdJMu5s_7A\u0026h=S-BMPxlqRX7HHfY5bT8Zl6Z6q6zMm0Vj_F829bGyPHA" ], "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582242577709955\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=ZvNGF8lunM7rUt_eMhTX-IJlSV10j6OvFYs6Er_YZCVzsbSDyvX0oRiCvibmdfOdvMeIDDzRPA1gTcS6KeI7qwcuH_LpK2Ta4CZcVwguHe7vV60CsHPTnG13uNZJnQ5-Zh_KJgrWbe4Ilw_S5xgj793sI4GnTk5NPKzl_XKSVfv9dLGcdFEW5ndE7HD75r-0CTgbcnlEXc4U7Hi3bIEv1_mY2KnKc8eAiRV7i8hT2b0I01VMZrN-4toNDV-hMPdudUBd_ElVCxfvR5AvAozEfcBT5dZK1ZV1GQt6b7nT7qAIreGjJyKLOLr9d9BZ4NPP3HU6yrlLOalYvdJMu5s_7A\u0026h=S-BMPxlqRX7HHfY5bT8Zl6Z6q6zMm0Vj_F829bGyPHA" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582242577709955\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=ZvNGF8lunM7rUt_eMhTX-IJlSV10j6OvFYs6Er_YZCVzsbSDyvX0oRiCvibmdfOdvMeIDDzRPA1gTcS6KeI7qwcuH_LpK2Ta4CZcVwguHe7vV60CsHPTnG13uNZJnQ5-Zh_KJgrWbe4Ilw_S5xgj793sI4GnTk5NPKzl_XKSVfv9dLGcdFEW5ndE7HD75r-0CTgbcnlEXc4U7Hi3bIEv1_mY2KnKc8eAiRV7i8hT2b0I01VMZrN-4toNDV-hMPdudUBd_ElVCxfvR5AvAozEfcBT5dZK1ZV1GQt6b7nT7qAIreGjJyKLOLr9d9BZ4NPP3HU6yrlLOalYvdJMu5s_7A\u0026h=S-BMPxlqRX7HHfY5bT8Zl6Z6q6zMm0Vj_F829bGyPHA" ], "x-ms-request-id": [ "866a19e2-ea02-420e-a598-4e71b221910e" ], "x-ms-correlation-request-id": [ "a908abf5-1a72-4502-bae4-8d3c7ead386d" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], @@ -230,10 +230,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582242577709955\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=ZvNGF8lunM7rUt_eMhTX-IJlSV10j6OvFYs6Er_YZCVzsbSDyvX0oRiCvibmdfOdvMeIDDzRPA1gTcS6KeI7qwcuH_LpK2Ta4CZcVwguHe7vV60CsHPTnG13uNZJnQ5-Zh_KJgrWbe4Ilw_S5xgj793sI4GnTk5NPKzl_XKSVfv9dLGcdFEW5ndE7HD75r-0CTgbcnlEXc4U7Hi3bIEv1_mY2KnKc8eAiRV7i8hT2b0I01VMZrN-4toNDV-hMPdudUBd_ElVCxfvR5AvAozEfcBT5dZK1ZV1GQt6b7nT7qAIreGjJyKLOLr9d9BZ4NPP3HU6yrlLOalYvdJMu5s_7A\u0026h=S-BMPxlqRX7HHfY5bT8Zl6Z6q6zMm0Vj_F829bGyPHA+6": { + "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582242577709955\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=ZvNGF8lunM7rUt_eMhTX-IJlSV10j6OvFYs6Er_YZCVzsbSDyvX0oRiCvibmdfOdvMeIDDzRPA1gTcS6KeI7qwcuH_LpK2Ta4CZcVwguHe7vV60CsHPTnG13uNZJnQ5-Zh_KJgrWbe4Ilw_S5xgj793sI4GnTk5NPKzl_XKSVfv9dLGcdFEW5ndE7HD75r-0CTgbcnlEXc4U7Hi3bIEv1_mY2KnKc8eAiRV7i8hT2b0I01VMZrN-4toNDV-hMPdudUBd_ElVCxfvR5AvAozEfcBT5dZK1ZV1GQt6b7nT7qAIreGjJyKLOLr9d9BZ4NPP3HU6yrlLOalYvdJMu5s_7A\u0026h=S-BMPxlqRX7HHfY5bT8Zl6Z6q6zMm0Vj_F829bGyPHA+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582242577709955\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=ZvNGF8lunM7rUt_eMhTX-IJlSV10j6OvFYs6Er_YZCVzsbSDyvX0oRiCvibmdfOdvMeIDDzRPA1gTcS6KeI7qwcuH_LpK2Ta4CZcVwguHe7vV60CsHPTnG13uNZJnQ5-Zh_KJgrWbe4Ilw_S5xgj793sI4GnTk5NPKzl_XKSVfv9dLGcdFEW5ndE7HD75r-0CTgbcnlEXc4U7Hi3bIEv1_mY2KnKc8eAiRV7i8hT2b0I01VMZrN-4toNDV-hMPdudUBd_ElVCxfvR5AvAozEfcBT5dZK1ZV1GQt6b7nT7qAIreGjJyKLOLr9d9BZ4NPP3HU6yrlLOalYvdJMu5s_7A\u0026h=S-BMPxlqRX7HHfY5bT8Zl6Z6q6zMm0Vj_F829bGyPHA", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582242577709955\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=ZvNGF8lunM7rUt_eMhTX-IJlSV10j6OvFYs6Er_YZCVzsbSDyvX0oRiCvibmdfOdvMeIDDzRPA1gTcS6KeI7qwcuH_LpK2Ta4CZcVwguHe7vV60CsHPTnG13uNZJnQ5-Zh_KJgrWbe4Ilw_S5xgj793sI4GnTk5NPKzl_XKSVfv9dLGcdFEW5ndE7HD75r-0CTgbcnlEXc4U7Hi3bIEv1_mY2KnKc8eAiRV7i8hT2b0I01VMZrN-4toNDV-hMPdudUBd_ElVCxfvR5AvAozEfcBT5dZK1ZV1GQt6b7nT7qAIreGjJyKLOLr9d9BZ4NPP3HU6yrlLOalYvdJMu5s_7A\u0026h=S-BMPxlqRX7HHfY5bT8Zl6Z6q6zMm0Vj_F829bGyPHA", "Content": null, "isContentBase64": false, "Headers": { @@ -274,10 +274,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY+7": { + "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/84be9b8a-d480-4f6e-8c31-aaa9141d595e*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582241362855366\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=w8yts9QCWsxyRzRswZQFNG-CqzmiOcC4f1Efz_ajzPLVuBBkPs8OJr-qgk_Kmde3J4ng0OK6kBJyfcqHCv7niuN3y7zd6DGPOjGS20_pFnYLE3xwe8mR7gi2BJCUQAqTQSYRqFvaF5stwhneDx26bDzLMpq9dLcVcAWNg60uhWppCKTozdQU4ENluFc4LxyzeFR9F0bxgRIzGPr2BQKalE3jDk8LE-ezlWZkBlfT3wlvkWtI6Bx9vtX8c8FQRRxj5ciXW1hA5lBmjPQBwrxxpPXjWcPE614YkHgeYtFOXL6DJ2jvvOcuOy8WCb0xKBjrjhCtPpCn2uQQGPxkDi5xhQ\u0026h=JkM4TI9GcV2Jctn9DCs4N7ZNlEWqINNSgCM4Zz5AfUY", "Content": null, "isContentBase64": false, "Headers": { @@ -318,10 +318,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview+8": { + "Remove-AzDevCenterAdminProjectCatalog+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectEnvironmentType.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectEnvironmentType.Recording.json index f4a8f0397208..764ce997bec6 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/t9rqhz?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/t9rqhz?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/t9rqhz?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/t9rqhz?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -42,10 +42,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/t9rqhz?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/t9rqhz?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/t9rqhz?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/t9rqhz?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -84,10 +84,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -126,10 +126,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2025-04-01-preview+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -169,10 +169,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminProjectEnvironmentType+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/tj7rw5?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPlanMember.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectPolicy.Tests.ps1 similarity index 87% rename from src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPlanMember.Tests.ps1 rename to src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectPolicy.Tests.ps1 index d2ce7f19155e..8fb5951968ee 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPlanMember.Tests.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminProjectPolicy.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzDevCenterAdminPlanMember')) +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzDevCenterAdminProjectPolicy')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzDevCenterAdminPlanMember.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzDevCenterAdminProjectPolicy.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzDevCenterAdminPlanMe . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Remove-AzDevCenterAdminPlanMember' { +Describe 'Remove-AzDevCenterAdminProjectPolicy' { It 'Delete' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminSchedule.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminSchedule.Recording.json index 4aee7c170fca..b115beb27cbe 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminSchedule.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminSchedule.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/oy09qc/schedules/default?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/oy09qc/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/oy09qc/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/oy09qc/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -23,10 +23,10 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"6b00786e-0000-0a00-0000-6494ec790000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14979" ], "x-ms-providerhub-traffic": [ "True" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "6e31db9e-962b-4cb0-a34a-942cfa28f5fb" ], "x-ms-correlation-request-id": [ "e176cc9b-9c08-416d-bed1-438435b50631" ], "x-ms-routing-request-id": [ "WESTUS:20230623T005105Z:e176cc9b-9c08-416d-bed1-438435b50631" ], @@ -43,10 +43,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -84,10 +84,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -125,10 +125,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -248,10 +248,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6e31db9e-962b-4cb0-a34a-942cfa28f5fb*F85B5ECE96EA29256FB466FE81A520CBEA38D3B796E80A5B10E5A9DE2025FBE8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -289,10 +289,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/oy09qc/schedules/default?api-version=2024-05-01-preview+8": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/oy09qc/schedules/default?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/oy09qc/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/oy09qc/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -331,10 +331,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -373,10 +373,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2024-05-01-preview+2": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2025-04-01-preview+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -397,10 +397,10 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"6b00d471-0000-0a00-0000-6494ed120000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14978" ], "x-ms-providerhub-traffic": [ "True" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7" ], "x-ms-correlation-request-id": [ "6a4a716c-a370-4232-94d8-094ef194f6ff" ], "x-ms-routing-request-id": [ "WESTUS:20230623T005338Z:6a4a716c-a370-4232-94d8-094ef194f6ff" ], @@ -417,10 +417,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview+3": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -458,10 +458,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview+4": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -499,10 +499,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -540,10 +540,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -581,10 +581,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -622,10 +622,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview+8": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/ea6bc4f1-4ef4-4f49-b7e4-9594e02927c7*5E9C7DAE4199B43C6420A501F552538DD81EA7B3CBA1F6B844FC9A9C6C3B2872?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -663,10 +663,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2024-05-01-preview+9": { + "Remove-AzDevCenterAdminSchedule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/5ypd7c/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Start-AzDevCenterAdminNetworkConnectionHealthCheck.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Start-AzDevCenterAdminNetworkConnectionHealthCheck.Recording.json index bd87e6fee895..ccdce21f7425 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Start-AzDevCenterAdminNetworkConnectionHealthCheck.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Start-AzDevCenterAdminNetworkConnectionHealthCheck.Recording.json @@ -1,8 +1,8 @@ { - "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+Run+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/runHealthChecks?api-version=2024-05-01-preview+1": { + "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+Run+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/runHealthChecks?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/runHealthChecks?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/runHealthChecks?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -22,14 +22,14 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:18:30.1601636Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "eaede5e0-ef2a-4179-9f57-4da5f0c85c62" ], "x-ms-correlation-request-id": [ "45840cfb-7e06-4335-a6ec-74f4e89f191d" ], "x-ms-routing-request-id": [ "WESTUS:20230623T011730Z:45840cfb-7e06-4335-a6ec-74f4e89f191d" ], @@ -45,10 +45,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+Run+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview+2": { + "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+Run+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -86,10 +86,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+Run+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview+3": { + "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+Run+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eaede5e0-ef2a-4179-9f57-4da5f0c85c62*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -127,10 +127,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+RunViaIdentity+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/runHealthChecks?api-version=2024-05-01-preview+1": { + "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+RunViaIdentity+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/runHealthChecks?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/runHealthChecks?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/7xsgmy/runHealthChecks?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -150,14 +150,14 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:19:01.1656340Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "a1951ecc-f7c4-4253-99fc-78adada935ae" ], "x-ms-correlation-request-id": [ "8876cb15-3e63-4179-8d36-42c4088ac21b" ], "x-ms-routing-request-id": [ "WESTUS:20230623T011801Z:8876cb15-3e63-4179-8d36-42c4088ac21b" ], @@ -173,10 +173,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview+2": { + "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -214,10 +214,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview+3": { + "Start-AzDevCenterAdminNetworkConnectionHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/a1951ecc-f7c4-4253-99fc-78adada935ae*E5A287F15E730EEC5F0051B6390112DFBF7E51FD508D0445B4C2D2A258BD76A2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Start-AzDevCenterAdminPoolHealthCheck.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Start-AzDevCenterAdminPoolHealthCheck.Recording.json index cc94176ce8e5..27798cafb6b6 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Start-AzDevCenterAdminPoolHealthCheck.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Start-AzDevCenterAdminPoolHealthCheck.Recording.json @@ -1,8 +1,8 @@ { - "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+Run+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/runHealthChecks?api-version=2024-05-01-preview+1": { + "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+Run+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/runHealthChecks?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/runHealthChecks?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/runHealthChecks?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -22,7 +22,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY" ], + "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-providerhub-traffic": [ "True" ], "x-ms-correlation-request-id": [ "e5415bf4-6516-439f-b787-5ac2d86906d2" ], @@ -31,7 +31,7 @@ "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-11-13T02:39:31.5437787Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY" ], "x-ms-request-id": [ "6135e467-0b67-471b-ae7e-3f4871399fed" ], "x-ms-routing-request-id": [ "WESTUS:20231113T023831Z:e5415bf4-6516-439f-b787-5ac2d86906d2" ], "X-Content-Type-Options": [ "nosniff" ], @@ -46,10 +46,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+Run+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY+2": { + "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+Run+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY", "Content": null, "isContentBase64": false, "Headers": { @@ -87,10 +87,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+Run+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY+3": { + "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+Run+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/6135e467-0b67-471b-ae7e-3f4871399fed*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399117024668\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=JJvjVJzwiHatxlh1zxZLv3RArFBS-z2mHPFvJK79EpahMtZdZhW_spChV2N2O5DDCnL5czMSASHwomIOlsHJrh1DUJmKPKH49kuJ8txiF-XbKIvqD6l6XC4kvcRnnX6cbprwksNf9Kra6ylBAyvN53VQn7J_opapCdPS6Lj0CukGCKTaOWOSnv045dQ9YHSJvvCGXydab5NvEbSMrtpQM_EIcKnCuuCn-mKdUYZJxMUv9q5vDKFeiWHe4r4_t9YnrR6Qei1MF7OUPSgFsRPTh8MD8YZ8VQZEdUCZMwtjxBVhWDPeBvVkRoO-Mil8fW4YY5WDFT3-7Xl7YvoKgamGPw\u0026h=bo0Ftj95JAp66w9z5aIC49UxqIJ67cWEQcb71BLSsqY", "Content": null, "isContentBase64": false, "Headers": { @@ -128,10 +128,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+RunViaIdentity+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/runHealthChecks?api-version=2024-05-01-preview+1": { + "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+RunViaIdentity+$POST+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/runHealthChecks?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/runHealthChecks?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/pwshTestAmlim/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/vpa70o/runHealthChecks?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -151,7 +151,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399425788769\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=KDYm-_XEQBu8W-RH2O3aCn10HuumzECaePeP2V2d7R3JiOZ_Ml5ozklx0CQ8UGyxIMG9mA7mfdCRgdz9q_HGngA_OFtYAVG7WtWlJMChFyyRGDv6E5EsyE4uLBDFRk3cMBM7QbLDBU7VLtbfvc5yhQZmDbhPGEuKPAHPBxqJ6UhAFrxv444FryfSkCf-jiCC2un8yg7o3Ik-b51goCCxSY_EVPVLmWHSpLUvqUvhh_xFTUdC3DZGpfn4oKEqZmVHvarjN7PNR3WCu_D58eMtBtLaJ4jaTHRLSIGkdnVc-fDdMxS0UtJjhGwMgSs_aLlsSn0sh3m5V1Qsv4gJkcZ65g\u0026h=xjXhWGZ9TC4nuJhn3rg_zNYjN5wtNrYLMgLgLGNedzs" ], + "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399425788769\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=KDYm-_XEQBu8W-RH2O3aCn10HuumzECaePeP2V2d7R3JiOZ_Ml5ozklx0CQ8UGyxIMG9mA7mfdCRgdz9q_HGngA_OFtYAVG7WtWlJMChFyyRGDv6E5EsyE4uLBDFRk3cMBM7QbLDBU7VLtbfvc5yhQZmDbhPGEuKPAHPBxqJ6UhAFrxv444FryfSkCf-jiCC2un8yg7o3Ik-b51goCCxSY_EVPVLmWHSpLUvqUvhh_xFTUdC3DZGpfn4oKEqZmVHvarjN7PNR3WCu_D58eMtBtLaJ4jaTHRLSIGkdnVc-fDdMxS0UtJjhGwMgSs_aLlsSn0sh3m5V1Qsv4gJkcZ65g\u0026h=xjXhWGZ9TC4nuJhn3rg_zNYjN5wtNrYLMgLgLGNedzs" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-providerhub-traffic": [ "True" ], "x-ms-correlation-request-id": [ "d4bb3db3-bb8e-48b4-9256-a6a4690780db" ], @@ -160,7 +160,7 @@ "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-11-13T02:40:02.3963133Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg" ], "x-ms-request-id": [ "1875ad45-e499-4df2-b940-f25417f7ac46" ], "x-ms-routing-request-id": [ "WESTUS:20231113T023902Z:d4bb3db3-bb8e-48b4-9256-a6a4690780db" ], "X-Content-Type-Options": [ "nosniff" ], @@ -175,10 +175,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg+2": { + "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg", "Content": null, "isContentBase64": false, "Headers": { @@ -199,9 +199,9 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"05003636-0000-3400-0000-65518c460000\"" ], - "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399727208734\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=d2uUd95e4FM_UGlj8vu4Ol7fuGF2yT_1wMt2oLa1nr1Fk-BqeL8ZADsU2V03P5C8WmqTwHC3n4Kjq4UQDN0dn6NRUF1OKDgeSTRlSZqTezMCgqaEY1bIyEy6A5HxPw0a6joeMfPDPLS50Sq8mEiTeec6W75x9kAj95YejnoaoYn-FAnc6vLausZJ_AbfJ7OSYdDncUEC9GHgZaP3N8ps3QpgQyzSPJ0Z2ZNqC9cdgcW4rfXzcGFljglESMx5YdlcLj9kTy2tblevpSyTOdoy9M0lH54Ef6oEU7U-K_B4wVsisDgffyY8K59IozqH7ANyLKNI501uLaaLaMGRZcAcew\u0026h=joROjn7FORx1lg_sWtmM0uYpC3VTlkzQU7u-niK88wA" ], + "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399727208734\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=d2uUd95e4FM_UGlj8vu4Ol7fuGF2yT_1wMt2oLa1nr1Fk-BqeL8ZADsU2V03P5C8WmqTwHC3n4Kjq4UQDN0dn6NRUF1OKDgeSTRlSZqTezMCgqaEY1bIyEy6A5HxPw0a6joeMfPDPLS50Sq8mEiTeec6W75x9kAj95YejnoaoYn-FAnc6vLausZJ_AbfJ7OSYdDncUEC9GHgZaP3N8ps3QpgQyzSPJ0Z2ZNqC9cdgcW4rfXzcGFljglESMx5YdlcLj9kTy2tblevpSyTOdoy9M0lH54Ef6oEU7U-K_B4wVsisDgffyY8K59IozqH7ANyLKNI501uLaaLaMGRZcAcew\u0026h=joROjn7FORx1lg_sWtmM0uYpC3VTlkzQU7u-niK88wA" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399727052482\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=H_7i0qQNSvxmrvxhIu6qcYfRZLEaB1x4eDxGcO3830DLBRhlACWG9zRXjQRyxWadiH9TdldxM4GZUL00kxQPz_UYHTprATk7kCHw0LszTrWML-RdQ8un7b0JIYu6JUoMFc_wQ7q5a-5PywKzfHHrF5GshKG4u9uJUC53Yq7jonbCrsqKQ1Z50UtECtxXvPMGjL3k9GgcKU9vdFB3ucfGP9z2nNTxtSKBOszgcDHOl6JCj10Gfm33nQFyAY1P5ZOP5-YY4zg-gSZFV8pEyIEzXg3kC-tji6SVlM7YSN15P0vINhOm7Ywk-tCKLlflQv1x1cMQ7-QFaIPrCS5OaVeHZA\u0026h=u-hsQvfbMLuSzOHrHO-Zb-_H7ap4jvZa0xSVXtYXxAw" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399727052482\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=H_7i0qQNSvxmrvxhIu6qcYfRZLEaB1x4eDxGcO3830DLBRhlACWG9zRXjQRyxWadiH9TdldxM4GZUL00kxQPz_UYHTprATk7kCHw0LszTrWML-RdQ8un7b0JIYu6JUoMFc_wQ7q5a-5PywKzfHHrF5GshKG4u9uJUC53Yq7jonbCrsqKQ1Z50UtECtxXvPMGjL3k9GgcKU9vdFB3ucfGP9z2nNTxtSKBOszgcDHOl6JCj10Gfm33nQFyAY1P5ZOP5-YY4zg-gSZFV8pEyIEzXg3kC-tji6SVlM7YSN15P0vINhOm7Ywk-tCKLlflQv1x1cMQ7-QFaIPrCS5OaVeHZA\u0026h=u-hsQvfbMLuSzOHrHO-Zb-_H7ap4jvZa0xSVXtYXxAw" ], "x-ms-request-id": [ "d9eeca0a-5819-4df0-b203-11c34e47d4b9" ], "x-ms-correlation-request-id": [ "8dc05a2c-e388-47b6-ab6d-33630e0ea7ab" ], "x-ms-routing-request-id": [ "WESTUS:20231113T023932Z:8dc05a2c-e388-47b6-ab6d-33630e0ea7ab" ], @@ -218,10 +218,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399727052482\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=H_7i0qQNSvxmrvxhIu6qcYfRZLEaB1x4eDxGcO3830DLBRhlACWG9zRXjQRyxWadiH9TdldxM4GZUL00kxQPz_UYHTprATk7kCHw0LszTrWML-RdQ8un7b0JIYu6JUoMFc_wQ7q5a-5PywKzfHHrF5GshKG4u9uJUC53Yq7jonbCrsqKQ1Z50UtECtxXvPMGjL3k9GgcKU9vdFB3ucfGP9z2nNTxtSKBOszgcDHOl6JCj10Gfm33nQFyAY1P5ZOP5-YY4zg-gSZFV8pEyIEzXg3kC-tji6SVlM7YSN15P0vINhOm7Ywk-tCKLlflQv1x1cMQ7-QFaIPrCS5OaVeHZA\u0026h=u-hsQvfbMLuSzOHrHO-Zb-_H7ap4jvZa0xSVXtYXxAw+3": { + "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399727052482\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=H_7i0qQNSvxmrvxhIu6qcYfRZLEaB1x4eDxGcO3830DLBRhlACWG9zRXjQRyxWadiH9TdldxM4GZUL00kxQPz_UYHTprATk7kCHw0LszTrWML-RdQ8un7b0JIYu6JUoMFc_wQ7q5a-5PywKzfHHrF5GshKG4u9uJUC53Yq7jonbCrsqKQ1Z50UtECtxXvPMGjL3k9GgcKU9vdFB3ucfGP9z2nNTxtSKBOszgcDHOl6JCj10Gfm33nQFyAY1P5ZOP5-YY4zg-gSZFV8pEyIEzXg3kC-tji6SVlM7YSN15P0vINhOm7Ywk-tCKLlflQv1x1cMQ7-QFaIPrCS5OaVeHZA\u0026h=u-hsQvfbMLuSzOHrHO-Zb-_H7ap4jvZa0xSVXtYXxAw+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399727052482\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=H_7i0qQNSvxmrvxhIu6qcYfRZLEaB1x4eDxGcO3830DLBRhlACWG9zRXjQRyxWadiH9TdldxM4GZUL00kxQPz_UYHTprATk7kCHw0LszTrWML-RdQ8un7b0JIYu6JUoMFc_wQ7q5a-5PywKzfHHrF5GshKG4u9uJUC53Yq7jonbCrsqKQ1Z50UtECtxXvPMGjL3k9GgcKU9vdFB3ucfGP9z2nNTxtSKBOszgcDHOl6JCj10Gfm33nQFyAY1P5ZOP5-YY4zg-gSZFV8pEyIEzXg3kC-tji6SVlM7YSN15P0vINhOm7Ywk-tCKLlflQv1x1cMQ7-QFaIPrCS5OaVeHZA\u0026h=u-hsQvfbMLuSzOHrHO-Zb-_H7ap4jvZa0xSVXtYXxAw", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/centraluseuap/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399727052482\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=H_7i0qQNSvxmrvxhIu6qcYfRZLEaB1x4eDxGcO3830DLBRhlACWG9zRXjQRyxWadiH9TdldxM4GZUL00kxQPz_UYHTprATk7kCHw0LszTrWML-RdQ8un7b0JIYu6JUoMFc_wQ7q5a-5PywKzfHHrF5GshKG4u9uJUC53Yq7jonbCrsqKQ1Z50UtECtxXvPMGjL3k9GgcKU9vdFB3ucfGP9z2nNTxtSKBOszgcDHOl6JCj10Gfm33nQFyAY1P5ZOP5-YY4zg-gSZFV8pEyIEzXg3kC-tji6SVlM7YSN15P0vINhOm7Ywk-tCKLlflQv1x1cMQ7-QFaIPrCS5OaVeHZA\u0026h=u-hsQvfbMLuSzOHrHO-Zb-_H7ap4jvZa0xSVXtYXxAw", "Content": null, "isContentBase64": false, "Headers": { @@ -259,10 +259,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg+4": { + "Start-AzDevCenterAdminPoolHealthCheck+[NoContext]+RunViaIdentity+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2024-05-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/1875ad45-e499-4df2-b940-f25417f7ac46*1EC3CBABFB975FB6B466044BBE2FE09B74C6FF21349181A90685959F67D1879B?api-version=2025-04-01-preview\u0026t=638354399425632607\u0026c=MIIHADCCBeigAwIBAgITfAQMTI1h2_N6jbL4IQAABAxMjTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjMxMTAyMDczOTIwWhcNMjQxMDI3MDczOTIwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM5nVon0S6tEvS61NcnXsn2CcuOI1nSrtGbtGk9X6y4qeqVj1PU84XJVMmBK-wLCx9U9sQu4pCLiJzifhHlKpcopJy-Q0rQVcsNpaY-PH3IH89wLTdFbfdjBPrPJDPSVvdFWtRsQRR-rvAo-16n97xYsXYb-mCYxLAx9eFB7n0SHLhuR6IxKfxJD4z9WENmuA-7e9lMfTsAE6Q9yJuFGb0vwVf4uLL9xcC6SHP_Xx1gaFGgG0I6Wtez1ZLLWmi7uOG4ABf3gOxNim_EQkyvCRXOl4RrCM0Sqz3ouFZyQRj4qU4WGqIwPDRF6lcyY4U-fx5YIgXcf1-WU0b8mUsaIPd0CAwEAAaOCA-0wggPpMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTKawt4N6x8p9k75woYfzjrUqYBnjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMBcGA1UdIAQQMA4wDAYKKwYBBAGCN3sBATAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGji_KAUv6_88OBryH9Tc2FnuhP6kw1_9qI_bxwwrpjNorAgFsoL8moQCmnBbzbyOqj3slb0GG_k2GSPLPKD0ttjidH0Ml3QQLsl7Qc8Qu_gw04U5XqOD3yYClOgb6YkZWZfqzG8nAxSAQ0x7vUYT2Er_MyfAPi0hcgO4JcAaLNLOWkVRWR99ARjrYeBXSmnFE7t8kJXN5jkwzRCtJ-hZOOWDHCAhqhV_cCtoXUvb3hOSe95ixjsi_0CPo62En_H6pHPMP4NXzmTUn18wmyCXunz_qG3UOi4uy3VxJOP1_V_SbZlqV5Bhk7SOeMl6i8oBeRjq3HIi9UXo1OhSEuQeT4\u0026s=HcM5icV9O1d_H4-oqGyjHf-MrZ5OusVwBDRK4-tnjMxl_xUOyH3KyQ4MXLgdzKu7OlAaAUSFFlq8v9RxJe_8PxdL8lYkc0gLd64g07voljQba1DGKI9Z__piQvCEGT_-ReJ_3TQH3J-_E4DNo8SDOnC_qidi7Ol4oOmgxIDhHILcvU56nCErBtcRyg90cfgaH3eMgGlSHFwlWZ6hXEVayVcgmOzdzrFPuHLKyNJ5X5SbQFYXeT8wU4pV7ti8eZ4xF5o7lJhjNJLdORwHXSHK2AiM8iDdUGeB_jJvLejBYkIdYpjpEE_tvp-bcJqTz6I5KGjOni3Ccmp46ZwVH6rTCQ\u0026h=fvB4l12mf42dzNDw8_QsLzF_a-sBJt8wded_vfXMgTg", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Stop-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Stop-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild.Tests.ps1 new file mode 100644 index 000000000000..281e74a02bf6 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Stop-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Stop-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Stop-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Stop-AzDevCenterAdminDevCenterCatalogImageDefinitionBuild' { + It 'Cancel' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CancelViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPlan.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Tests.ps1 similarity index 63% rename from src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPlan.Tests.ps1 rename to src/DevCenter/DevCenter.AutoRest/test/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Tests.ps1 index 88761411403b..0d570e1983c0 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPlan.Tests.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/test/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzDevCenterAdminPlan')) +if(($null -eq $TestName) -or ($TestName -contains 'Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzDevCenterAdminPlan.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,12 +14,12 @@ if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzDevCenterAdminPlan') . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Remove-AzDevCenterAdminPlan' { - It 'Delete' -skip { +Describe 'Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild' { + It 'Cancel' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } - It 'DeleteViaIdentity' -skip { + It 'CancelViaIdentity' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } } diff --git a/src/DevCenter/DevCenter.AutoRest/test/Sync-AzDevCenterAdminCatalog.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Sync-AzDevCenterAdminCatalog.Recording.json index 46ddaf9e0386..6063d196aee4 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Sync-AzDevCenterAdminCatalog.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Sync-AzDevCenterAdminCatalog.Recording.json @@ -1,8 +1,8 @@ { - "Sync-AzDevCenterAdminCatalog+[NoContext]+Sync+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785/sync?api-version=2024-05-01-preview+1": { + "Sync-AzDevCenterAdminCatalog+[NoContext]+Sync+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785/sync?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785/sync?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785/sync?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -22,14 +22,14 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:19:33.1624720Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "3359d7b8-2a57-4f78-bf70-98686b51d39d" ], "x-ms-correlation-request-id": [ "794c0163-ab46-4b74-802d-06ef65bf7c1d" ], "x-ms-routing-request-id": [ "WESTUS:20230623T011833Z:794c0163-ab46-4b74-802d-06ef65bf7c1d" ], @@ -45,10 +45,10 @@ "isContentBase64": false } }, - "Sync-AzDevCenterAdminCatalog+[NoContext]+Sync+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview+2": { + "Sync-AzDevCenterAdminCatalog+[NoContext]+Sync+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -86,10 +86,10 @@ "isContentBase64": false } }, - "Sync-AzDevCenterAdminCatalog+[NoContext]+Sync+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview+3": { + "Sync-AzDevCenterAdminCatalog+[NoContext]+Sync+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3359d7b8-2a57-4f78-bf70-98686b51d39d*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -127,10 +127,10 @@ "isContentBase64": false } }, - "Sync-AzDevCenterAdminCatalog+[NoContext]+SyncViaIdentity+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785/sync?api-version=2024-05-01-preview+1": { + "Sync-AzDevCenterAdminCatalog+[NoContext]+SyncViaIdentity+$POST+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785/sync?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785/sync?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/i29785/sync?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -150,14 +150,14 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:20:04.7596844Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "5870ed2d-e19a-4e58-aa7f-c7fc642dde67" ], "x-ms-correlation-request-id": [ "c4da5d96-0b36-4b41-8a17-c641f196c5b6" ], "x-ms-routing-request-id": [ "WESTUS:20230623T011905Z:c4da5d96-0b36-4b41-8a17-c641f196c5b6" ], @@ -173,10 +173,10 @@ "isContentBase64": false } }, - "Sync-AzDevCenterAdminCatalog+[NoContext]+SyncViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview+2": { + "Sync-AzDevCenterAdminCatalog+[NoContext]+SyncViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -214,10 +214,10 @@ "isContentBase64": false } }, - "Sync-AzDevCenterAdminCatalog+[NoContext]+SyncViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview+3": { + "Sync-AzDevCenterAdminCatalog+[NoContext]+SyncViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5870ed2d-e19a-4e58-aa7f-c7fc642dde67*EA3D1FCE53B529AC9CB55B4A10A3FBBA6788A5BF60CC09681066F5D83C2D4F4E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminCatalog.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminCatalog.Recording.json index 395d37218f60..a6b66581d3b7 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminCatalog.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminCatalog.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"gitHub\": {\r\n \"secretIdentifier\": \"https://dummyVault/dummy/00000000\",\r\n \"path\": \"testpath\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -18,14 +18,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"8400e9aa-0000-0a00-0000-6494f3280000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8696a48d-a067-4897-8fb3-a865330d95e8*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8696a48d-a067-4897-8fb3-a865330d95e8*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1162" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:20:04.7596844Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8696a48d-a067-4897-8fb3-a865330d95e8*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8696a48d-a067-4897-8fb3-a865330d95e8*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "8696a48d-a067-4897-8fb3-a865330d95e8" ], "x-ms-correlation-request-id": [ "f2745b1f-c6e5-49ef-8229-ff01a38f863f" ], "x-ms-routing-request-id": [ "WESTUS:20230623T011936Z:f2745b1f-c6e5-49ef-8229-ff01a38f863f" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8696a48d-a067-4897-8fb3-a865330d95e8*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8696a48d-a067-4897-8fb3-a865330d95e8*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8696a48d-a067-4897-8fb3-a865330d95e8*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8696a48d-a067-4897-8fb3-a865330d95e8*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminCatalog+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"gitHub\": {\r\n \"secretIdentifier\": \"https://dummyVault/dummy/00000000\",\r\n \"path\": \"/Environments\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -143,14 +143,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"840060ac-0000-0a00-0000-6494f3470000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8c8b5a7a-0be7-496e-af22-5712c537d377*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8c8b5a7a-0be7-496e-af22-5712c537d377*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1168" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:21:07.6317157Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8c8b5a7a-0be7-496e-af22-5712c537d377*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8c8b5a7a-0be7-496e-af22-5712c537d377*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "8c8b5a7a-0be7-496e-af22-5712c537d377" ], "x-ms-correlation-request-id": [ "bcb7d11e-41fa-49e4-acd3-56ced00b7823" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012007Z:bcb7d11e-41fa-49e4-acd3-56ced00b7823" ], @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8c8b5a7a-0be7-496e-af22-5712c537d377*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminCatalog+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8c8b5a7a-0be7-496e-af22-5712c537d377*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8c8b5a7a-0be7-496e-af22-5712c537d377*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8c8b5a7a-0be7-496e-af22-5712c537d377*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminCatalog+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -249,10 +249,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -291,10 +291,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"gitHub\": {\r\n \"secretIdentifier\": \"https://dummyVault/dummy/00000000\",\r\n \"path\": \"testpath\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -310,14 +310,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"8400dfad-0000-0a00-0000-6494f3670000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6c7958bd-3195-46a5-a59a-47b69285f53c*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6c7958bd-3195-46a5-a59a-47b69285f53c*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1167" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:21:38.9857102Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6c7958bd-3195-46a5-a59a-47b69285f53c*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6c7958bd-3195-46a5-a59a-47b69285f53c*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "6c7958bd-3195-46a5-a59a-47b69285f53c" ], "x-ms-correlation-request-id": [ "3f658f07-0361-41ab-9f62-03bb15af071c" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012039Z:3f658f07-0361-41ab-9f62-03bb15af071c" ], @@ -333,10 +333,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6c7958bd-3195-46a5-a59a-47b69285f53c*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6c7958bd-3195-46a5-a59a-47b69285f53c*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6c7958bd-3195-46a5-a59a-47b69285f53c*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/6c7958bd-3195-46a5-a59a-47b69285f53c*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -374,10 +374,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -416,10 +416,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -458,10 +458,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"gitHub\": {\r\n \"secretIdentifier\": \"https://dummyVault/dummy/00000000\",\r\n \"path\": \"/Environments\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -477,14 +477,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"84008baf-0000-0a00-0000-6494f3860000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eef7eb04-8f84-45ae-a029-66b8f6fdb6cc*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eef7eb04-8f84-45ae-a029-66b8f6fdb6cc*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1166" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:22:10.2217437Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eef7eb04-8f84-45ae-a029-66b8f6fdb6cc*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eef7eb04-8f84-45ae-a029-66b8f6fdb6cc*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "eef7eb04-8f84-45ae-a029-66b8f6fdb6cc" ], "x-ms-correlation-request-id": [ "1bcc79fc-bda9-4452-a8f7-a7b73c517112" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012110Z:1bcc79fc-bda9-4452-a8f7-a7b73c517112" ], @@ -500,10 +500,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eef7eb04-8f84-45ae-a029-66b8f6fdb6cc*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eef7eb04-8f84-45ae-a029-66b8f6fdb6cc*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eef7eb04-8f84-45ae-a029-66b8f6fdb6cc*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/eef7eb04-8f84-45ae-a029-66b8f6fdb6cc*B4B07719AD1E397D4667D3EEEBD71CA52B39BE287695F7213AF239942B3FA367?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -541,10 +541,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminCatalog+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/catalogs/r4dg8z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminDevBoxDefinition.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminDevBoxDefinition.Recording.json index 318573e44940..ccf402e360b4 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminDevBoxDefinition.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminDevBoxDefinition.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"imageReference\": {\r\n \"id\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/microsoftvisualstudio_visualstudioplustools_vs-2022-pro-general-win10-m365-gen2\"\r\n },\r\n \"hibernateSupport\": \"Disabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -18,14 +18,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"4d00df6d-0000-0a00-0000-6494f3a60000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7f9063e6-fb99-46f4-8059-1fc7b41565f7*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7f9063e6-fb99-46f4-8059-1fc7b41565f7*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1165" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:22:41.7965748Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7f9063e6-fb99-46f4-8059-1fc7b41565f7*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7f9063e6-fb99-46f4-8059-1fc7b41565f7*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "7f9063e6-fb99-46f4-8059-1fc7b41565f7" ], "x-ms-correlation-request-id": [ "5e4b6cff-5f79-440e-9c74-4d90a7cb7398" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012142Z:5e4b6cff-5f79-440e-9c74-4d90a7cb7398" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7f9063e6-fb99-46f4-8059-1fc7b41565f7*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7f9063e6-fb99-46f4-8059-1fc7b41565f7*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7f9063e6-fb99-46f4-8059-1fc7b41565f7*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7f9063e6-fb99-46f4-8059-1fc7b41565f7*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"imageReference\": {\r\n \"id\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\r\n },\r\n \"hibernateSupport\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -143,14 +143,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"4d00556e-0000-0a00-0000-6494f3c50000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1164" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:23:12.8398575Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "5507b3a7-5421-4b8e-bb39-b9fcaae650f2" ], "x-ms-correlation-request-id": [ "095c0950-29c6-4233-b694-2678d12949df" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012213Z:095c0950-29c6-4233-b694-2678d12949df" ], @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5507b3a7-5421-4b8e-bb39-b9fcaae650f2*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -248,10 +248,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -290,10 +290,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"imageReference\": {\r\n \"id\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/microsoftvisualstudio_visualstudioplustools_vs-2022-pro-general-win10-m365-gen2\"\r\n },\r\n \"hibernateSupport\": \"Disabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -309,14 +309,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"4d00e16e-0000-0a00-0000-6494f4020000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9d64341a-14b2-4741-89d1-0f88a67586f8*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9d64341a-14b2-4741-89d1-0f88a67586f8*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1163" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:24:14.0410075Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9d64341a-14b2-4741-89d1-0f88a67586f8*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9d64341a-14b2-4741-89d1-0f88a67586f8*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "9d64341a-14b2-4741-89d1-0f88a67586f8" ], "x-ms-correlation-request-id": [ "39e38d5a-1438-4a09-8725-06cd4bd75642" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012314Z:39e38d5a-1438-4a09-8725-06cd4bd75642" ], @@ -332,10 +332,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9d64341a-14b2-4741-89d1-0f88a67586f8*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9d64341a-14b2-4741-89d1-0f88a67586f8*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9d64341a-14b2-4741-89d1-0f88a67586f8*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/9d64341a-14b2-4741-89d1-0f88a67586f8*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -373,10 +373,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -415,10 +415,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"imageReference\": {\r\n \"id\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/galleries/Default/images/MicrosoftWindowsDesktop_windows-ent-cpc_win11-22h2-ent-cpc-os\"\r\n },\r\n \"hibernateSupport\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -434,14 +434,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"4d00096f-0000-0a00-0000-6494f4210000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/49dd69f7-46c4-4578-9516-a903ee2afced*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/49dd69f7-46c4-4578-9516-a903ee2afced*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1162" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:24:44.8733873Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/49dd69f7-46c4-4578-9516-a903ee2afced*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/49dd69f7-46c4-4578-9516-a903ee2afced*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "49dd69f7-46c4-4578-9516-a903ee2afced" ], "x-ms-correlation-request-id": [ "c606d3de-878a-433a-a2c4-ad649496f9ca" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012345Z:c606d3de-878a-433a-a2c4-ad649496f9ca" ], @@ -457,10 +457,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/49dd69f7-46c4-4578-9516-a903ee2afced*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/49dd69f7-46c4-4578-9516-a903ee2afced*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/49dd69f7-46c4-4578-9516-a903ee2afced*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/49dd69f7-46c4-4578-9516-a903ee2afced*F12A9EBBE86F77853A85C537CAF82B6A528E1A1B63219C27D048DC1A2884E02F?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -498,10 +498,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminDevBoxDefinition+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/devboxdefinitions/zyp7u0?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminDevCenter.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminDevCenter.Recording.json index 5d49977d82a6..9c4b02886ce8 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminDevCenter.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminDevCenter.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -18,14 +18,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"8c000b9a-0000-0a00-0000-6494f4420000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1161" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:25:17.3538314Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "7d3cfcaf-3d0a-4528-85da-da2192c432c5" ], "x-ms-correlation-request-id": [ "4f9f44b2-65e7-4243-8778-5da8213b1ec1" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012418Z:4f9f44b2-65e7-4243-8778-5da8213b1ec1" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -123,10 +123,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7d3cfcaf-3d0a-4528-85da-da2192c432c5*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -164,10 +164,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -206,10 +206,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": "{\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourcegroups/pwshRggm9tz2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/pwshMsilo1utm\": {\r\n }\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -225,14 +225,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"8c00c7ae-0000-0a00-0000-6494f49f0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f5d458f5-fd1e-4b2a-b9d4-0620759f68d3*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f5d458f5-fd1e-4b2a-b9d4-0620759f68d3*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1164" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:26:49.8965101Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f5d458f5-fd1e-4b2a-b9d4-0620759f68d3*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f5d458f5-fd1e-4b2a-b9d4-0620759f68d3*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "f5d458f5-fd1e-4b2a-b9d4-0620759f68d3" ], "x-ms-correlation-request-id": [ "93f72924-5df7-4990-b097-69b13c553779" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012551Z:93f72924-5df7-4990-b097-69b13c553779" ], @@ -248,10 +248,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f5d458f5-fd1e-4b2a-b9d4-0620759f68d3*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f5d458f5-fd1e-4b2a-b9d4-0620759f68d3*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f5d458f5-fd1e-4b2a-b9d4-0620759f68d3*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f5d458f5-fd1e-4b2a-b9d4-0620759f68d3*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -289,10 +289,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -331,10 +331,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -373,10 +373,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -392,14 +392,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"8c0085b7-0000-0a00-0000-6494f4be0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7063dd6-4477-419e-b998-23d938f4cf33*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7063dd6-4477-419e-b998-23d938f4cf33*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1163" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:27:22.7390484Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7063dd6-4477-419e-b998-23d938f4cf33*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7063dd6-4477-419e-b998-23d938f4cf33*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "d7063dd6-4477-419e-b998-23d938f4cf33" ], "x-ms-correlation-request-id": [ "9284ca88-1c47-489a-99e0-f15ccbe83dc4" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012622Z:9284ca88-1c47-489a-99e0-f15ccbe83dc4" ], @@ -415,10 +415,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7063dd6-4477-419e-b998-23d938f4cf33*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7063dd6-4477-419e-b998-23d938f4cf33*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7063dd6-4477-419e-b998-23d938f4cf33*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/d7063dd6-4477-419e-b998-23d938f4cf33*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -456,10 +456,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -498,10 +498,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -540,10 +540,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": "{\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourcegroups/pwshRggm9tz2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/pwshMsilo1utm\": {\r\n }\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -559,14 +559,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"8c000ec0-0000-0a00-0000-6494f4de0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7bf1bde8-6376-48a5-b800-036bf7aa84ad*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7bf1bde8-6376-48a5-b800-036bf7aa84ad*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1162" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:27:54.5503284Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7bf1bde8-6376-48a5-b800-036bf7aa84ad*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7bf1bde8-6376-48a5-b800-036bf7aa84ad*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "7bf1bde8-6376-48a5-b800-036bf7aa84ad" ], "x-ms-correlation-request-id": [ "40656119-3ca2-42af-ab3a-4beb5ecb5a71" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012655Z:40656119-3ca2-42af-ab3a-4beb5ecb5a71" ], @@ -582,10 +582,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7bf1bde8-6376-48a5-b800-036bf7aa84ad*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7bf1bde8-6376-48a5-b800-036bf7aa84ad*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7bf1bde8-6376-48a5-b800-036bf7aa84ad*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/7bf1bde8-6376-48a5-b800-036bf7aa84ad*608398764BC736C785ABF8D891A06C3616D273E1109F8D2453291FDA322F6D43?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -623,10 +623,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminDevCenter+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/5rkqgw?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminEnvironmentType.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminEnvironmentType.Recording.json index 4da28bd4cc2e..062a3f1a6d09 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview", "Content": "{\r\n \"tags\": {\r\n \"dev\": \"test\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminEnvironmentType+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminEnvironmentType+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview", "Content": "{\r\n \"tags\": {\r\n \"dev1\": \"test1\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -79,10 +79,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -121,10 +121,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview", "Content": "{\r\n \"tags\": {\r\n \"dev\": \"test\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -161,10 +161,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -203,10 +203,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminEnvironmentType+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/devcenters/pwshDchw2yeu/environmentTypes/sf2b9c?api-version=2025-04-01-preview", "Content": "{\r\n \"tags\": {\r\n \"dev1\": \"test1\"\r\n }\r\n}", "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminNetworkConnection.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminNetworkConnection.Recording.json index 073a5297f394..ab190ee57833 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminNetworkConnection.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminNetworkConnection.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainPassword\": \"\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -18,14 +18,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a00af3a-0000-0a00-0000-6494f5010000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f6fb409f-8864-4e77-bbae-3464fe996b93*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f6fb409f-8864-4e77-bbae-3464fe996b93*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1157" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:28:26.8650886Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f6fb409f-8864-4e77-bbae-3464fe996b93*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f6fb409f-8864-4e77-bbae-3464fe996b93*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "f6fb409f-8864-4e77-bbae-3464fe996b93" ], "x-ms-correlation-request-id": [ "1ded47e2-5fa0-4db6-880d-de4ec8ce7838" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012729Z:1ded47e2-5fa0-4db6-880d-de4ec8ce7838" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f6fb409f-8864-4e77-bbae-3464fe996b93*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f6fb409f-8864-4e77-bbae-3464fe996b93*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f6fb409f-8864-4e77-bbae-3464fe996b93*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f6fb409f-8864-4e77-bbae-3464fe996b93*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+4": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainName\": \"fidalgoppe010.local\",\r\n \"domainUsername\": \"domainjoin@fidalgoppe010.local\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -143,14 +143,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a002d3b-0000-0a00-0000-6494f5200000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ebfcc0c-b8da-422a-a28f-c71e3aa43c35*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ebfcc0c-b8da-422a-a28f-c71e3aa43c35*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1156" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:29:00.3423959Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ebfcc0c-b8da-422a-a28f-c71e3aa43c35*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ebfcc0c-b8da-422a-a28f-c71e3aa43c35*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "3ebfcc0c-b8da-422a-a28f-c71e3aa43c35" ], "x-ms-correlation-request-id": [ "285a841c-4518-42d0-aedc-e9cf06b44e7d" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012800Z:285a841c-4518-42d0-aedc-e9cf06b44e7d" ], @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ebfcc0c-b8da-422a-a28f-c71e3aa43c35*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ebfcc0c-b8da-422a-a28f-c71e3aa43c35*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ebfcc0c-b8da-422a-a28f-c71e3aa43c35*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/3ebfcc0c-b8da-422a-a28f-c71e3aa43c35*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+6": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -249,10 +249,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainPassword\": \"\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -268,14 +268,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a00c63b-0000-0a00-0000-6494f53f0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1155" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:29:00.3423959Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "89a9e5a4-41f5-4ade-a00c-d66d70b7fb70" ], "x-ms-correlation-request-id": [ "2a4d7515-3897-41f9-8950-ee815e6e64d5" ], "x-ms-routing-request-id": [ "WESTUS:20230623T012831Z:2a4d7515-3897-41f9-8950-ee815e6e64d5" ], @@ -291,10 +291,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -332,10 +332,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -373,10 +373,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -414,10 +414,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -455,10 +455,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+6": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -496,10 +496,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+7": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -537,10 +537,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+8": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -578,10 +578,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+9": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -619,10 +619,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+10": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -660,10 +660,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+11": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -701,10 +701,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+12": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/89a9e5a4-41f5-4ade-a00c-d66d70b7fb70*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -742,10 +742,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+13": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -784,10 +784,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+14": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+14": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainName\": \"fidalgoppe010.local\",\r\n \"domainUsername\": \"domainjoin@fidalgoppe010.local\",\r\n \"domainPassword\": \"fakePassword\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -803,14 +803,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a00c744-0000-0a00-0000-6494f68d0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1160" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:35:04.2612516Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "0ec08842-65c8-4f26-a34f-04866e911903" ], "x-ms-correlation-request-id": [ "52012c27-a179-4dd8-ab4c-88c901366f27" ], "x-ms-routing-request-id": [ "WESTUS:20230623T013405Z:52012c27-a179-4dd8-ab4c-88c901366f27" ], @@ -826,10 +826,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+15": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -867,10 +867,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+16": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -908,10 +908,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+17": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -949,10 +949,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+18": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -990,10 +990,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+19": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1031,10 +1031,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+20": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/0ec08842-65c8-4f26-a34f-04866e911903*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1072,10 +1072,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+21": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1114,10 +1114,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1156,10 +1156,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainPassword\": \"\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1175,14 +1175,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a00944b-0000-0a00-0000-6494f7430000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1159" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:38:06.8880679Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "5b28b45e-fc61-4d86-8250-acb25363dce3" ], "x-ms-correlation-request-id": [ "301632c3-5ade-481d-9eb3-66e39177f2dd" ], "x-ms-routing-request-id": [ "WESTUS:20230623T013707Z:301632c3-5ade-481d-9eb3-66e39177f2dd" ], @@ -1198,10 +1198,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1239,10 +1239,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1280,10 +1280,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1321,10 +1321,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+6": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1362,10 +1362,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+7": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1403,10 +1403,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+8": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1444,10 +1444,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+9": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1485,10 +1485,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+10": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1526,10 +1526,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+11": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1567,10 +1567,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+12": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/5b28b45e-fc61-4d86-8250-acb25363dce3*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1608,10 +1608,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+13": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1650,10 +1650,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+14": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1692,10 +1692,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+15": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+15": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainName\": \"fidalgoppe010.local\",\r\n \"domainUsername\": \"domainjoin@fidalgoppe010.local\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1711,14 +1711,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a00de54-0000-0a00-0000-6494f8720000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1158" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:43:10.4482107Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "8f1193da-7725-4444-a329-dbf221a37fa2" ], "x-ms-correlation-request-id": [ "90442b10-ee50-4209-b302-1dba063980d6" ], "x-ms-routing-request-id": [ "WESTUS:20230623T014210Z:90442b10-ee50-4209-b302-1dba063980d6" ], @@ -1734,10 +1734,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+16": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1775,10 +1775,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+17": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1816,10 +1816,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+18": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1857,10 +1857,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+19": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1898,10 +1898,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+20": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1939,10 +1939,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+21": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/8f1193da-7725-4444-a329-dbf221a37fa2*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1980,10 +1980,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+22": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2022,10 +2022,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2064,10 +2064,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainPassword\": \"\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -2083,14 +2083,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a00b757-0000-0a00-0000-6494f9290000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1157" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:46:12.9900094Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "52ce47da-0e6d-4639-9d9e-812bb3ef8016" ], "x-ms-correlation-request-id": [ "66a37498-3693-4fca-a563-65b0928e46cd" ], "x-ms-routing-request-id": [ "WESTUS:20230623T014513Z:66a37498-3693-4fca-a563-65b0928e46cd" ], @@ -2106,10 +2106,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2147,10 +2147,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2188,10 +2188,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2229,10 +2229,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+6": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2270,10 +2270,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+7": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2311,10 +2311,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview+8": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/52ce47da-0e6d-4639-9d9e-812bb3ef8016*3356B00295FBC8D769AAF829DC2C7A992D0A430926D92ED5FBB12D753EAD7D2E?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2352,10 +2352,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview+9": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/u617o3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2394,10 +2394,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+10": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2436,10 +2436,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+11": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+11": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"subnetId\": \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/amlim-test/providers/Microsoft.Network/virtualNetworks/amlim-vnet-canadacentral/subnets/default\",\r\n \"domainName\": \"fidalgoppe010.local\",\r\n \"domainUsername\": \"domainjoin@fidalgoppe010.local\",\r\n \"domainPassword\": \"fakePassword\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -2455,14 +2455,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"2a00a45c-0000-0a00-0000-6494f9df0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1156" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:49:15.4694395Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "11d0d036-64d4-4f65-b260-3ed8a963099b" ], "x-ms-correlation-request-id": [ "3b7aa50d-5df4-41df-b0a0-79d1bab142f7" ], "x-ms-routing-request-id": [ "WESTUS:20230623T014815Z:3b7aa50d-5df4-41df-b0a0-79d1bab142f7" ], @@ -2478,10 +2478,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+12": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2519,10 +2519,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+13": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2560,10 +2560,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+14": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2601,10 +2601,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+15": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2642,10 +2642,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+16": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2683,10 +2683,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+17": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2724,10 +2724,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+18": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2765,10 +2765,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+19": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2806,10 +2806,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+20": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2847,10 +2847,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview+21": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/11d0d036-64d4-4f65-b260-3ed8a963099b*11FB9A132C9B75B0F38EF1305EB4E309C3DF8BAEC583A434EE034BB608E5A3CD?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2888,10 +2888,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview+22": { + "Update-AzDevCenterAdminNetworkConnection+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/networkConnections/dgp80s?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPlanMember.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPlanMember.Tests.ps1 deleted file mode 100644 index 29fac354a471..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPlanMember.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzDevCenterAdminPlanMember')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzDevCenterAdminPlanMember.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Update-AzDevCenterAdminPlanMember' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPool.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPool.Recording.json index 05af145bc82e..56175104094b 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPool.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPool.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminPool+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"devBoxDefinitionName\": \"l4a9fe\",\r\n \"networkConnectionName\": \"6naz5c\",\r\n \"licenseType\": \"Windows_Client\",\r\n \"localAdministrator\": \"Disabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -18,14 +18,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"6b00dddb-0000-0a00-0000-6494fb0f0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/17f7281f-9e75-4e7c-8ed6-231cac49056d*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/17f7281f-9e75-4e7c-8ed6-231cac49056d*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1155" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:54:18.7651309Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/17f7281f-9e75-4e7c-8ed6-231cac49056d*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/17f7281f-9e75-4e7c-8ed6-231cac49056d*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "17f7281f-9e75-4e7c-8ed6-231cac49056d" ], "x-ms-correlation-request-id": [ "16516b31-5918-4536-9df4-01070b59662a" ], "x-ms-routing-request-id": [ "WESTUS:20230623T015319Z:16516b31-5918-4536-9df4-01070b59662a" ], @@ -41,10 +41,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/17f7281f-9e75-4e7c-8ed6-231cac49056d*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/17f7281f-9e75-4e7c-8ed6-231cac49056d*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/17f7281f-9e75-4e7c-8ed6-231cac49056d*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/17f7281f-9e75-4e7c-8ed6-231cac49056d*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -82,10 +82,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -124,10 +124,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminPool+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"stopOnDisconnect\": {\r\n \"status\": \"Enabled\",\r\n \"gracePeriodMinutes\": 60\r\n },\r\n \"devBoxDefinitionName\": \"h3dpk9\",\r\n \"networkConnectionName\": \"6naz5c\",\r\n \"licenseType\": \"Windows_Client\",\r\n \"localAdministrator\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -143,14 +143,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"6b0092dc-0000-0a00-0000-6494fb2f0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/cc49792c-2dce-44ef-89a0-04a65ee0d578*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/cc49792c-2dce-44ef-89a0-04a65ee0d578*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1154" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:54:50.6089729Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/cc49792c-2dce-44ef-89a0-04a65ee0d578*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/cc49792c-2dce-44ef-89a0-04a65ee0d578*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "cc49792c-2dce-44ef-89a0-04a65ee0d578" ], "x-ms-correlation-request-id": [ "3559de2c-9e11-4b97-9277-10c9f3f3883f" ], "x-ms-routing-request-id": [ "WESTUS:20230623T015351Z:3559de2c-9e11-4b97-9277-10c9f3f3883f" ], @@ -166,10 +166,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/cc49792c-2dce-44ef-89a0-04a65ee0d578*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminPool+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/cc49792c-2dce-44ef-89a0-04a65ee0d578*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/cc49792c-2dce-44ef-89a0-04a65ee0d578*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/cc49792c-2dce-44ef-89a0-04a65ee0d578*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -207,10 +207,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminPool+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -249,10 +249,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -291,10 +291,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"stopOnDisconnect\": {\r\n \"status\": \"Disabled\",\r\n \"gracePeriodMinutes\": 80\r\n },\r\n \"devBoxDefinitionName\": \"l4a9fe\",\r\n \"networkConnectionName\": \"6naz5c\",\r\n \"licenseType\": \"Windows_Client\",\r\n \"localAdministrator\": \"Disabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -310,14 +310,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"6b00b3dd-0000-0a00-0000-6494fb4f0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1153" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:55:22.4184576Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "f30496fa-7ce0-43b0-991b-558d6b2570fa" ], "x-ms-correlation-request-id": [ "16ae9a1b-a00c-4768-9d38-aa90551043e6" ], "x-ms-routing-request-id": [ "WESTUS:20230623T015423Z:16ae9a1b-a00c-4768-9d38-aa90551043e6" ], @@ -333,10 +333,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -374,10 +374,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f30496fa-7ce0-43b0-991b-558d6b2570fa*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -415,10 +415,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -457,10 +457,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -499,10 +499,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"stopOnDisconnect\": {\r\n \"status\": \"Enabled\",\r\n \"gracePeriodMinutes\": 60\r\n },\r\n \"devBoxDefinitionName\": \"h3dpk9\",\r\n \"networkConnectionName\": \"6naz5c\",\r\n \"licenseType\": \"Windows_Client\",\r\n \"localAdministrator\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -518,14 +518,14 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"6b00f6de-0000-0a00-0000-6494fb8d0000\"" ], - "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview" ], + "Location": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1152" ], "x-ms-providerhub-traffic": [ "True" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:56:24.7436248Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "f1fe3cad-fc43-48e5-ac6d-2deff107e66b" ], "x-ms-correlation-request-id": [ "c401d370-68fa-4086-bae8-5fc69a088e2f" ], "x-ms-routing-request-id": [ "WESTUS:20230623T015525Z:c401d370-68fa-4086-bae8-5fc69a088e2f" ], @@ -541,10 +541,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -582,10 +582,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -623,10 +623,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f1fe3cad-fc43-48e5-ac6d-2deff107e66b*EEF384694EE355DE345DAF26228566106F770707179AB7CB57CBA4EC8252E77B?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -664,10 +664,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview+6": { + "Update-AzDevCenterAdminPool+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/b5ri3z?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProject.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProject.Recording.json index 64426cbed01f..c3d1f547b505 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProject.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProject.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminProject+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminProject+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"maxDevBoxesPerUser\": 5\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProject+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminProject+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"maxDevBoxesPerUser\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -79,10 +79,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProject+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminProject+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -121,10 +121,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProject+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminProject+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"maxDevBoxesPerUser\": 5\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -161,10 +161,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProject+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminProject+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -203,10 +203,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProject+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminProject+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/jr05ay?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"maxDevBoxesPerUser\": 3\r\n }\r\n}", "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectCatalog.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectCatalog.Recording.json index 1de867501c17..198bb8bfefec 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectCatalog.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectCatalog.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminProjectCatalog+[NoContext]+PatchExpanded+$PATCH+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminProjectCatalog+[NoContext]+PatchExpanded+$PATCH+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview", "Content": "{\n \"properties\": {\n \"gitHub\": {\n \"path\": \"testpath\"\n }\n }\n}", "isContentBase64": false, "Headers": { @@ -18,7 +18,7 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "ETag": [ "\"04007ef6-0000-3400-0000-66ad32920000\"" ], - "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582235068300322\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=Q2fD6NeIWOgwBS4dXtRRisQ9iTopQICSJnyAYJ4YNKhbb0zsGtUnlZIYiJYcmqkgfaXsf3uv-R7Ne85f66biRNMgvDQh1kMajlLF7Yl9nyR7ASJTMWRapYfh10BjkQV72dLDrw59dwFc76HxsksGv2JS5RJp3Y-zWnmb8TyVbBHnduf99AfTJztBknM8wCupdh3EJQIDvCdrQS6Dh2hh16EcZzjhNaYTjNkH1So6iBaGrmPelFgSUdRGsVE573iTksv8Z9LL-swHWFTXCespJxvsikXJfyx5ipSPzOpGBD6rlEqFPW71v4bhteBJ3Ey70Vk4y6T6oQYENanZvSQyrQ\u0026h=Z1HmhtEDc4JMeoCRXxBpMgEY5vTg3OM0dGbT_I99I5U" ], + "Location": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582235068300322\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=Q2fD6NeIWOgwBS4dXtRRisQ9iTopQICSJnyAYJ4YNKhbb0zsGtUnlZIYiJYcmqkgfaXsf3uv-R7Ne85f66biRNMgvDQh1kMajlLF7Yl9nyR7ASJTMWRapYfh10BjkQV72dLDrw59dwFc76HxsksGv2JS5RJp3Y-zWnmb8TyVbBHnduf99AfTJztBknM8wCupdh3EJQIDvCdrQS6Dh2hh16EcZzjhNaYTjNkH1So6iBaGrmPelFgSUdRGsVE573iTksv8Z9LL-swHWFTXCespJxvsikXJfyx5ipSPzOpGBD6rlEqFPW71v4bhteBJ3Ey70Vk4y6T6oQYENanZvSQyrQ\u0026h=Z1HmhtEDc4JMeoCRXxBpMgEY5vTg3OM0dGbT_I99I5U" ], "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], "x-ms-providerhub-traffic": [ "True" ], "x-ms-correlation-request-id": [ "5c79f1c0-a50f-4e01-8204-13b85ec2a2ba" ], @@ -27,7 +27,7 @@ "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2024-08-02T19:26:06.4902587Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10" ], "x-ms-request-id": [ "113357c3-33a3-4b42-b2de-47bcac1e08aa" ], "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], "x-ms-routing-request-id": [ "WESTUS2:20240802T192506Z:5c79f1c0-a50f-4e01-8204-13b85ec2a2ba" ], @@ -45,10 +45,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProjectCatalog+[NoContext]+PatchExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10+2": { + "Update-AzDevCenterAdminProjectCatalog+[NoContext]+PatchExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10", "Content": null, "isContentBase64": false, "Headers": { @@ -89,10 +89,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProjectCatalog+[NoContext]+PatchExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10+3": { + "Update-AzDevCenterAdminProjectCatalog+[NoContext]+PatchExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2024-05-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/providers/Microsoft.DevCenter/locations/CENTRALUSEUAP/operationStatuses/113357c3-33a3-4b42-b2de-47bcac1e08aa*FC2E9989B9007BD70C57FC2E3A97611367248494941E1B5EF3FCB96F489C3055?api-version=2025-04-01-preview\u0026t=638582235068144042\u0026c=MIIHpTCCBo2gAwIBAgITOgM6dTLGpzYZpvPtgQAEAzp1MjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwNjI2MDEzMjIxWhcNMjUwNjIxMDEzMjIxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPPPKY5bDN03KptFFhiyLIyn86BlrXYFIZWYXA-hY7_WbLyWN0IxcLIUBW_I-9u-YsXOHk9WPMlUYHIFPgHW7A3FsSGfl9dd6YGapKoSSw0NkTpNXM58R54BBgLp7AhiWzK15D9T-XELNSU4Wq9sEeA5T24kazcgS2MUkzELH0I9dwu7g0dwJIuIJkoJjEzg1b1Q3Ie5HKHHNbjottJn7Q5LBS-9QtQyruuwaNTgSJpCoi4PBKVIOTBYL_Nv1wecmKmfWcT0mnhQE9zjhJTbcoN9hKSvAMqsDHtxWUFZosiw3JKIY0zb59CrVGSuOhfN3qaarwN9EAlXLqc4ZyKpsTkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFggvX2K4Py0SACAWQCAQowggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRk_38CqdKjPVylWUR4uuqhbFGeHTAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEATAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFsx7FtYAzSo98T5ydNFa0ukjPZ6XCQc9zo7ldqy235P_zJAUkaNgCU4EGOzbZJDoMa8mAfhyukL_0GfPeApUaY2e44ZOzoYAkeEuDiwcs-9zoQ1fCyXhn0pCumGFXRilX9KjAPaYTzDvQMEllTy_ZViwTahuKaGtFVamZguBPdaeYC_0oybtTVNQCs8hGnffhNZOMASB-5pFs35MNxsDWTVIQksDee419jqpsbWLkh6rnanILO1O_ihwb-WpvRQByQ5NGpG1-z0MQ6nRpr9wWxUi-DsrVsD38NTMIPc2uei4Ivf6qnGRvOOj0fmsciWuTTEXMaD-5a81mGlzhZc09Q\u0026s=yaPOasU5TrV0O3o-TuC6h3cwQdymspz7rX2Dbu6U4mkmG8i7uHMcgCWXKG94IwQg94TsGRaB4mMP2M7x-7H16p91cOY07AgCLjiiWZG3Y-UyraNJN12fKuzTVmOSSOvWnDDWpHoNhiVbks6qKK_CrsE_HVIFr7JxJHT3JfQ7foL5QYrnFpZZQxE82x95XdrjPN8IrLgIRqJSarJuONUkjBzfpd_xiy4Sjoeob9RxUxvbxxmRXmIDpvSQtQPYYgUiSJ02pA-0KVVE4Zokzh6EkZ3PkcWXy2EIFWqMU_P95NNxu0Reifxm4QCjVUYYmfv6J766vkYaq3Uqlqmb3mXNQA\u0026h=X67A9Riy_46jm6Xi8BFqLTsHyk3nLIIMzxWYdP-7v10", "Content": null, "isContentBase64": false, "Headers": { @@ -133,10 +133,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProjectCatalog+[NoContext]+PatchExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminProjectCatalog+[NoContext]+PatchExpanded+$GET+https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/306bbddd-068b-4efc-a779-50342af2547a/resourceGroups/ibiza-testing/providers/Microsoft.DevCenter/projects/test-ibiza-project/catalogs/pwshNewCatalog?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectEnvironmentType.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectEnvironmentType.Recording.json index 1b8083aee7aa..e5744ac6f698 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"creatorRoleAssignment\": {\r\n \"roles\": {\r\n \"b24988ac-6180-42a0-ab88-20f7382dd24c\": {\r\n }\r\n }\r\n },\r\n \"status\": \"Disabled\",\r\n \"userRoleAssignments\": {\r\n \"957f8e6c-d217-4285-a756-deac3e51375e\": {\r\n }\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+Update+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"creatorRoleAssignment\": {\r\n \"roles\": {\r\n \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\": {\r\n }\r\n }\r\n },\r\n \"status\": \"Enabled\",\r\n \"userRoleAssignments\": {\r\n \"957f8e6c-d217-4285-a756-deac3e51375e\": {\r\n }\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned,UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourcegroups/pwshRggm9tz2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/pwshMsilo1utm\": {\r\n }\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -79,10 +79,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -121,10 +121,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"creatorRoleAssignment\": {\r\n \"roles\": {\r\n \"b24988ac-6180-42a0-ab88-20f7382dd24c\": {\r\n }\r\n }\r\n },\r\n \"status\": \"Disabled\",\r\n \"userRoleAssignments\": {\r\n \"957f8e6c-d217-4285-a756-deac3e51375e\": {\r\n }\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -161,10 +161,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -203,10 +203,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminProjectEnvironmentType+[NoContext]+UpdateViaIdentity+$PATCH+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/environmentTypes/bucn8l?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"creatorRoleAssignment\": {\r\n \"roles\": {\r\n \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\": {\r\n }\r\n }\r\n },\r\n \"status\": \"Enabled\",\r\n \"userRoleAssignments\": {\r\n \"957f8e6c-d217-4285-a756-deac3e51375e\": {\r\n }\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned,UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourcegroups/pwshRggm9tz2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/pwshMsilo1utm\": {\r\n }\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPlan.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectPolicy.Tests.ps1 similarity index 87% rename from src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPlan.Tests.ps1 rename to src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectPolicy.Tests.ps1 index f7a0bc15a8f0..4eec8a5bd2bb 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminPlan.Tests.ps1 +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminProjectPolicy.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzDevCenterAdminPlan')) +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzDevCenterAdminProjectPolicy')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzDevCenterAdminPlan.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzDevCenterAdminProjectPolicy.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Update-AzDevCenterAdminPlan') . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Update-AzDevCenterAdminPlan' { +Describe 'Update-AzDevCenterAdminProjectPolicy' { It 'UpdateExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminSchedule.Recording.json b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminSchedule.Recording.json index f9fcfde25e61..6828161e61b9 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminSchedule.Recording.json +++ b/src/DevCenter/DevCenter.AutoRest/test/Update-AzDevCenterAdminSchedule.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"type\": \"StopDevBox\",\r\n \"frequency\": \"Daily\",\r\n \"time\": \"17:30\",\r\n \"timeZone\": \"America/New_York\",\r\n \"state\": \"Disabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -24,7 +24,7 @@ "X-Rate-Limit-Remaining": [ "294" ], "X-Rate-Limit-Reset": [ "2023-06-23T01:57:58.2963496Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "4805e389-4f4c-4f41-8fbb-3364c62824f8" ], "x-ms-correlation-request-id": [ "b2f3e234-e7bb-469b-a6a5-896646e9a664" ], "x-ms-routing-request-id": [ "WESTUS:20230623T015711Z:b2f3e234-e7bb-469b-a6a5-896646e9a664" ], @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -81,10 +81,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -122,10 +122,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -163,10 +163,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/4805e389-4f4c-4f41-8fbb-3364c62824f8*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -204,10 +204,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+6": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -246,10 +246,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"type\": \"StopDevBox\",\r\n \"frequency\": \"Daily\",\r\n \"time\": \"18:30\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -271,7 +271,7 @@ "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T02:00:12.9963451Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "f150da63-258f-49b1-8fb4-21a8b6256cf5" ], "x-ms-correlation-request-id": [ "a65879a6-0034-46cb-ba4a-dc7523304cad" ], "x-ms-routing-request-id": [ "WESTUS:20230623T015913Z:a65879a6-0034-46cb-ba4a-dc7523304cad" ], @@ -287,10 +287,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -328,10 +328,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -369,10 +369,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -410,10 +410,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/f150da63-258f-49b1-8fb4-21a8b6256cf5*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -451,10 +451,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+6": { + "Update-AzDevCenterAdminSchedule+[NoContext]+Update+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -493,10 +493,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -535,10 +535,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"type\": \"StopDevBox\",\r\n \"frequency\": \"Daily\",\r\n \"time\": \"17:30\",\r\n \"timeZone\": \"America/New_York\",\r\n \"state\": \"Disabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -560,7 +560,7 @@ "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T02:02:15.3764089Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "b1c9e77f-9022-45f0-94d2-5b623bb7ac5b" ], "x-ms-correlation-request-id": [ "c05d9a5d-dbf0-4d69-9627-911f41970726" ], "x-ms-routing-request-id": [ "WESTUS:20230623T020118Z:c05d9a5d-dbf0-4d69-9627-911f41970726" ], @@ -576,10 +576,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -617,10 +617,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -658,10 +658,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -699,10 +699,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+6": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/b1c9e77f-9022-45f0-94d2-5b623bb7ac5b*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -740,10 +740,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+7": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -782,10 +782,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -824,10 +824,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+2": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$PUT+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": "{\r\n \"properties\": {\r\n \"type\": \"StopDevBox\",\r\n \"frequency\": \"Daily\",\r\n \"time\": \"18:30\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"state\": \"Enabled\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -849,7 +849,7 @@ "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-06-23T02:04:20.0752612Z" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview" ], "x-ms-request-id": [ "04c1e422-612e-4a85-9281-019f93735620" ], "x-ms-correlation-request-id": [ "acd8dec5-45a9-48d9-9090-63b0174a5b29" ], "x-ms-routing-request-id": [ "WESTUS:20230623T020320Z:acd8dec5-45a9-48d9-9090-63b0174a5b29" ], @@ -865,10 +865,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+3": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -906,10 +906,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview+4": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/providers/Microsoft.DevCenter/locations/CANADACENTRAL/operationStatuses/04c1e422-612e-4a85-9281-019f93735620*33E29C1BE7853E308C5FECA8135B93FABF3E4E1E6F99E838596EBEBA9E244524?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -947,10 +947,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview+5": { + "Update-AzDevCenterAdminSchedule+[NoContext]+UpdateViaIdentity+$GET+https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/f141e9f2-4778-45a4-9aa0-8b31e6469454/resourceGroups/pwshRggm9tz2/providers/Microsoft.DevCenter/projects/pwshProj3stxlh/pools/ebsz6a/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/deploymentTemplates/template.json b/src/DevCenter/DevCenter.AutoRest/test/deploymentTemplates/template.json index 5eefbb49f9d4..ce214c6db493 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/deploymentTemplates/template.json +++ b/src/DevCenter/DevCenter.AutoRest/test/deploymentTemplates/template.json @@ -283,31 +283,31 @@ { "type": "Microsoft.DevCenter/devcenters", "name": "[parameters('devCenterNameDelete')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]" }, { "type": "Microsoft.DevCenter/devcenters", "name": "[parameters('devCenterNameDelete2')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]" }, { "type": "Microsoft.DevCenter/devcenters", "name": "[parameters('devCenterSet')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]" }, { "type": "Microsoft.DevCenter/devcenters", "name": "[parameters('devCenterUpdate')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]" }, { "type": "Microsoft.DevCenter/networkconnections", "name": "[parameters('networkConnectionNameDelete')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "subnetId": "[parameters('subnetId')]", @@ -317,7 +317,7 @@ { "type": "Microsoft.DevCenter/networkconnections", "name": "[parameters('networkConnectionNameDelete2')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "subnetId": "[parameters('subnetId')]", @@ -327,7 +327,7 @@ { "type": "Microsoft.DevCenter/networkconnections", "name": "[parameters('networkConnectionSet')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "subnetId": "[parameters('subnetId')]", @@ -337,7 +337,7 @@ { "type": "Microsoft.DevCenter/networkconnections", "name": "[parameters('networkConnectionUpdate')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "subnetId": "[parameters('subnetId')]", @@ -347,7 +347,7 @@ { "type": "Microsoft.DevCenter/networkconnections", "name": "[parameters('networkConnectionHybridSet')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "subnetId": "[parameters('subnetId')]", @@ -360,7 +360,7 @@ { "type": "Microsoft.DevCenter/networkconnections", "name": "[parameters('networkConnectionHybridUpdate')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "subnetId": "[parameters('subnetId')]", @@ -388,7 +388,7 @@ { "type": "Microsoft.DevCenter/devcenters", "name": "[parameters('devCenterName')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "identity": { "type": "UserAssigned", @@ -400,7 +400,7 @@ { "type": "Microsoft.DevCenter/projects", "name": "[parameters('projectName')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devCenterId": "[resourceId('Microsoft.DevCenter/devcenters', parameters('devCenterName'))]", @@ -414,7 +414,7 @@ { "type": "Microsoft.DevCenter/projects", "name": "[parameters('projectNameDelete')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devCenterId": "[resourceId('Microsoft.DevCenter/devcenters', parameters('devCenterName'))]", @@ -428,7 +428,7 @@ { "type": "Microsoft.DevCenter/projects", "name": "[parameters('projectNameDelete2')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devCenterId": "[resourceId('Microsoft.DevCenter/devcenters', parameters('devCenterName'))]", @@ -442,7 +442,7 @@ { "type": "Microsoft.DevCenter/projects", "name": "[parameters('projectSet')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devCenterId": "[resourceId('Microsoft.DevCenter/devcenters', parameters('devCenterName'))]", @@ -456,7 +456,7 @@ { "type": "Microsoft.DevCenter/projects", "name": "[parameters('projectUpdate')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devCenterId": "[resourceId('Microsoft.DevCenter/devcenters', parameters('devCenterName'))]", @@ -470,7 +470,7 @@ { "type": "Microsoft.DevCenter/networkconnections", "name": "[parameters('networkConnectionName')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "subnetId": "[parameters('subnetId')]", @@ -642,7 +642,7 @@ { "type": "microsoft.devcenter/devcenters/catalogs", "name": "[concat(parameters('devCenterName'), '/', parameters('catalogName'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "gitHub": { "uri": "[parameters('gitHubRepo')]", @@ -655,7 +655,7 @@ { "type": "microsoft.devcenter/devcenters/catalogs", "name": "[concat(parameters('devCenterName') ,'/', parameters('catalogNameDelete'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "gitHub": { "uri": "[parameters('gitHubRepo')]", @@ -668,7 +668,7 @@ { "type": "microsoft.devcenter/devcenters/catalogs", "name": "[concat(parameters('devCenterName') ,'/', parameters('catalogNameDelete2'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "gitHub": { "uri": "[parameters('gitHubRepo')]", @@ -681,7 +681,7 @@ { "type": "microsoft.devcenter/devcenters/catalogs", "name": "[concat(parameters('devCenterName') ,'/', parameters('catalogSet'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "gitHub": { "uri": "[parameters('gitHubRepo')]", @@ -694,7 +694,7 @@ { "type": "microsoft.devcenter/devcenters/catalogs", "name": "[concat(parameters('devCenterName') ,'/', parameters('catalogUpdate'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "gitHub": { "uri": "[parameters('gitHubRepo')]", @@ -707,7 +707,7 @@ { "type": "microsoft.devcenter/devcenters/attachednetworks", "name": "[concat(parameters('devCenterName'), '/', parameters('attachedNetworkName'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "networkConnectionId": "[resourceId('Microsoft.DevCenter/networkConnections', parameters('networkConnectionName'))]" } @@ -715,7 +715,7 @@ { "type": "microsoft.devcenter/devcenters/attachednetworks", "name": "[concat(parameters('devCenterName'), '/', parameters('attachedNetworkNameDelete'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "networkConnectionId": "[resourceId('Microsoft.DevCenter/networkConnections', parameters('networkConnectionName'))]" } @@ -723,7 +723,7 @@ { "type": "microsoft.devcenter/devcenters/attachednetworks", "name": "[concat(parameters('devCenterName'), '/', parameters('attachedNetworkNameDelete2'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "networkConnectionId": "[resourceId('Microsoft.DevCenter/networkConnections', parameters('networkConnectionName'))]" } @@ -732,7 +732,7 @@ "type": "microsoft.devcenter/devcenters/devboxdefinitions", "name": "[concat(parameters('devCenterName'), '/', parameters('devBoxDefinitionName'))]", "location": "[parameters('location')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "imageReference": { "id": "[parameters('imageReferenceId')]" @@ -748,7 +748,7 @@ "type": "microsoft.devcenter/devcenters/devboxdefinitions", "name": "[concat(parameters('devCenterName'), '/', parameters('devBoxDefinitionNameDelete'))]", "location": "[parameters('location')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "imageReference": { "id": "[parameters('imageReferenceId')]" @@ -764,7 +764,7 @@ "type": "microsoft.devcenter/devcenters/devboxdefinitions", "name": "[concat(parameters('devCenterName'), '/', parameters('devBoxDefinitionNameDelete2'))]", "location": "[parameters('location')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "imageReference": { "id": "[parameters('imageReferenceId')]" @@ -780,7 +780,7 @@ "type": "microsoft.devcenter/devcenters/devboxdefinitions", "name": "[concat(parameters('devCenterName'), '/', parameters('devBoxDefinitionUpdate'))]", "location": "[parameters('location')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "imageReference": { "id": "[parameters('imageReferenceId')]" @@ -796,7 +796,7 @@ "type": "microsoft.devcenter/devcenters/devboxdefinitions", "name": "[concat(parameters('devCenterName'), '/', parameters('devBoxDefinitionSet'))]", "location": "[parameters('location')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "imageReference": { "id": "[parameters('imageReferenceId')]" @@ -811,62 +811,62 @@ { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('environmentTypeName'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('environmentTypeNameDelete'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('environmentTypeNameDelete2'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('projEnvironmentTypeNameDelete'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('projEnvironmentTypeNameDelete2'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('envForProjEnvTypeNew'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('envForProjEnvTypeNew2'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('environmentTypeSet'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('environmentTypeUpdate'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('projectEnvironmentTypeSet'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('projectEnvironmentTypeUpdate'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" }, { "type": "microsoft.devcenter/devcenters/galleries", "name": "[concat(parameters('devCenterName'), '/', parameters('galleryName'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "galleryResourceId": "[parameters('sigId')]" } @@ -874,7 +874,7 @@ { "type": "microsoft.devcenter/devcenters/galleries", "name": "[concat(parameters('devCenterName'), '/', parameters('galleryNameDelete'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "galleryResourceId": "[resourceId('Microsoft.Compute/galleries', parameters('sigName2'))]" } @@ -882,7 +882,7 @@ { "type": "microsoft.devcenter/devcenters/galleries", "name": "[concat(parameters('devCenterName'), '/', parameters('galleryNameDelete2'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "galleryResourceId": "[resourceId('Microsoft.Compute/galleries', parameters('sigName3'))]" } @@ -909,7 +909,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('poolName'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -926,7 +926,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('poolNameDelete'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -943,7 +943,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('poolNameDelete2'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -960,7 +960,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('poolForScheduleNew'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -977,7 +977,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('poolForScheduleNew2'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -994,7 +994,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('poolForScheduleDelete'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -1011,7 +1011,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('poolForScheduleDelete2'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -1028,7 +1028,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('poolSet'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -1045,7 +1045,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('poolUpdate'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -1062,7 +1062,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('scheduleSet'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -1079,7 +1079,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName'), '/', parameters('scheduleUpdate'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -1096,7 +1096,7 @@ { "type": "microsoft.devcenter/projects/environmenttypes", "name": "[concat(parameters('projectName'), '/', parameters('environmentTypeName'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "deploymentTargetId": "[concat('/subscriptions/', parameters('subscriptionId'))]", "status": "Enabled", @@ -1123,7 +1123,7 @@ { "type": "microsoft.devcenter/projects/environmenttypes", "name": "[concat(parameters('projectName'), '/', parameters('projEnvironmentTypeNameDelete'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "deploymentTargetId": "[concat('/subscriptions/', parameters('subscriptionId'))]", "status": "Enabled", @@ -1150,7 +1150,7 @@ { "type": "microsoft.devcenter/projects/environmenttypes", "name": "[concat(parameters('projectName'), '/', parameters('projEnvironmentTypeNameDelete2'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "deploymentTargetId": "[concat('/subscriptions/', parameters('subscriptionId'))]", "status": "Enabled", @@ -1177,7 +1177,7 @@ { "type": "microsoft.devcenter/projects/environmenttypes", "name": "[concat(parameters('projectName'), '/', parameters('projectEnvironmentTypeSet'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "deploymentTargetId": "[concat('/subscriptions/', parameters('subscriptionId'))]", "status": "Enabled", @@ -1204,7 +1204,7 @@ { "type": "microsoft.devcenter/projects/environmenttypes", "name": "[concat(parameters('projectName'), '/', parameters('projectEnvironmentTypeUpdate'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "deploymentTargetId": "[concat('/subscriptions/', parameters('subscriptionId'))]", "status": "Enabled", @@ -1231,7 +1231,7 @@ { "type": "microsoft.devcenter/projects/pools/schedules", "name": "[concat(parameters('projectName'), '/', parameters('poolName'), '/default')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "frequency": "Daily", "state": "Enabled", @@ -1246,7 +1246,7 @@ { "type": "microsoft.devcenter/projects/pools/schedules", "name": "[concat(parameters('projectName'), '/', parameters('poolForScheduleDelete'), '/default')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "frequency": "Daily", "state": "Enabled", @@ -1261,7 +1261,7 @@ { "type": "microsoft.devcenter/projects/pools/schedules", "name": "[concat(parameters('projectName'), '/', parameters('poolForScheduleDelete2'), '/default')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "frequency": "Daily", "state": "Enabled", @@ -1276,7 +1276,7 @@ { "type": "microsoft.devcenter/projects/pools/schedules", "name": "[concat(parameters('projectName'), '/', parameters('scheduleSet'), '/default')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "frequency": "Daily", "state": "Enabled", @@ -1291,7 +1291,7 @@ { "type": "microsoft.devcenter/projects/pools/schedules", "name": "[concat(parameters('projectName'), '/', parameters('scheduleUpdate'), '/default')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "properties": { "frequency": "Daily", "state": "Enabled", diff --git a/src/DevCenter/DevCenter.sln b/src/DevCenter/DevCenter.sln index afc9fcab89af..45d6396550c9 100644 --- a/src/DevCenter/DevCenter.sln +++ b/src/DevCenter/DevCenter.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -19,10 +19,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevCenter", "DevCenter\DevCenter.csproj", "{F8BC2C62-A017-4240-86AF-2A9143834EA2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenter", "..\..\generated\DevCenter\DevCenter.AutoRest\Az.DevCenter.csproj", "{55792641-BEB0-4995-9FF2-01A77DEF52B0}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenterData", "..\..\generated\DevCenter\DevCenterData.AutoRest\Az.DevCenterData.csproj", "{08A933F1-0B41-4B5C-A247-640EF2F87C37}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenter", "..\..\generated\DevCenter\DevCenter.Autorest\Az.DevCenter.csproj", "{268D8F6A-86E1-4F64-AE1F-7DFC0012E74A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -60,14 +60,14 @@ Global {F8BC2C62-A017-4240-86AF-2A9143834EA2}.Debug|Any CPU.Build.0 = Debug|Any CPU {F8BC2C62-A017-4240-86AF-2A9143834EA2}.Release|Any CPU.ActiveCfg = Release|Any CPU {F8BC2C62-A017-4240-86AF-2A9143834EA2}.Release|Any CPU.Build.0 = Release|Any CPU - {55792641-BEB0-4995-9FF2-01A77DEF52B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {55792641-BEB0-4995-9FF2-01A77DEF52B0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {55792641-BEB0-4995-9FF2-01A77DEF52B0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {55792641-BEB0-4995-9FF2-01A77DEF52B0}.Release|Any CPU.Build.0 = Release|Any CPU {08A933F1-0B41-4B5C-A247-640EF2F87C37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {08A933F1-0B41-4B5C-A247-640EF2F87C37}.Debug|Any CPU.Build.0 = Debug|Any CPU {08A933F1-0B41-4B5C-A247-640EF2F87C37}.Release|Any CPU.ActiveCfg = Release|Any CPU {08A933F1-0B41-4B5C-A247-640EF2F87C37}.Release|Any CPU.Build.0 = Release|Any CPU + {268D8F6A-86E1-4F64-AE1F-7DFC0012E74A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {268D8F6A-86E1-4F64-AE1F-7DFC0012E74A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {268D8F6A-86E1-4F64-AE1F-7DFC0012E74A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {268D8F6A-86E1-4F64-AE1F-7DFC0012E74A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {47E4694E-AFFE-4BE1-8F20-2C604F612C22} = {139FAA20-2493-460E-BB57-1C7D892C9614} diff --git a/src/DevCenter/DevCenter/Az.DevCenter.psd1 b/src/DevCenter/DevCenter/Az.DevCenter.psd1 index 17a53fb49f20..46bc2673c158 100644 --- a/src/DevCenter/DevCenter/Az.DevCenter.psd1 +++ b/src/DevCenter/DevCenter/Az.DevCenter.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 6/16/2025 # @{ @@ -51,17 +51,17 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'DevCenter.AutoRest/bin/Az.DevCenter.private.dll', 'DevCenterData.AutoRest/bin/Az.DevCenterdata.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'DevCenter.AutoRest/Az.DevCenter.format.ps1xml', @@ -72,7 +72,8 @@ NestedModules = @('DevCenter.AutoRest/Az.DevCenter.psm1', 'DevCenterData.AutoRest/Az.DevCenterdata.psm1') # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = 'Connect-AzDevCenterAdminCatalog', +FunctionsToExport = 'Build-AzDevCenterAdminProjectCatalogImageDefinitionImage', + 'Connect-AzDevCenterAdminCatalog', 'Connect-AzDevCenterAdminProjectCatalog', 'Deploy-AzDevCenterUserEnvironment', 'Get-AzDevCenterAdminAttachedNetwork', @@ -90,19 +91,23 @@ FunctionsToExport = 'Connect-AzDevCenterAdminCatalog', 'Get-AzDevCenterAdminNetworkConnection', 'Get-AzDevCenterAdminNetworkConnectionHealthDetail', 'Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint', - 'Get-AzDevCenterAdminOperationStatus', 'Get-AzDevCenterAdminPlan', - 'Get-AzDevCenterAdminPlanMember', 'Get-AzDevCenterAdminPool', + 'Get-AzDevCenterAdminOperationStatus', 'Get-AzDevCenterAdminPool', 'Get-AzDevCenterAdminProject', 'Get-AzDevCenterAdminProjectAllowedEnvironmentType', 'Get-AzDevCenterAdminProjectCatalog', + 'Get-AzDevCenterAdminProjectCatalogImageDefinition', + 'Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild', + 'Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail', + 'Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail', 'Get-AzDevCenterAdminProjectCatalogSyncErrorDetail', 'Get-AzDevCenterAdminProjectEnvironmentDefinition', 'Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail', 'Get-AzDevCenterAdminProjectEnvironmentType', 'Get-AzDevCenterAdminProjectInheritedSetting', - 'Get-AzDevCenterAdminSchedule', 'Get-AzDevCenterAdminSku', - 'Get-AzDevCenterAdminUsage', 'Get-AzDevCenterUserCatalog', - 'Get-AzDevCenterUserDevBox', 'Get-AzDevCenterUserDevBoxAction', + 'Get-AzDevCenterAdminProjectPolicy', 'Get-AzDevCenterAdminSchedule', + 'Get-AzDevCenterAdminSku', 'Get-AzDevCenterAdminUsage', + 'Get-AzDevCenterUserCatalog', 'Get-AzDevCenterUserDevBox', + 'Get-AzDevCenterUserDevBoxAction', 'Get-AzDevCenterUserDevBoxCustomizationGroup', 'Get-AzDevCenterUserDevBoxCustomizationTaskDefinition', 'Get-AzDevCenterUserDevBoxCustomizationTaskLog', @@ -126,11 +131,11 @@ FunctionsToExport = 'Connect-AzDevCenterAdminCatalog', 'New-AzDevCenterAdminDevCenter', 'New-AzDevCenterAdminEnvironmentType', 'New-AzDevCenterAdminGallery', - 'New-AzDevCenterAdminNetworkConnection', 'New-AzDevCenterAdminPlan', - 'New-AzDevCenterAdminPlanMember', 'New-AzDevCenterAdminPool', + 'New-AzDevCenterAdminNetworkConnection', 'New-AzDevCenterAdminPool', 'New-AzDevCenterAdminProject', 'New-AzDevCenterAdminProjectCatalog', 'New-AzDevCenterAdminProjectEnvironmentType', - 'New-AzDevCenterAdminSchedule', 'New-AzDevCenterUserDevBox', + 'New-AzDevCenterAdminProjectPolicy', 'New-AzDevCenterAdminSchedule', + 'New-AzDevCenterUserDevBox', 'New-AzDevCenterUserDevBoxCustomizationGroup', 'New-AzDevCenterUserEnvironment', 'Remove-AzDevCenterAdminAttachedNetwork', @@ -140,18 +145,19 @@ FunctionsToExport = 'Connect-AzDevCenterAdminCatalog', 'Remove-AzDevCenterAdminEnvironmentType', 'Remove-AzDevCenterAdminGallery', 'Remove-AzDevCenterAdminNetworkConnection', - 'Remove-AzDevCenterAdminPlan', 'Remove-AzDevCenterAdminPlanMember', 'Remove-AzDevCenterAdminPool', 'Remove-AzDevCenterAdminProject', 'Remove-AzDevCenterAdminProjectCatalog', 'Remove-AzDevCenterAdminProjectEnvironmentType', + 'Remove-AzDevCenterAdminProjectPolicy', 'Remove-AzDevCenterAdminSchedule', 'Remove-AzDevCenterUserDevBox', 'Remove-AzDevCenterUserEnvironment', 'Repair-AzDevCenterUserDevBox', 'Restart-AzDevCenterUserDevBox', 'Skip-AzDevCenterUserDevBoxAction', 'Skip-AzDevCenterUserEnvironmentAction', 'Start-AzDevCenterAdminNetworkConnectionHealthCheck', 'Start-AzDevCenterAdminPoolHealthCheck', - 'Start-AzDevCenterUserDevBox', 'Stop-AzDevCenterUserDevBox', - 'Sync-AzDevCenterAdminCatalog', + 'Start-AzDevCenterUserDevBox', + 'Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild', + 'Stop-AzDevCenterUserDevBox', 'Sync-AzDevCenterAdminCatalog', 'Sync-AzDevCenterAdminProjectCatalog', 'Test-AzDevCenterUserDevBoxCustomizationTaskAction', 'Update-AzDevCenterAdminCatalog', @@ -159,10 +165,10 @@ FunctionsToExport = 'Connect-AzDevCenterAdminCatalog', 'Update-AzDevCenterAdminDevCenter', 'Update-AzDevCenterAdminEnvironmentType', 'Update-AzDevCenterAdminNetworkConnection', - 'Update-AzDevCenterAdminPlan', 'Update-AzDevCenterAdminPlanMember', 'Update-AzDevCenterAdminPool', 'Update-AzDevCenterAdminProject', 'Update-AzDevCenterAdminProjectCatalog', 'Update-AzDevCenterAdminProjectEnvironmentType', + 'Update-AzDevCenterAdminProjectPolicy', 'Update-AzDevCenterAdminSchedule', 'Update-AzDevCenterUserEnvironment' @@ -190,7 +196,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','DevCenter' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'DevCenter' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -215,7 +221,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/DevCenter/DevCenter/help/Az.DevCenter.md b/src/DevCenter/DevCenter/help/Az.DevCenter.md index ae00a8acca07..81715a7ecc05 100644 --- a/src/DevCenter/DevCenter/help/Az.DevCenter.md +++ b/src/DevCenter/DevCenter/help/Az.DevCenter.md @@ -11,6 +11,9 @@ Locale: en-US Microsoft Azure PowerShell: DevCenter cmdlets ## Az.DevCenter Cmdlets +### [Build-AzDevCenterAdminProjectCatalogImageDefinitionImage](Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md) +Builds an image for the specified Image Definition. + ### [Connect-AzDevCenterAdminCatalog](Connect-AzDevCenterAdminCatalog.md) Connects a catalog to enable syncing. @@ -72,12 +75,6 @@ These FQDNs should be allowed for outbound access in order for the Dev Box servi ### [Get-AzDevCenterAdminOperationStatus](Get-AzDevCenterAdminOperationStatus.md) Gets the current status of an async operation. -### [Get-AzDevCenterAdminPlan](Get-AzDevCenterAdminPlan.md) -Gets a devcenter plan. - -### [Get-AzDevCenterAdminPlanMember](Get-AzDevCenterAdminPlanMember.md) -Gets a devcenter plan member. - ### [Get-AzDevCenterAdminPool](Get-AzDevCenterAdminPool.md) Gets a machine pool @@ -90,6 +87,18 @@ Gets an allowed environment type. ### [Get-AzDevCenterAdminProjectCatalog](Get-AzDevCenterAdminProjectCatalog.md) Gets an associated project catalog. +### [Get-AzDevCenterAdminProjectCatalogImageDefinition](Get-AzDevCenterAdminProjectCatalogImageDefinition.md) +Gets an Image Definition from the catalog + +### [Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild](Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md) +Gets a build for a specified image definition. + +### [Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail](Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md) +Gets Build details + +### [Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail](Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md) +Gets Image Definition error details + ### [Get-AzDevCenterAdminProjectCatalogSyncErrorDetail](Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md) Gets project catalog synchronization error details @@ -105,11 +114,14 @@ Gets a project environment type. ### [Get-AzDevCenterAdminProjectInheritedSetting](Get-AzDevCenterAdminProjectInheritedSetting.md) Gets applicable inherited settings for this project. +### [Get-AzDevCenterAdminProjectPolicy](Get-AzDevCenterAdminProjectPolicy.md) +Gets a specific project policy. + ### [Get-AzDevCenterAdminSchedule](Get-AzDevCenterAdminSchedule.md) Gets a schedule resource. ### [Get-AzDevCenterAdminSku](Get-AzDevCenterAdminSku.md) -Lists the Microsoft.DevCenter SKUs available in a subscription +Lists SKUs available to the project ### [Get-AzDevCenterAdminUsage](Get-AzDevCenterAdminUsage.md) Lists the current usages and limits in this location for the provided subscription. @@ -201,12 +213,6 @@ Creates or updates a gallery. ### [New-AzDevCenterAdminNetworkConnection](New-AzDevCenterAdminNetworkConnection.md) Creates or updates a Network Connections resource -### [New-AzDevCenterAdminPlan](New-AzDevCenterAdminPlan.md) -Creates or updates a devcenter plan resource - -### [New-AzDevCenterAdminPlanMember](New-AzDevCenterAdminPlanMember.md) -Creates or updates a devcenter plan member resource - ### [New-AzDevCenterAdminPool](New-AzDevCenterAdminPool.md) Creates or updates a machine pool @@ -219,6 +225,9 @@ Creates or updates a project catalog. ### [New-AzDevCenterAdminProjectEnvironmentType](New-AzDevCenterAdminProjectEnvironmentType.md) Creates or updates a project environment type. +### [New-AzDevCenterAdminProjectPolicy](New-AzDevCenterAdminProjectPolicy.md) +Creates or updates an project policy. + ### [New-AzDevCenterAdminSchedule](New-AzDevCenterAdminSchedule.md) Creates or updates a Schedule. @@ -252,12 +261,6 @@ Deletes a gallery resource. ### [Remove-AzDevCenterAdminNetworkConnection](Remove-AzDevCenterAdminNetworkConnection.md) Deletes a Network Connections resource -### [Remove-AzDevCenterAdminPlan](Remove-AzDevCenterAdminPlan.md) -Deletes a devcenter plan - -### [Remove-AzDevCenterAdminPlanMember](Remove-AzDevCenterAdminPlanMember.md) -Deletes a devcenter plan member - ### [Remove-AzDevCenterAdminPool](Remove-AzDevCenterAdminPool.md) Deletes a machine pool @@ -270,6 +273,9 @@ Deletes a project catalog resource. ### [Remove-AzDevCenterAdminProjectEnvironmentType](Remove-AzDevCenterAdminProjectEnvironmentType.md) Deletes a project environment type. +### [Remove-AzDevCenterAdminProjectPolicy](Remove-AzDevCenterAdminProjectPolicy.md) +Deletes an project policy. + ### [Remove-AzDevCenterAdminSchedule](Remove-AzDevCenterAdminSchedule.md) Deletes a Scheduled. @@ -302,6 +308,9 @@ Triggers a refresh of the pool status. ### [Start-AzDevCenterUserDevBox](Start-AzDevCenterUserDevBox.md) Starts a Dev Box. +### [Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild](Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md) +Cancels the specified build for an image definition. + ### [Stop-AzDevCenterUserDevBox](Stop-AzDevCenterUserDevBox.md) Stops a Dev Box. @@ -329,12 +338,6 @@ Partially updates an environment type. ### [Update-AzDevCenterAdminNetworkConnection](Update-AzDevCenterAdminNetworkConnection.md) Partially updates a Network Connection -### [Update-AzDevCenterAdminPlan](Update-AzDevCenterAdminPlan.md) -Partially updates a devcenter plan. - -### [Update-AzDevCenterAdminPlanMember](Update-AzDevCenterAdminPlanMember.md) -Partially updates a devcenter plan. - ### [Update-AzDevCenterAdminPool](Update-AzDevCenterAdminPool.md) Partially updates a machine pool @@ -347,6 +350,9 @@ Partially updates a project catalog. ### [Update-AzDevCenterAdminProjectEnvironmentType](Update-AzDevCenterAdminProjectEnvironmentType.md) Partially updates a project environment type. +### [Update-AzDevCenterAdminProjectPolicy](Update-AzDevCenterAdminProjectPolicy.md) +Partially updates an project policy. + ### [Update-AzDevCenterAdminSchedule](Update-AzDevCenterAdminSchedule.md) Partially updates a Scheduled. diff --git a/src/DevCenter/DevCenter/help/Remove-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter/help/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md similarity index 62% rename from src/DevCenter/DevCenter/help/Remove-AzDevCenterAdminPlan.md rename to src/DevCenter/DevCenter/help/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md index 94cf366f2a12..32916bf012bc 100644 --- a/src/DevCenter/DevCenter/help/Remove-AzDevCenterAdminPlan.md +++ b/src/DevCenter/DevCenter/help/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md @@ -1,50 +1,61 @@ --- external help file: Az.DevCenter-help.xml Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradminplan +online version: https://learn.microsoft.com/powershell/module/az.devcenter/build-azdevcenteradminprojectcatalogimagedefinitionimage schema: 2.0.0 --- -# Remove-AzDevCenterAdminPlan +# Build-AzDevCenterAdminProjectCatalogImageDefinitionImage ## SYNOPSIS -Deletes a devcenter plan +Builds an image for the specified Image Definition. ## SYNTAX -### Delete (Default) +### Build (Default) ``` -Remove-AzDevCenterAdminPlan -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] - [-Confirm] [] +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage -CatalogName -ImageDefinitionName + -ProjectName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### DeleteViaIdentity +### BuildViaIdentity ``` -Remove-AzDevCenterAdminPlan -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION -Deletes a devcenter plan +Builds an image for the specified Image Definition. ## EXAMPLES -### Example 1: Delete a plan +### Example 1: Build an image for an image definition ```powershell -Remove-AzDevCenterAdminPlan -Name ContosoPlan -ResourceGroupName testRg +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ``` -This command deletes the plan "ContosoPlan" in the resource group "testRg". +This command starts a build for the image definition "DefaultDevImage" in the catalog "CentralCatalog" under project "DevProject". -### Example 2: Delete a plan using InputObject +### Example 2: Build an image using InputObject ```powershell -$plan = Get-AzDevCenterAdminPlan -ResourceGroupName testRg -Name ContosoPlan - -Remove-AzDevCenterAdminPlan -InputObject $plan +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Build-AzDevCenterAdminProjectCatalogImageDefinitionImage -InputObject $inputObject ``` -This command deletes the plan "ContosoPlan" in the resource group "testRg". +This command starts a build for the specified image definition using an input object. ## PARAMETERS @@ -63,6 +74,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CatalogName +The name of the Catalog. + +```yaml +Type: System.String +Parameter Sets: Build +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DefaultProfile The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. @@ -79,34 +105,34 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -ImageDefinitionName +The name of the Image Definition. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: DeleteViaIdentity +Type: System.String +Parameter Sets: Build Aliases: Required: True Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -Name -The name of the devcenter plan. +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.String -Parameter Sets: Delete -Aliases: PlanName +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: BuildViaIdentity +Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` @@ -140,13 +166,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: Build +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Build Aliases: Required: True @@ -161,7 +202,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Build Aliases: Required: False diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminAttachedNetwork.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminAttachedNetwork.md index d5d3834be0f7..923627312d20 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminAttachedNetwork.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminAttachedNetwork.md @@ -197,7 +197,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAttachedNetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAttachedNetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalog.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalog.md index 2cc10fea764b..ebe0cba6f7e4 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalog.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalog.md @@ -162,7 +162,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalogSyncErrorDetail.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalogSyncErrorDetail.md index 0e3ab7b52272..e10b502d9b9f 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalogSyncErrorDetail.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalogSyncErrorDetail.md @@ -180,7 +180,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISyncErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISyncErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCustomizationTask.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCustomizationTask.md index 22ead8c91468..4f3f7aa85162 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCustomizationTask.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCustomizationTask.md @@ -178,7 +178,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICustomizationTask +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTask ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCustomizationTaskErrorDetail.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCustomizationTaskErrorDetail.md index 2c1b4ac78aa2..83151ef7cb96 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCustomizationTaskErrorDetail.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCustomizationTaskErrorDetail.md @@ -195,7 +195,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminDevBoxDefinition.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminDevBoxDefinition.md index 8b45faa7a7d4..72bb934aa9c3 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminDevBoxDefinition.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminDevBoxDefinition.md @@ -196,7 +196,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevBoxDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevBoxDefinition ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminDevCenter.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminDevCenter.md index c92ab08ad299..6821a23026b8 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminDevCenter.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminDevCenter.md @@ -159,7 +159,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevCenter ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentDefinition.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentDefinition.md index cb5dd945ce81..90c21ee79c1a 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentDefinition.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentDefinition.md @@ -178,7 +178,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentDefinition ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail.md index d43acdc17c12..f042da570bf3 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail.md @@ -195,7 +195,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentType.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentType.md index 8d532213af0f..4effc8c45a9b 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentType.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminEnvironmentType.md @@ -171,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminGallery.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminGallery.md index 65a1ea61cb24..b3dddd93fb20 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminGallery.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminGallery.md @@ -162,7 +162,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IGallery +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IGallery ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImage.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImage.md index e80cb877b708..ebee5f79a246 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImage.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImage.md @@ -32,6 +32,24 @@ Get-AzDevCenterAdminImage -DevCenterName -GalleryName -Name ] ``` +### Get1 +``` +Get-AzDevCenterAdminImage -Name -ResourceGroupName [-SubscriptionId ] + -ProjectName [-DefaultProfile ] [] +``` + +### List2 +``` +Get-AzDevCenterAdminImage -ResourceGroupName [-SubscriptionId ] -ProjectName + [-DefaultProfile ] [] +``` + +### GetViaIdentity1 +``` +Get-AzDevCenterAdminImage -InputObject [-DefaultProfile ] + [] +``` + ### GetViaIdentity ``` Get-AzDevCenterAdminImage -InputObject [-DefaultProfile ] @@ -126,7 +144,7 @@ To construct, see NOTES section for INPUTOBJECT properties and create a hash tab ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1, GetViaIdentity Aliases: Required: True @@ -141,7 +159,7 @@ The name of the image. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, Get1 Aliases: ImageName Required: True @@ -151,13 +169,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: Get1, List2 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: List, List1, Get +Parameter Sets: List, List1, Get, Get1, List2 Aliases: Required: True @@ -172,7 +205,7 @@ The ID of the target subscription. ```yaml Type: System.String[] -Parameter Sets: List, List1, Get +Parameter Sets: List, List1, Get, Get1, List2 Aliases: Required: False @@ -191,7 +224,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IImage +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImage ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImageVersion.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImageVersion.md index 340303075c8b..cb15473e0312 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImageVersion.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImageVersion.md @@ -12,7 +12,13 @@ Gets an image version. ## SYNTAX -### List (Default) +### List1 (Default) +``` +Get-AzDevCenterAdminImageVersion -ImageName -ResourceGroupName [-SubscriptionId ] + -ProjectName [-DefaultProfile ] [] +``` + +### List ``` Get-AzDevCenterAdminImageVersion -DevCenterName -GalleryName -ImageName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] @@ -26,6 +32,19 @@ Get-AzDevCenterAdminImageVersion -DevCenterName -GalleryName - [] ``` +### Get1 +``` +Get-AzDevCenterAdminImageVersion -ImageName -ResourceGroupName [-SubscriptionId ] + -VersionName -ProjectName [-DefaultProfile ] + [] +``` + +### GetViaIdentity1 +``` +Get-AzDevCenterAdminImageVersion -InputObject [-DefaultProfile ] + [] +``` + ### GetViaIdentity ``` Get-AzDevCenterAdminImageVersion -InputObject [-DefaultProfile ] @@ -112,7 +131,7 @@ The name of the image. ```yaml Type: System.String -Parameter Sets: List, Get +Parameter Sets: List1, List, Get, Get1 Aliases: Required: True @@ -128,7 +147,7 @@ To construct, see NOTES section for INPUTOBJECT properties and create a hash tab ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1, GetViaIdentity Aliases: Required: True @@ -138,13 +157,28 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: List1, Get1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: List, Get +Parameter Sets: List1, List, Get, Get1 Aliases: Required: True @@ -159,7 +193,7 @@ The ID of the target subscription. ```yaml Type: System.String[] -Parameter Sets: List, Get +Parameter Sets: List1, List, Get, Get1 Aliases: Required: False @@ -174,7 +208,7 @@ The version of the image. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, Get1 Aliases: Required: True @@ -193,7 +227,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IImageVersion +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageVersion ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnection.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnection.md index 1112367ac883..b1af14e27701 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnection.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnection.md @@ -159,7 +159,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.INetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnectionHealthDetail.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnectionHealthDetail.md index cb4864c5d351..0298a36b870c 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnectionHealthDetail.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnectionHealthDetail.md @@ -134,7 +134,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IHealthCheckStatusDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IHealthCheckStatusDetails ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.md index beb205a0efed..339cba26b877 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminNetworkConnectionOutboundNetworkDependencyEndpoint.md @@ -103,7 +103,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IOutboundEnvironmentEndpoint +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IOutboundEnvironmentEndpoint ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminOperationStatus.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminOperationStatus.md index 80e237127572..b69b3aa1efd1 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminOperationStatus.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminOperationStatus.md @@ -132,7 +132,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPlan.md deleted file mode 100644 index e939409eb596..000000000000 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPlan.md +++ /dev/null @@ -1,166 +0,0 @@ ---- -external help file: Az.DevCenter-help.xml -Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminplan -schema: 2.0.0 ---- - -# Get-AzDevCenterAdminPlan - -## SYNOPSIS -Gets a devcenter plan. - -## SYNTAX - -### List (Default) -``` -Get-AzDevCenterAdminPlan [-SubscriptionId ] [-DefaultProfile ] - [] -``` - -### Get -``` -Get-AzDevCenterAdminPlan -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### List1 -``` -Get-AzDevCenterAdminPlan -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] -``` - -### GetViaIdentity -``` -Get-AzDevCenterAdminPlan -InputObject [-DefaultProfile ] - [] -``` - -## DESCRIPTION -Gets a devcenter plan. - -## EXAMPLES - -### Example 1: List plans in a subscription -```powershell -Get-AzDevCenterAdminPlan -``` - -This command lists the plans in the current subscription. - -### Example 2: List plans in a resource group -```powershell -Get-AzDevCenterAdminPlan -ResourceGroupName testRg -``` - -This command lists the plans under the resource group "testRg". - -### Example 3: Get a plan -```powershell -Get-AzDevCenterAdminPlan -ResourceGroupName testRg -Name ContosoPlan -``` - -This command gets the plan named "ContosoPlan" under the resource group "testRg". - -### Example 4: Get a plan using InputObject -```powershell -$plan = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -Get-AzDevCenterAdminPlan -InputObject $plan -``` - -This command gets the plan named "ContosoPlan" under the resource group "testRg". - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -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. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the devcenter plan. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: PlanName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Get, List1 -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: List, Get, List1 -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -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.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlan - -## NOTES - -## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPool.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPool.md index 4da9574dbd97..3d8eecf51ce0 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPool.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPool.md @@ -162,7 +162,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPool +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IPool ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProject.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProject.md index 2e7ab5c15ae4..242709281988 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProject.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProject.md @@ -163,7 +163,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProject ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectAllowedEnvironmentType.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectAllowedEnvironmentType.md index 1d99ec10516c..b67633fb4d28 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectAllowedEnvironmentType.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectAllowedEnvironmentType.md @@ -163,7 +163,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAllowedEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAllowedEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalog.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalog.md index c14533300af4..4b7bf2c94a36 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalog.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalog.md @@ -163,7 +163,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinition.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinition.md new file mode 100644 index 000000000000..9c6d95827be4 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinition.md @@ -0,0 +1,191 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinition +schema: 2.0.0 +--- + +# Get-AzDevCenterAdminProjectCatalogImageDefinition + +## SYNOPSIS +Gets an Image Definition from the catalog + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### Get +``` +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName -ImageDefinitionName + -ProjectName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterAdminProjectCatalogImageDefinition -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets an Image Definition from the catalog + +## EXAMPLES + +### Example 1: Get all image definitions in a catalog for a project +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets all image definitions in the catalog "CentralCatalog" for the project "DevProject". + +### Example 2: Get a specific image definition by name +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ImageDefinitionName "DefaultDevImage" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject". + +### Example 3: Get a specific image definition using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinition -InputObject $inputObject +``` + +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject" using an input object. + +## PARAMETERS + +### -CatalogName +The name of the Catalog. + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImageDefinitionName +The name of the Image Definition. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +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. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: List, Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +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.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinition + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md new file mode 100644 index 000000000000..dd377db1f7b5 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md @@ -0,0 +1,206 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinitionbuild +schema: 2.0.0 +--- + +# Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild + +## SYNOPSIS +Gets a build for a specified image definition. + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -CatalogName -ImageDefinitionName + -ProjectName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### Get +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -BuildName -CatalogName + -ImageDefinitionName -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets a build for a specified image definition. + +## EXAMPLES + +### Example 1: Get all image definitions in a catalog for a project +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets all image definitions in the catalog "CentralCatalog" for the project "DevProject". + +### Example 2: Get a specific image definition by name +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinition -CatalogName "CentralCatalog" -ImageDefinitionName "DefaultDevImage" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject". + +### Example 3: Get a specific image definition using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinition -InputObject $inputObject +``` + +This command gets the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject" using an input object. + +## PARAMETERS + +### -BuildName +The ID of the Image Definition Build. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CatalogName +The name of the Catalog. + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImageDefinitionName +The name of the Image Definition. + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +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. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: List, Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +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.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuild + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md similarity index 58% rename from src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPlanMember.md rename to src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md index ac828dfd5c99..88a4d5abba11 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPlanMember.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail.md @@ -1,110 +1,117 @@ --- external help file: Az.DevCenter-help.xml Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/update-azdevcenteradminplanmember +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinitionbuilddetail schema: 2.0.0 --- -# Update-AzDevCenterAdminPlanMember +# Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail ## SYNOPSIS -Partially updates a devcenter plan. +Gets Build details ## SYNTAX -### UpdateExpanded (Default) +### Get (Default) ``` -Update-AzDevCenterAdminPlanMember -MemberName -PlanName -ResourceGroupName - [-SubscriptionId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail -BuildName -CatalogName + -ImageDefinitionName -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentityExpanded +### GetViaIdentity ``` -Update-AzDevCenterAdminPlanMember -InputObject [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail -InputObject + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Partially updates a devcenter plan. +Gets Build details ## EXAMPLES -### Example 1: Update a plan member +### Example 1: Get build details for a specific image definition build ```powershell -$tags = @{"dev" = "test" } - -Update-AzDevCenterAdminPlanMember -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -ResourceGroupName testRg -Tag $tags +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail ` + -BuildName "0a28fc61-6f87-4611-8fe2-32df44ab93b7" ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ``` -This command updates a plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +This command gets the details for the build with ID "0a28fc61-6f87-4611-8fe2-32df44ab93b7" for the image definition "DefaultDevImage" in the catalog "CentralCatalog" under project "DevProject". -### Example 2: Update a plan member using InputObject +### Example 2: Get build details using InputObject ```powershell -$planMember = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "MemberName" = "d702f662-b3f2-4796-9e8c-13c22378ced3"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -$tags = @{"dev" = "test" } - -Update-AzDevCenterAdminPlanMember -InputObject $planMember -Tag $tags +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + BuildName = "0a28fc61-6f87-4611-8fe2-32df44ab93b7" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuildDetail -InputObject $inputObject ``` -This command updates a plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +This command gets the build details using an input object. ## PARAMETERS -### -AsJob -Run the command as a job +### -BuildName +The ID of the Image Definition Build. ```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) +Type: System.String +Parameter Sets: Get Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. +### -CatalogName +The name of the Catalog. ```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential +Type: System.String +Parameter Sets: Get +Aliases: -Required: False +Required: True 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. +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberName -The name of a devcenter plan member. +### -ImageDefinitionName +The name of the Image Definition. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: Get Aliases: Required: True @@ -114,27 +121,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -NoWait -Run the command asynchronously +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity Aliases: -Required: False +Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PlanName -The name of the devcenter plan. +### -ProjectName +The name of the project. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: Get Aliases: Required: True @@ -150,7 +158,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: Get Aliases: Required: True @@ -164,8 +172,8 @@ Accept wildcard characters: False The ID of the target subscription. ```yaml -Type: System.String -Parameter Sets: UpdateExpanded +Type: System.String[] +Parameter Sets: Get Aliases: Required: False @@ -175,21 +183,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Tag -Resource tags. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -230,7 +223,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlanMember +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildDetails ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md new file mode 100644 index 000000000000..ed63534c2632 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail.md @@ -0,0 +1,213 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectcatalogimagedefinitionerrordetail +schema: 2.0.0 +--- + +# Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail + +## SYNOPSIS +Gets Image Definition error details + +## SYNTAX + +### Get (Default) +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail -CatalogName + -ImageDefinitionName -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail -InputObject + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Gets Image Definition error details + +## EXAMPLES + +### Example 1: Get error details for an image definition +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets error details for the image definition "DefaultDevImage" in the catalog "CentralCatalog" for the project "DevProject". + +### Example 2: Get error details using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectCatalogImageDefinitionErrorDetail -InputObject $inputObject +``` + +This command gets error details for the image definition "DefaultDevImage" using an input object. + +## PARAMETERS + +### -CatalogName +The name of the Catalog. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImageDefinitionName +The name of the Image Definition. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +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. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +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.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogErrorDetails + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md index 775b9dae38fc..a66a0e68fb5c 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md @@ -30,7 +30,7 @@ Gets project catalog synchronization error details ## EXAMPLES -### Example 1: Get the project catalog sync error detail +### Example 1: Get the project catalog sync error details ```powershell Get-AzDevCenterAdminProjectCatalogSyncErrorDetail -ProjectName DevProject -CatalogName CentralCatalog -ResourceGroupName testRg ``` @@ -180,7 +180,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISyncErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISyncErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentDefinition.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentDefinition.md index 3cf56261736e..48e6a3fa9889 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentDefinition.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentDefinition.md @@ -178,7 +178,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentDefinition ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail.md index ae2265f9a6fe..558d00062555 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail.md @@ -196,7 +196,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogErrorDetails +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogErrorDetails ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentType.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentType.md index a80a8089de9b..a7c452f15703 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentType.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectEnvironmentType.md @@ -163,7 +163,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectInheritedSetting.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectInheritedSetting.md index 648df4a7bd93..7334e91b047d 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectInheritedSetting.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectInheritedSetting.md @@ -165,7 +165,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IInheritedSettingsForProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IInheritedSettingsForProject ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectPolicy.md similarity index 60% rename from src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPlanMember.md rename to src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectPolicy.md index 3b8594a0eccd..cab17737c04d 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminPlanMember.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectPolicy.md @@ -1,62 +1,68 @@ --- external help file: Az.DevCenter-help.xml Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminplanmember +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteradminprojectpolicy schema: 2.0.0 --- -# Get-AzDevCenterAdminPlanMember +# Get-AzDevCenterAdminProjectPolicy ## SYNOPSIS -Gets a devcenter plan member. +Gets a specific project policy. ## SYNTAX ### List (Default) ``` -Get-AzDevCenterAdminPlanMember -PlanName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzDevCenterAdminProjectPolicy -DevCenterName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] + [] ``` ### Get ``` -Get-AzDevCenterAdminPlanMember -MemberName -PlanName -ResourceGroupName +Get-AzDevCenterAdminProjectPolicy -DevCenterName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` ### GetViaIdentity ``` -Get-AzDevCenterAdminPlanMember -InputObject [-DefaultProfile ] +Get-AzDevCenterAdminProjectPolicy -InputObject [-DefaultProfile ] [] ``` ## DESCRIPTION -Gets a devcenter plan member. +Gets a specific project policy. ## EXAMPLES -### Example 1: List plan members in a plan +### Example 1: Get all project policies in a dev center ```powershell -Get-AzDevCenterAdminPlanMember -PlanName ContosoPlan -ResourceGroupName testRg +Get-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -ResourceGroupName testRg -SubscriptionId 0ac520ee-14c0-480f-b6c9-0a90c58ffff ``` -This command lists the plan members in the plan "ContosoPlan" under the resource group "testRg". +This command gets all project policies in the dev center "Contoso" in resource group "testRg". -### Example 2: Get a plan member +### Example 2: Get a specific project policy by name ```powershell -Get-AzDevCenterAdminPlanMember -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -ResourceGroupName testRg +Get-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -Name myPolicy -ResourceGroupName testRg -SubscriptionId 0ac520ee-14c0-480f-b6c9-0a90c58ffff ``` -This command gets the plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan" under the resource group "testRg". +This command gets the project policy named "myPolicy" in the dev center "Contoso". -### Example 3: Get a plan member using InputObject +### Example 3: Get a project policy using InputObject ```powershell -$planMember = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "MemberName" = "d702f662-b3f2-4796-9e8c-13c22378ced3"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -$planMember = Get-AzDevCenterAdminPlanMember -InputObject $planMember +$inputObject = @{ + ResourceGroupName = "testRg" + DevCenterName = "Contoso" + ProjectPolicyName = "myPolicy" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Get-AzDevCenterAdminProjectPolicy -InputObject $inputObject ``` -This command gets the plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan" under the resource group "testRg". +This command gets the project policy named "myPolicy" in the dev center "Contoso" using an input object. ## PARAMETERS @@ -76,44 +82,44 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -DevCenterName +The name of the devcenter. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: GetViaIdentity +Type: System.String +Parameter Sets: List, Get Aliases: Required: True Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberName -The name of a devcenter plan member. +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.String -Parameter Sets: Get +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: GetViaIdentity Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PlanName -The name of the devcenter plan. +### -Name +The name of the project policy. ```yaml Type: System.String -Parameter Sets: List, Get -Aliases: +Parameter Sets: Get +Aliases: ProjectPolicyName Required: True Position: Named @@ -162,7 +168,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlanMember +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectPolicy ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminSchedule.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminSchedule.md index adadb5b14afa..f6ecb4c86c1c 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminSchedule.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminSchedule.md @@ -149,7 +149,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminSku.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminSku.md index 64c8ff753910..fe955ccc2af3 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminSku.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminSku.md @@ -8,17 +8,24 @@ schema: 2.0.0 # Get-AzDevCenterAdminSku ## SYNOPSIS -Lists the Microsoft.DevCenter SKUs available in a subscription +Lists SKUs available to the project ## SYNTAX +### List1 (Default) ``` Get-AzDevCenterAdminSku [-SubscriptionId ] [-DefaultProfile ] - [] + [-WhatIf] [-Confirm] [] +``` + +### List +``` +Get-AzDevCenterAdminSku -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Lists the Microsoft.DevCenter SKUs available in a subscription +Lists SKUs available to the project ## EXAMPLES @@ -47,6 +54,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectName +The name of the project. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -62,6 +100,37 @@ Accept pipeline input: False 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). @@ -69,7 +138,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterSku +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevCenterSku ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminUsage.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminUsage.md index 84af73f019d3..7eb9c038f24e 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminUsage.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminUsage.md @@ -84,7 +84,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IUsage +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IUsage ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminAttachedNetwork.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminAttachedNetwork.md index 85fdb2804f2e..4584f4760b9e 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminAttachedNetwork.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminAttachedNetwork.md @@ -227,7 +227,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAttachedNetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAttachedNetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminCatalog.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminCatalog.md index 6d6f64843425..43569cb32169 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminCatalog.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminCatalog.md @@ -394,7 +394,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminDevBoxDefinition.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminDevBoxDefinition.md index 73601e3bd2dc..842062594254 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminDevBoxDefinition.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminDevBoxDefinition.md @@ -373,7 +373,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevBoxDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevBoxDefinition ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminDevCenter.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminDevCenter.md index 3c2c4b1196fb..df67ca582a84 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminDevCenter.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminDevCenter.md @@ -19,7 +19,7 @@ New-AzDevCenterAdminDevCenter -Name -ResourceGroupName [-Subsc [-DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-PlanId ] + [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-ProjectCatalogSettingCatalogItemSyncEnableStatus ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] @@ -31,7 +31,7 @@ New-AzDevCenterAdminDevCenter -InputObject -Location ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-PlanId ] + [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-ProjectCatalogSettingCatalogItemSyncEnableStatus ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] @@ -245,21 +245,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PlanId -Resource Id of an associated Plan - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ProjectCatalogSettingCatalogItemSyncEnableStatus Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. @@ -361,7 +346,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevCenter ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminEnvironmentType.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminEnvironmentType.md index d1d4c6396772..18f25ed75ad0 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminEnvironmentType.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminEnvironmentType.md @@ -213,7 +213,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminGallery.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminGallery.md index 571a5c7fc07a..e745073d15ea 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminGallery.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminGallery.md @@ -226,7 +226,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IGallery +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IGallery ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminNetworkConnection.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminNetworkConnection.md index 3034b65e218a..3b93512d9e3d 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminNetworkConnection.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminNetworkConnection.md @@ -351,7 +351,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.INetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminPool.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminPool.md index d084b6c80fa0..f38ee5a0fa20 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminPool.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminPool.md @@ -15,20 +15,34 @@ Creates or updates a machine pool ### CreateExpanded (Default) ``` New-AzDevCenterAdminPool -Name -ProjectName -ResourceGroupName - [-SubscriptionId ] -Location -DevBoxDefinitionName - -LocalAdministrator -NetworkConnectionName [-DisplayName ] - [-ManagedVirtualNetworkRegion ] [-SingleSignOnStatus ] + [-SubscriptionId ] -Location -LocalAdministrator + [-ActiveHourConfigurationAutoStartEnableStatus ] + [-ActiveHourConfigurationDefaultEndTimeHour ] [-ActiveHourConfigurationDefaultStartTimeHour ] + [-ActiveHourConfigurationDefaultTimeZone ] + [-ActiveHourConfigurationKeepAwakeEnableStatus ] [-DevBoxDefinitionName ] + [-DevBoxDefinitionType ] [-DevBoxTunnelEnableStatus ] + [-DisplayName ] [-ImageReferenceId ] [-ManagedVirtualNetworkRegion ] + [-NetworkConnectionName ] [-SingleSignOnStatus ] [-SkuCapacity ] + [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] [-StopOnDisconnectGracePeriodMinute ] [-StopOnDisconnectStatus ] + [-StopOnNoConnectGracePeriodMinute ] [-StopOnNoConnectStatus ] [-Tag ] [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` -New-AzDevCenterAdminPool -InputObject -Location -DevBoxDefinitionName - -LocalAdministrator -NetworkConnectionName [-DisplayName ] - [-ManagedVirtualNetworkRegion ] [-SingleSignOnStatus ] +New-AzDevCenterAdminPool -InputObject -Location + -LocalAdministrator [-ActiveHourConfigurationAutoStartEnableStatus ] + [-ActiveHourConfigurationDefaultEndTimeHour ] [-ActiveHourConfigurationDefaultStartTimeHour ] + [-ActiveHourConfigurationDefaultTimeZone ] + [-ActiveHourConfigurationKeepAwakeEnableStatus ] [-DevBoxDefinitionName ] + [-DevBoxDefinitionType ] [-DevBoxTunnelEnableStatus ] + [-DisplayName ] [-ImageReferenceId ] [-ManagedVirtualNetworkRegion ] + [-NetworkConnectionName ] [-SingleSignOnStatus ] [-SkuCapacity ] + [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] [-StopOnDisconnectGracePeriodMinute ] [-StopOnDisconnectStatus ] + [-StopOnNoConnectGracePeriodMinute ] [-StopOnNoConnectStatus ] [-Tag ] [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -55,6 +69,81 @@ This command creates a pool named "DevPool" in the project "DevProject". ## PARAMETERS +### -ActiveHourConfigurationAutoStartEnableStatus +Enables or disables whether the Dev Box should be automatically started at commencement of active hours. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoStartEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultEndTimeHour +The default end time of the active hours + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultStartTimeHour +The default start time of the active hours. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultTimeZone +The default IANA timezone id of the active hours. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationKeepAwakeEnableStatus +Enables or disables whether the Dev Box should be kept awake during active hours. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.KeepAwakeEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AsJob Run the command as a job @@ -87,14 +176,45 @@ Accept wildcard characters: False ``` ### -DevBoxDefinitionName -Name of a Dev Box definition in parent Project of this Pool +Name of a Dev Box definition in parent Project of this Pool. +Will be ignored if devBoxDefinitionType is Value. ```yaml Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxDefinitionType +Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxTunnelEnableStatus +Indicates whether Dev Box Tunnel is enabled for a the pool. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxTunnelEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False Position: Named Default value: None Accept pipeline input: False @@ -116,6 +236,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ImageReferenceId +Image ID, or Image version ID. +When Image ID is provided, its latest version will be used. + +```yaml +Type: System.String +Parameter Sets: (All) +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. @@ -200,7 +336,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -269,6 +405,86 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkuCapacity +If the SKU supports scale out/in then the capacity integer should be included. +If scale out/in is not possible for the resource this may be omitted. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuFamily +If the service has different generations of hardware, for the same SKU, then that can be captured here. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +The name of the SKU. +E.g. +P3. +It is typically a letter+number code + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuSize +The SKU size. +When the name field is the combination of tier and some other value, this would be the standalone code. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -StopOnDisconnectGracePeriodMinute The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. @@ -299,6 +515,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StopOnNoConnectGracePeriodMinute +The specified time in minutes to wait before stopping a Dev Box if no connection is made. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StopOnNoConnectStatus +Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -384,7 +630,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPool +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IPool ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProject.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProject.md index 1c246465fa20..c753ec5a8eae 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProject.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProject.md @@ -15,20 +15,33 @@ Creates or updates a project. ### CreateExpanded (Default) ``` New-AzDevCenterAdminProject -Name -ResourceGroupName [-SubscriptionId ] - -Location -DevCenterId [-CatalogSettingCatalogItemSyncType ] - [-Description ] [-DisplayName ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] [-MaxDevBoxesPerUser ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] + -Location -DevCenterId [-AzureAiServiceSettingAzureAiServicesMode ] + [-CatalogSettingCatalogItemSyncType ] + [-CustomizationSettingIdentity ] + [-CustomizationSettingUserCustomizationsEnableStatus ] [-Description ] + [-DevBoxAutoDeleteSettingDeleteMode ] [-DevBoxAutoDeleteSettingGracePeriod ] + [-DevBoxAutoDeleteSettingInactiveThreshold ] [-DisplayName ] + [-IdentityType ] [-IdentityUserAssignedIdentity ] + [-MaxDevBoxesPerUser ] [-ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject ] + [-ServerlessGpuSessionSettingServerlessGpuSessionsMode ] [-Tag ] + [-WorkspaceStorageSettingWorkspaceStorageMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` New-AzDevCenterAdminProject -InputObject -Location -DevCenterId - [-CatalogSettingCatalogItemSyncType ] [-Description ] [-DisplayName ] + [-AzureAiServiceSettingAzureAiServicesMode ] + [-CatalogSettingCatalogItemSyncType ] + [-CustomizationSettingIdentity ] + [-CustomizationSettingUserCustomizationsEnableStatus ] [-Description ] + [-DevBoxAutoDeleteSettingDeleteMode ] [-DevBoxAutoDeleteSettingGracePeriod ] + [-DevBoxAutoDeleteSettingInactiveThreshold ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-MaxDevBoxesPerUser ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-MaxDevBoxesPerUser ] [-ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject ] + [-ServerlessGpuSessionSettingServerlessGpuSessionsMode ] [-Tag ] + [-WorkspaceStorageSettingWorkspaceStorageMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -68,6 +81,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AzureAiServiceSettingAzureAiServicesMode +The property indicates whether Azure AI services is enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -CatalogSettingCatalogItemSyncType Indicates catalog item types that can be synced. @@ -83,6 +111,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CustomizationSettingIdentity +The identities that can to be used in customization scenarios; e.g., to clone a repository. +To construct, see NOTES section for CUSTOMIZATIONSETTINGIDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectCustomizationManagedIdentity[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CustomizationSettingUserCustomizationsEnableStatus +Indicates whether user customizations are enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DefaultProfile The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. @@ -114,6 +173,53 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevBoxAutoDeleteSettingDeleteMode +Indicates the delete mode for Dev Boxes within this project. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxAutoDeleteSettingGracePeriod +ISO8601 duration required for the dev box to be marked for deletion prior to it being deleted. +ISO8601 format PT[n]H[n]M[n]S. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxAutoDeleteSettingInactiveThreshold +ISO8601 duration required for the dev box to not be inactive prior to it being scheduled for deletion. +ISO8601 format PT[n]H[n]M[n]S. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DevCenterId Resource Id of an associated DevCenter @@ -269,6 +375,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject +When specified, limits the maximum number of concurrent sessions across all pools in the project. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServerlessGpuSessionSettingServerlessGpuSessionsMode +The property indicates whether serverless GPU access is enabled on the project. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -299,6 +435,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -WorkspaceStorageSettingWorkspaceStorageMode +Indicates whether workspace storage is enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.WorkspaceStorageMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -339,7 +490,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProject ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectCatalog.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectCatalog.md index 026fa1bf49e4..a5f80bf5876a 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectCatalog.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectCatalog.md @@ -394,7 +394,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectEnvironmentType.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectEnvironmentType.md index 6b7ba913b424..a6239ae444ca 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectEnvironmentType.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectEnvironmentType.md @@ -15,20 +15,20 @@ Creates or updates a project environment type. ### CreateExpanded (Default) ``` New-AzDevCenterAdminProjectEnvironmentType -EnvironmentTypeName -ProjectName - -ResourceGroupName [-SubscriptionId ] -DeploymentTargetId - -Status [-CreatorRoleAssignmentRole ] [-DisplayName ] - [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Location ] + -ResourceGroupName [-SubscriptionId ] [-CreatorRoleAssignmentRole ] + [-DeploymentTargetId ] [-DisplayName ] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-Location ] [-Status ] [-Tag ] [-UserRoleAssignment ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` -New-AzDevCenterAdminProjectEnvironmentType -InputObject -DeploymentTargetId - -Status [-CreatorRoleAssignmentRole ] [-DisplayName ] +New-AzDevCenterAdminProjectEnvironmentType -InputObject + [-CreatorRoleAssignmentRole ] [-DeploymentTargetId ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Location ] - [-Tag ] [-UserRoleAssignment ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-Status ] [-Tag ] [-UserRoleAssignment ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -115,7 +115,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -254,7 +254,7 @@ Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnable Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -347,7 +347,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectPolicy.md similarity index 53% rename from src/DevCenter/DevCenter/help/New-AzDevCenterAdminPlan.md rename to src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectPolicy.md index c2095bad4c3f..d1e0c357fd30 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminPlan.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminProjectPolicy.md @@ -1,52 +1,78 @@ --- external help file: Az.DevCenter-help.xml Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminplan +online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminprojectpolicy schema: 2.0.0 --- -# New-AzDevCenterAdminPlan +# New-AzDevCenterAdminProjectPolicy ## SYNOPSIS -Creates or updates a devcenter plan resource +Creates or updates an project policy. ## SYNTAX ### CreateExpanded (Default) ``` -New-AzDevCenterAdminPlan -Name -ResourceGroupName [-SubscriptionId ] - -Location [-SkuCapacity ] [-SkuFamily ] [-SkuName ] [-SkuSize ] - [-SkuTier ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] +New-AzDevCenterAdminProjectPolicy -DevCenterName -Name -ResourceGroupName + [-SubscriptionId ] [-ResourcePolicy ] [-Scope ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ### CreateViaIdentityExpanded ``` -New-AzDevCenterAdminPlan -InputObject -Location [-SkuCapacity ] - [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] +New-AzDevCenterAdminProjectPolicy -InputObject [-ResourcePolicy ] + [-Scope ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Creates or updates a devcenter plan resource +Creates or updates an project policy. ## EXAMPLES -### Example 1: Create a plan +### Example 1: Create a project policy with resource policies and scopes ```powershell -New-AzDevCenterAdminPlan -Name ContosoPlan -ResourceGroupName testRg -Location eastus -SkuName CCOG_Standard +$resourcePolicies = @( + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win10-m365-gen2" }; + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win11-m365-gen2" }; + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/attachednetworks/network-westus3" }; + @{ Action = "Allow"; ResourceType = "Skus" } +) +$scopes = @( + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject"; + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject2" +) +New-AzDevCenterAdminProjectPolicy ` + -DevCenterName "Contoso" ` + -Name "myPolicy" ` + -ResourceGroupName "testRg" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ` + -ResourcePolicy $resourcePolicies ` + -Scope $scopes ``` -This command creates a plan named "ContosoPlan" in the resource group "testRg". +This command creates a project policy named "myPolicy" in the dev center "Contoso" with multiple resource policies and scopes. -### Example 3: Create a plan using InputObject +### Example 2: Create a project policy using InputObject ```powershell -$plan = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -New-AzDevCenterAdminPlan -InputObject $plan -Location eastus -SkuName CCOG_Standard +$inputObject = @{ + ResourceGroupName = "testRg" + DevCenterName = "Contoso" + ProjectPolicyName = "myPolicy" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +$resourcePolicies = @( + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win10-m365-gen2" } +) +$scopes = @( + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject" +) +New-AzDevCenterAdminProjectPolicy -InputObject $inputObject -ResourcePolicy $resourcePolicies -Scope $scopes ``` -This command creates a plan named "ContosoPlan" in the resource group "testRg". +This command creates a project policy using an input object and assigns a single resource policy and scope. ## PARAMETERS @@ -81,44 +107,44 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -DevCenterName +The name of the devcenter. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: CreateViaIdentityExpanded +Type: System.String +Parameter Sets: CreateExpanded Aliases: Required: True Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -Location -The geo-location where the resource lives +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.String -Parameter Sets: (All) +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: CreateViaIdentityExpanded Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` ### -Name -The name of the devcenter plan. +The name of the project policy. ```yaml Type: System.String Parameter Sets: CreateExpanded -Aliases: PlanName +Aliases: ProjectPolicyName Required: True Position: Named @@ -158,12 +184,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SkuCapacity -If the SKU supports scale out/in then the capacity integer should be included. -If scale out/in is not possible for the resource this may be omitted. +### -ResourcePolicy +Resource policies that are a part of this project policy. +To construct, see NOTES section for RESOURCEPOLICY properties and create a hash table. ```yaml -Type: System.Int32 +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IResourcePolicy[] Parameter Sets: (All) Aliases: @@ -174,60 +200,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SkuFamily -If the service has different generations of hardware, for the same SKU, then that can be captured here. +### -Scope +Resources that have access to the shared resources that are a part of this project policy. ```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuName -The name of the SKU. -E.g. -P3. -It is typically a letter+number code - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuSize -The SKU size. -When the name field is the combination of tier and some other value, this would be the standalone code. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuTier -This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier +Type: System.String[] Parameter Sets: (All) Aliases: @@ -253,21 +230,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Tag -Resource tags. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -308,7 +270,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlan +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectPolicy ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminSchedule.md b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminSchedule.md index 967169357637..7080bf63d031 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminSchedule.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterAdminSchedule.md @@ -258,7 +258,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule ## NOTES diff --git a/src/DevCenter/DevCenter/help/Remove-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter/help/Remove-AzDevCenterAdminProjectPolicy.md similarity index 78% rename from src/DevCenter/DevCenter/help/Remove-AzDevCenterAdminPlanMember.md rename to src/DevCenter/DevCenter/help/Remove-AzDevCenterAdminProjectPolicy.md index 188ae6157921..9c5caf6dc9b6 100644 --- a/src/DevCenter/DevCenter/help/Remove-AzDevCenterAdminPlanMember.md +++ b/src/DevCenter/DevCenter/help/Remove-AzDevCenterAdminProjectPolicy.md @@ -1,49 +1,49 @@ --- external help file: Az.DevCenter-help.xml Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradminplanmember +online version: https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteradminprojectpolicy schema: 2.0.0 --- -# Remove-AzDevCenterAdminPlanMember +# Remove-AzDevCenterAdminProjectPolicy ## SYNOPSIS -Deletes a devcenter plan member +Deletes an project policy. ## SYNTAX ### Delete (Default) ``` -Remove-AzDevCenterAdminPlanMember -MemberName -PlanName -ResourceGroupName +Remove-AzDevCenterAdminProjectPolicy -DevCenterName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` -Remove-AzDevCenterAdminPlanMember -InputObject [-DefaultProfile ] [-AsJob] +Remove-AzDevCenterAdminProjectPolicy -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Deletes a devcenter plan member +Deletes an project policy. ## EXAMPLES -### Example 1: Deletes an plan member +### Example 1: Remove a project policy ```powershell -Remove-AzDevCenterAdminPlanMember -ResourceGroupName testRg -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 +Remove-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -Name MyPolicy -ResourceGroupName testRg ``` -This command deletes the plan member d702f662-b3f2-4796-9e8c-13c22378ced3 in the plan "ContosoPlan". +This command deletes the project policy named "MyPolicy" in the dev center "Contoso". -### Example 2: Deletes an plan member using InputObject +### Example 2: Remove a project policy using InputObject ```powershell -$planMember = Get-AzDevCenterAdminPlanMember -ResourceGroupName testRg -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -Remove-AzDevCenterAdminPlanMember -InputObject $planMember +$policy = Get-AzDevCenterAdminProjectPolicy -DevCenterName Contoso -Name MyPolicy -ResourceGroupName testRg +Remove-AzDevCenterAdminProjectPolicy -InputObject $policy ``` -This command deletes the plan member "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +This command deletes the project policy named "MyPolicy" in the dev center "Contoso". ## PARAMETERS @@ -78,6 +78,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevCenterName +The name of the devcenter. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +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. @@ -94,13 +109,13 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -MemberName -The name of a devcenter plan member. +### -Name +The name of the project policy. ```yaml Type: System.String Parameter Sets: Delete -Aliases: +Aliases: ProjectPolicyName Required: True Position: Named @@ -139,21 +154,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PlanName -The name of the devcenter plan. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminPlanMember.md b/src/DevCenter/DevCenter/help/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md similarity index 60% rename from src/DevCenter/DevCenter/help/New-AzDevCenterAdminPlanMember.md rename to src/DevCenter/DevCenter/help/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md index e521181eee64..64858b9fdd6f 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterAdminPlanMember.md +++ b/src/DevCenter/DevCenter/help/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md @@ -1,53 +1,72 @@ --- external help file: Az.DevCenter-help.xml Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteradminplanmember +online version: https://learn.microsoft.com/powershell/module/az.devcenter/stop-azdevcenteradminprojectcatalogimagedefinitionbuild schema: 2.0.0 --- -# New-AzDevCenterAdminPlanMember +# Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild ## SYNOPSIS -Creates or updates a devcenter plan member resource +Cancels the specified build for an image definition. ## SYNTAX -### CreateExpanded (Default) +### Cancel (Default) ``` -New-AzDevCenterAdminPlanMember -MemberName -PlanName -ResourceGroupName - [-SubscriptionId ] -MemberId -MemberType [-PropertiesTag ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild -BuildName -CatalogName + -ImageDefinitionName -ProjectName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### CreateViaIdentityExpanded +### CancelViaIdentity ``` -New-AzDevCenterAdminPlanMember -InputObject -MemberId - -MemberType [-PropertiesTag ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION -Creates or updates a devcenter plan member resource +Cancels the specified build for an image definition. ## EXAMPLES -### Example 1: Create an plan member +### Example 1: Cancel a build for an image definition ```powershell -$tags = @{"dev" ="test"} -New-AzDevCenterAdminPlanMember -PlanName ContosoPlan -MemberName d702f662-b3f2-4796-9e8c-13c22378ced3 -ResourceGroupName testRg -Tag $tags -MemberId d702f662-b3f2-4796-9e8c-13c22378ced3 -MemberType User +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild ` + -BuildName "0a28fc61-6f87-4611-8fe2-32df44ab93b7" ` + -CatalogName "CentralCatalog" ` + -ImageDefinitionName "DefaultDevImage" ` + -ProjectName "DevProject" ` + -ResourceGroupName "rg1" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ``` -This command creates an plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +```output +True +``` + +This command cancels the build with ID "0a28fc61-6f87-4611-8fe2-32df44ab93b7" for the image definition "DefaultDevImage" in the catalog "CentralCatalog" under project "DevProject". -### Example 2: Create an plan member using InputObject +### Example 2: Cancel a build using InputObject ```powershell -$tags = @{"dev" ="test"} -$planMember = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "MemberName" = "d702f662-b3f2-4796-9e8c-13c22378ced3"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -New-AzDevCenterAdminPlanMember -InputObject $planMember -Tag $tags -MemberId d702f662-b3f2-4796-9e8c-13c22378ced3 -MemberType User +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + BuildName = "0a28fc61-6f87-4611-8fe2-32df44ab93b7" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject $inputObject +``` + +```output +True ``` -This command creates an plan member named "d702f662-b3f2-4796-9e8c-13c22378ced3" in the plan "ContosoPlan". +This command cancels the specified build using an input object. ## PARAMETERS @@ -66,59 +85,58 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. +### -BuildName +The ID of the Image Definition Build. ```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential +Type: System.String +Parameter Sets: Cancel +Aliases: -Required: False +Required: True 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. +### -CatalogName +The name of the Catalog. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity -Parameter Sets: CreateViaIdentityExpanded +Type: System.String +Parameter Sets: Cancel Aliases: Required: True Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberId -The unique id of the member. +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml -Type: System.String +Type: System.Management.Automation.PSObject Parameter Sets: (All) -Aliases: +Aliases: AzureRMContext, AzureCredential -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberName -The name of a devcenter plan member. +### -ImageDefinitionName +The name of the Image Definition. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: Cancel Aliases: Required: True @@ -128,18 +146,19 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -MemberType -The type of the member (user, group) +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberType -Parameter Sets: (All) +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity +Parameter Sets: CancelViaIdentity Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` @@ -158,30 +177,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PlanName -The name of the devcenter plan. +### -PassThru +Returns true when the command succeeds ```yaml -Type: System.String -Parameter Sets: CreateExpanded +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -PropertiesTag -Resource tags. +### -ProjectName +The name of the project. ```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) +Type: System.String +Parameter Sets: Cancel Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -194,7 +213,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: Cancel Aliases: Required: True @@ -209,7 +228,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: Cancel Aliases: Required: False @@ -219,21 +238,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Tag -Resource tags. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -274,7 +278,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlanMember +### System.Boolean ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminCatalog.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminCatalog.md index 1c16997dd320..74fe41e61bf0 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminCatalog.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminCatalog.md @@ -366,7 +366,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminDevBoxDefinition.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminDevBoxDefinition.md index 203f1899c25a..cc1b162de358 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminDevBoxDefinition.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminDevBoxDefinition.md @@ -366,7 +366,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevBoxDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevBoxDefinition ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminDevCenter.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminDevCenter.md index f53f897b9e80..dd018ac6acb6 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminDevCenter.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminDevCenter.md @@ -18,7 +18,7 @@ Update-AzDevCenterAdminDevCenter -Name -ResourceGroupName [-Su [-DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-PlanId ] + [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-ProjectCatalogSettingCatalogItemSyncEnableStatus ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] @@ -30,7 +30,7 @@ Update-AzDevCenterAdminDevCenter -InputObject [-DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-PlanId ] + [-NetworkSettingMicrosoftHostedNetworkEnableStatus ] [-ProjectCatalogSettingCatalogItemSyncEnableStatus ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] @@ -214,21 +214,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PlanId -Resource Id of an associated Plan - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ProjectCatalogSettingCatalogItemSyncEnableStatus Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. @@ -330,7 +315,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevCenter ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminEnvironmentType.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminEnvironmentType.md index 54d22d7911ad..2b6acd0c337f 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminEnvironmentType.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminEnvironmentType.md @@ -215,7 +215,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminNetworkConnection.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminNetworkConnection.md index f1998605f3e3..e91b0faf3aab 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminNetworkConnection.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminNetworkConnection.md @@ -304,7 +304,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.INetworkConnection ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPool.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPool.md index 57de706e1b6e..fe05197b8f4c 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPool.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPool.md @@ -15,21 +15,36 @@ Partially updates a machine pool ### UpdateExpanded (Default) ``` Update-AzDevCenterAdminPool -Name -ProjectName -ResourceGroupName - [-SubscriptionId ] [-DevBoxDefinitionName ] [-DisplayName ] - [-LocalAdministrator ] [-ManagedVirtualNetworkRegion ] - [-NetworkConnectionName ] [-SingleSignOnStatus ] - [-StopOnDisconnectGracePeriodMinute ] [-StopOnDisconnectStatus ] - [-Tag ] [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-SubscriptionId ] [-ActiveHourConfigurationAutoStartEnableStatus ] + [-ActiveHourConfigurationDefaultEndTimeHour ] [-ActiveHourConfigurationDefaultStartTimeHour ] + [-ActiveHourConfigurationDefaultTimeZone ] + [-ActiveHourConfigurationKeepAwakeEnableStatus ] [-DevBoxDefinitionName ] + [-DevBoxDefinitionType ] [-DevBoxTunnelEnableStatus ] + [-DisplayName ] [-ImageReferenceId ] [-LocalAdministrator ] + [-ManagedVirtualNetworkRegion ] [-NetworkConnectionName ] + [-SingleSignOnStatus ] [-SkuCapacity ] [-SkuFamily ] [-SkuName ] + [-SkuSize ] [-SkuTier ] [-StopOnDisconnectGracePeriodMinute ] + [-StopOnDisconnectStatus ] [-StopOnNoConnectGracePeriodMinute ] + [-StopOnNoConnectStatus ] [-Tag ] + [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzDevCenterAdminPool -InputObject [-DevBoxDefinitionName ] - [-DisplayName ] [-LocalAdministrator ] [-ManagedVirtualNetworkRegion ] - [-NetworkConnectionName ] [-SingleSignOnStatus ] - [-StopOnDisconnectGracePeriodMinute ] [-StopOnDisconnectStatus ] - [-Tag ] [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] +Update-AzDevCenterAdminPool -InputObject + [-ActiveHourConfigurationAutoStartEnableStatus ] + [-ActiveHourConfigurationDefaultEndTimeHour ] [-ActiveHourConfigurationDefaultStartTimeHour ] + [-ActiveHourConfigurationDefaultTimeZone ] + [-ActiveHourConfigurationKeepAwakeEnableStatus ] [-DevBoxDefinitionName ] + [-DevBoxDefinitionType ] [-DevBoxTunnelEnableStatus ] + [-DisplayName ] [-ImageReferenceId ] [-LocalAdministrator ] + [-ManagedVirtualNetworkRegion ] [-NetworkConnectionName ] + [-SingleSignOnStatus ] [-SkuCapacity ] [-SkuFamily ] [-SkuName ] + [-SkuSize ] [-SkuTier ] [-StopOnDisconnectGracePeriodMinute ] + [-StopOnDisconnectStatus ] [-StopOnNoConnectGracePeriodMinute ] + [-StopOnNoConnectStatus ] [-Tag ] + [-VirtualNetworkType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -55,6 +70,81 @@ This command updates a pool named "DevPool" in the project "DevProject". ## PARAMETERS +### -ActiveHourConfigurationAutoStartEnableStatus +Enables or disables whether the Dev Box should be automatically started at commencement of active hours. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoStartEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultEndTimeHour +The default end time of the active hours + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultStartTimeHour +The default start time of the active hours. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationDefaultTimeZone +The default IANA timezone id of the active hours. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ActiveHourConfigurationKeepAwakeEnableStatus +Enables or disables whether the Dev Box should be kept awake during active hours. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.KeepAwakeEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AsJob Run the command as a job @@ -87,7 +177,8 @@ Accept wildcard characters: False ``` ### -DevBoxDefinitionName -Name of a Dev Box definition in parent Project of this Pool +Name of a Dev Box definition in parent Project of this Pool. +Will be ignored if devBoxDefinitionType is Value. ```yaml Type: System.String @@ -101,6 +192,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevBoxDefinitionType +Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxTunnelEnableStatus +Indicates whether Dev Box Tunnel is enabled for a the pool. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxTunnelEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DisplayName The display name of the pool. @@ -116,6 +237,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ImageReferenceId +Image ID, or Image version ID. +When Image ID is provided, its latest version will be used. + +```yaml +Type: System.String +Parameter Sets: (All) +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. @@ -254,6 +391,86 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkuCapacity +If the SKU supports scale out/in then the capacity integer should be included. +If scale out/in is not possible for the resource this may be omitted. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuFamily +If the service has different generations of hardware, for the same SKU, then that can be captured here. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +The name of the SKU. +E.g. +P3. +It is typically a letter+number code + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuSize +The SKU size. +When the name field is the combination of tier and some other value, this would be the standalone code. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -StopOnDisconnectGracePeriodMinute The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. @@ -284,6 +501,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StopOnNoConnectGracePeriodMinute +The specified time in minutes to wait before stopping a Dev Box if no connection is made. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StopOnNoConnectStatus +Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -369,7 +616,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPool +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IPool ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProject.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProject.md index d7428d86744c..294034c732f1 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProject.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProject.md @@ -15,19 +15,33 @@ Partially updates a project. ### UpdateExpanded (Default) ``` Update-AzDevCenterAdminProject -Name -ResourceGroupName [-SubscriptionId ] - [-CatalogSettingCatalogItemSyncType ] [-Description ] [-DisplayName ] + [-AzureAiServiceSettingAzureAiServicesMode ] + [-CatalogSettingCatalogItemSyncType ] + [-CustomizationSettingIdentity ] + [-CustomizationSettingUserCustomizationsEnableStatus ] [-Description ] + [-DevBoxAutoDeleteSettingDeleteMode ] [-DevBoxAutoDeleteSettingGracePeriod ] + [-DevBoxAutoDeleteSettingInactiveThreshold ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-MaxDevBoxesPerUser ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-MaxDevBoxesPerUser ] [-ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject ] + [-ServerlessGpuSessionSettingServerlessGpuSessionsMode ] [-Tag ] + [-WorkspaceStorageSettingWorkspaceStorageMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzDevCenterAdminProject -InputObject - [-CatalogSettingCatalogItemSyncType ] [-Description ] [-DisplayName ] + [-AzureAiServiceSettingAzureAiServicesMode ] + [-CatalogSettingCatalogItemSyncType ] + [-CustomizationSettingIdentity ] + [-CustomizationSettingUserCustomizationsEnableStatus ] [-Description ] + [-DevBoxAutoDeleteSettingDeleteMode ] [-DevBoxAutoDeleteSettingGracePeriod ] + [-DevBoxAutoDeleteSettingInactiveThreshold ] [-DisplayName ] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-MaxDevBoxesPerUser ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-MaxDevBoxesPerUser ] [-ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject ] + [-ServerlessGpuSessionSettingServerlessGpuSessionsMode ] [-Tag ] + [-WorkspaceStorageSettingWorkspaceStorageMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -68,6 +82,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AzureAiServiceSettingAzureAiServicesMode +The property indicates whether Azure AI services is enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -CatalogSettingCatalogItemSyncType Indicates catalog item types that can be synced. @@ -83,6 +112,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CustomizationSettingIdentity +The identities that can to be used in customization scenarios; e.g., to clone a repository. +To construct, see NOTES section for CUSTOMIZATIONSETTINGIDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectCustomizationManagedIdentity[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CustomizationSettingUserCustomizationsEnableStatus +Indicates whether user customizations are enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DefaultProfile The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. @@ -114,6 +174,53 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevBoxAutoDeleteSettingDeleteMode +Indicates the delete mode for Dev Boxes within this project. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxAutoDeleteSettingGracePeriod +ISO8601 duration required for the dev box to be marked for deletion prior to it being deleted. +ISO8601 format PT[n]H[n]M[n]S. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevBoxAutoDeleteSettingInactiveThreshold +ISO8601 duration required for the dev box to not be inactive prior to it being scheduled for deletion. +ISO8601 format PT[n]H[n]M[n]S. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DisplayName The display name of the project. @@ -239,6 +346,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ServerlessGpuSessionSettingMaxConcurrentSessionsPerProject +When specified, limits the maximum number of concurrent sessions across all pools in the project. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServerlessGpuSessionSettingServerlessGpuSessionsMode +The property indicates whether serverless GPU access is enabled on the project. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. @@ -269,6 +406,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -WorkspaceStorageSettingWorkspaceStorageMode +Indicates whether workspace storage is enabled. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.WorkspaceStorageMode +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -309,7 +461,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProject ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectCatalog.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectCatalog.md index 238409f0952b..43809c861e48 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectCatalog.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectCatalog.md @@ -148,7 +148,7 @@ Properties not provided in the update request will not be changed. To construct, see NOTES section for BODY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogUpdate +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogUpdate Parameter Sets: Patch, PatchViaIdentity Aliases: @@ -393,13 +393,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogUpdate +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogUpdate ### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectEnvironmentType.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectEnvironmentType.md index 22dc08b0f9cf..ffce5bb79ee4 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectEnvironmentType.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectEnvironmentType.md @@ -331,7 +331,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPlan.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectPolicy.md similarity index 59% rename from src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPlan.md rename to src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectPolicy.md index e2de1fd22e04..3ce970c0aead 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminPlan.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminProjectPolicy.md @@ -1,51 +1,69 @@ --- external help file: Az.DevCenter-help.xml Module Name: Az.DevCenter -online version: https://learn.microsoft.com/powershell/module/az.devcenter/update-azdevcenteradminplan +online version: https://learn.microsoft.com/powershell/module/az.devcenter/update-azdevcenteradminprojectpolicy schema: 2.0.0 --- -# Update-AzDevCenterAdminPlan +# Update-AzDevCenterAdminProjectPolicy ## SYNOPSIS -Partially updates a devcenter plan. +Partially updates an project policy. ## SYNTAX ### UpdateExpanded (Default) ``` -Update-AzDevCenterAdminPlan -Name -ResourceGroupName [-SubscriptionId ] - [-SkuCapacity ] [-SkuFamily ] [-SkuName ] [-SkuSize ] [-SkuTier ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] +Update-AzDevCenterAdminProjectPolicy -DevCenterName -Name -ResourceGroupName + [-SubscriptionId ] [-ResourcePolicy ] [-Scope ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzDevCenterAdminPlan -InputObject [-SkuCapacity ] [-SkuFamily ] - [-SkuName ] [-SkuSize ] [-SkuTier ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] +Update-AzDevCenterAdminProjectPolicy -InputObject [-ResourcePolicy ] + [-Scope ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Partially updates a devcenter plan. +Partially updates an project policy. ## EXAMPLES -### Example 1: Update a plan +### Example 1: Update the resource policies of a project policy ```powershell -Update-AzDevCenterAdminPlan -Name ContosoPlan -ResourceGroupName testRg -SkuName CCOG_Standard +$resourcePolicies = @( + @{ Resource = "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/default/images/microsoftvisualstudio_visualstudio2019plustools_vs-2019-ent-general-win10-m365-gen2" }; + @{ Action = "Deny"; ResourceType = "Skus" } +) +Update-AzDevCenterAdminProjectPolicy ` + -DevCenterName "Contoso" ` + -Name "myPolicy" ` + -ResourceGroupName "testRg" ` + -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" ` + -ResourcePolicy $resourcePolicies ``` -This command updates a plan named "ContosoPlan" in the resource group "testRg". +This command updates the project policy named "myPolicy" in the dev center "Contoso" to set new resource policies. -### Example 3: Update a plan using InputObject +### Example 2: Update the scopes of a project policy using InputObject ```powershell -$plan = @{"ResourceGroupName" = "testRg"; "PlanName" = "ContosoPlan"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} -Update-AzDevCenterAdminPlan -InputObject $plan -SkuName CCOG_Standard +$inputObject = @{ + ResourceGroupName = "testRg" + DevCenterName = "Contoso" + ProjectPolicyName = "myPolicy" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +} +$scopes = @( + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject"; + "/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/testRg/providers/Microsoft.DevCenter/projects/devProject2" +) +Update-AzDevCenterAdminProjectPolicy -InputObject $inputObject -Scope $scopes ``` -This command updates a plan named "ContosoPlan" in the resource group "testRg". +This command updates the scopes of the project policy "myPolicy" in the dev center "Contoso" using an input object. ## PARAMETERS @@ -80,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DevCenterName +The name of the devcenter. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +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. @@ -97,12 +130,12 @@ Accept wildcard characters: False ``` ### -Name -The name of the devcenter plan. +The name of the project policy. ```yaml Type: System.String Parameter Sets: UpdateExpanded -Aliases: PlanName +Aliases: ProjectPolicyName Required: True Position: Named @@ -142,45 +175,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SkuCapacity -If the SKU supports scale out/in then the capacity integer should be included. -If scale out/in is not possible for the resource this may be omitted. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuFamily -If the service has different generations of hardware, for the same SKU, then that can be captured here. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuName -The name of the SKU. -E.g. -P3. -It is typically a letter+number code +### -ResourcePolicy +Resource policies that are a part of this project policy. +To construct, see NOTES section for RESOURCEPOLICY properties and create a hash table. ```yaml -Type: System.String +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IResourcePolicy[] Parameter Sets: (All) Aliases: @@ -191,27 +191,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SkuSize -The SKU size. -When the name field is the combination of tier and some other value, this would be the standalone code. +### -Scope +Resources that have access to the shared resources that are a part of this project policy. ```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuTier -This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SkuTier +Type: System.String[] Parameter Sets: (All) Aliases: @@ -237,21 +221,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Tag -Resource tags. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -292,7 +261,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterPlan +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectPolicy ## NOTES diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminSchedule.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminSchedule.md index aa47b4045f6d..a3dbae675aa9 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminSchedule.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterAdminSchedule.md @@ -289,7 +289,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISchedule +### Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ISchedule ## NOTES