diff --git a/src/DevCenter/DevCenter.AutoRest/Properties/AssemblyInfo.cs b/src/DevCenter/DevCenter.AutoRest/Properties/AssemblyInfo.cs index ca3aac42ce85..28f062a356d8 100644 --- a/src/DevCenter/DevCenter.AutoRest/Properties/AssemblyInfo.cs +++ b/src/DevCenter/DevCenter.AutoRest/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [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.Reflection.AssemblyFileVersionAttribute("2.0.2")] +[assembly: System.Reflection.AssemblyVersionAttribute("2.0.2")] [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 00d82ce69352..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,144 +354,15 @@ 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 set: subject: OperationStatus - #Breaking changes - - where: - subject: ^Plan$|^PlanMember$ - set: - breaking-change: - change-description: The Plan and PlanMember resources will be removed. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: Connect - subject: ^Catalog$|^ProjectCatalog$ - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdmin") - change-description: PlanName and MemberName will be removed from the InputObject parameter. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: Get|Update|New|Remove - subject: DevCenter - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdminDevCenter") - change-description: PlanName and MemberName will be removed from the InputObject parameter. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - subject: DevCenter - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdminDevCenter") - deprecated-cmdlet-output-type: DevCenter - deprecated-output-properties: - - PlanId - change-description: PlanId will be removed from the DevCenter output. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: Get - subject: ^AttachedNetwork$|^Catalog$|^CatalogSyncErrorDetail$|^CustomizationTask$|^CustomizationTaskErrorDetail$|^DevBoxDefinition$|^EnvironmentDefinition$|^EnvironmentDefinitionErrorDetail$|^EnvironmentType$|^Gallery$|^Image$|^ImageVersion$|^NetworkConnection$|^NetworkConnectionHealthDetail$|^OperationStatus$|^Pool$|^Project$|^ProjectAllowedEnvironmentType$|^ProjectCatalog$|^ProjectCatalogSyncErrorDetail$|^ProjectEnvironmentDefinition$|^ProjectEnvironmentType$|^ProjectInheritedSetting$|^ProjectEnvironmentDefinitionErrorDetail$|^Schedule$ - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdmin") - change-description: PlanName and MemberName will be removed from the InputObject parameter. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: Get - subject: ImageVersion - variant: List - set: - breaking-change: - change-description: The default parameter set will change from list dev center image versions to list project image versions. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - parameter-name: PlanId - set: - breaking-change: - change-description: PlanId parameter will be removed. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: Invoke - subject: ^ExecuteCheckNameAvailability$|^ExecuteCheckScopedNameAvailability$ - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdmin") - change-description: PlanName and MemberName will be removed from the InputObject parameter. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: New - subject: ^AttachedNetwork$|^Catalog$|^DevBoxDefinition$|^EnvironmentType$|^Gallery$|^NetworkConnection$|^Pool$|^Project$|^ProjectCatalog$|^ProjectEnvironmentType$|^Schedule$ - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdmin") - change-description: PlanName and MemberName will be removed from the InputObject parameter. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: Remove - subject: ^AttachedNetwork$|^Catalog$|^DevBoxDefinition$|^EnvironmentType$|^Gallery$|^NetworkConnection$|^Pool$|^Project$|^ProjectCatalog$|^ProjectEnvironmentType$|^Schedule$ - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdmin") - change-description: PlanName and MemberName will be removed from the InputObject parameter. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: Start - subject: ^NetworkConnectionHealthCheck$|^PoolHealthCheck$ - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdmin") - change-description: PlanName and MemberName will be removed from the InputObject parameter. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: Sync - subject: ^Catalog$|^ProjectCatalog$ - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdmin") - change-description: PlanName and MemberName will be removed from the InputObject parameter. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - - where: - verb: Update - subject: ^Catalog$|^DevBoxDefinition$|^EnvironmentType$|^NetworkConnection$|^Pool$|^Project$|^ProjectCatalog$|^ProjectEnvironmentType$|^Schedule$ - set: - breaking-change: - replacement-cmdlet: $.replace("DevCenter", "AzDevCenterAdmin") - change-description: PlanName and MemberName will be removed from the InputObject parameter. - deprecated-by-version: 3.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/18 - where: subject: ^(.*) set: 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/Get-AzDevCenterAdminSchedule.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/Get-AzDevCenterAdminSchedule.ps1 index b7ec44ffa809..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,90 +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)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] 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 2e9af6a42e88..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,116 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] + [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 2202f980f1a8..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,183 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] + [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 f068335de64c..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,187 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] + [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 14a4c1aaeb20..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,114 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] + [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 748ec1d48420..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,166 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] + [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 6f43711b5de9..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPlan.ps1 +++ /dev/null @@ -1,208 +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')] -[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("The Plan resource will be deprecated", "15.0.0", "3.0.0", "2025/11/18")] -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 975a94e849ca..000000000000 --- a/src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPlanMember.ps1 +++ /dev/null @@ -1,191 +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')] -[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("The PlanMember resource will be deprecated", "15.0.0", "3.0.0", "2025/11/18")] -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 d9606f11521c..0d7495384fc9 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,179 +61,310 @@ 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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] - 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 6147cdbedbac..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,160 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] - 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 ac749db81696..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,9 +61,8 @@ 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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] param( [Parameter(ParameterSetName='CreateExpandedAdo', Mandatory)] [Parameter(ParameterSetName='CreateExpandedGitHub', Mandatory)] @@ -158,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()] @@ -181,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] @@ -238,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 8f72bdc630aa..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,168 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] + [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 ebe916815877..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,132 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] + [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/Remove-AzDevCenterAdminSchedule.ps1 b/src/DevCenter/DevCenter.AutoRest/custom/Remove-AzDevCenterAdminSchedule.ps1 index edfd0f34b9ab..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,113 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] + [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 271fde4322c0..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,141 +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')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.GenericBreakingChangeAttribute("MemberName and PlanName will be removed from InputObject", "15.0.0", "3.0.0", "2025/11/18")] + [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 6c201445036e..98388b085d8e 100644 --- a/src/DevCenter/DevCenter.AutoRest/docs/Az.DevCenter.md +++ b/src/DevCenter/DevCenter.AutoRest/docs/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. @@ -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..d9aaf2ed4aec --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/docs/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md @@ -0,0 +1,208 @@ +--- +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 builds in a image definition for a project +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -ImageDefinitionName "DefaultDevImage" -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 build by name +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -BuildName "0a28fc61-6f87-4611-8fe2-32df44ab93b7" -CatalogName "CentralCatalog" -ImageDefinitionName "DefaultDevImage" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets the image definition build "0a28fc61-6f87-4611-8fe2-32df44ab93b7" in the image definition "DefaultDevImage" for the project "DevProject". + +### Example 3: Get a specific image definition build using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" + BuildName = "0a28fc61-6f87-4611-8fe2-32df44ab93b7" +} +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject $inputObject +``` + +This command gets the image definition build "0a28fc61-6f87-4611-8fe2-32df44ab93b7" in the image definition "DefaultDevImage" 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/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..1303792d653b --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/examples/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md @@ -0,0 +1,28 @@ +### Example 1: Get all image definitions builds in a image definition for a project +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -ImageDefinitionName "DefaultDevImage" -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 build by name +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -BuildName "0a28fc61-6f87-4611-8fe2-32df44ab93b7" -CatalogName "CentralCatalog" -ImageDefinitionName "DefaultDevImage" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets the image definition build "0a28fc61-6f87-4611-8fe2-32df44ab93b7" in the image definition "DefaultDevImage" for the project "DevProject". + +### Example 3: Get a specific image definition build using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" + BuildName = "0a28fc61-6f87-4611-8fe2-32df44ab93b7" +} +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject $inputObject +``` + +This command gets the image definition build "0a28fc61-6f87-4611-8fe2-32df44ab93b7" in the image definition "DefaultDevImage" for the project "DevProject" using an input object. 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 0963107c4f1b..ca743a7b98b3 100644 --- a/src/DevCenter/DevCenter.AutoRest/generate-info.json +++ b/src/DevCenter/DevCenter.AutoRest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "ac3b0a11-4f4f-4d5b-a971-e820b3344978" + "generate_Id": "412c3969-68d0-48ad-a79e-20fedb1d09cd" } 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/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.Tests.ps1 new file mode 100644 index 000000000000..55bd9e5a855d --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.Tests.ps1 @@ -0,0 +1,25 @@ +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 'Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.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-AzDevCenterAdminProjectCatalogImageDefinitionImage' { + 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/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/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/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Tests.ps1 b/src/DevCenter/DevCenter.AutoRest/test/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Tests.ps1 new file mode 100644 index 000000000000..0d570e1983c0 --- /dev/null +++ b/src/DevCenter/DevCenter.AutoRest/test/Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild.Tests.ps1 @@ -0,0 +1,25 @@ +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 'Stop-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 'Stop-AzDevCenterAdminProjectCatalogImageDefinitionBuild' { + 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/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 7e718a44263b..a54729278ced 100644 --- a/src/DevCenter/DevCenter.sln +++ b/src/DevCenter/DevCenter.sln @@ -19,9 +19,9 @@ 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", "{231906C4-27A2-49F8-9F8D-D6CF401B8794}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenterdata", "DevCenterData.AutoRest\Az.DevCenterdata.csproj", "{7FA84E18-8E12-4187-8354-DFF9C93C40E0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenterdata", "..\..\generated\DevCenter\DevCenterData.AutoRest\Az.DevCenterdata.csproj", "{6DC670EC-719D-4C08-8E1E-8B8ABA3B0976}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenter", "..\..\generated\DevCenter\DevCenter.AutoRest\Az.DevCenter.csproj", "{84FA9B39-F0EE-463E-83EB-44369B41596E}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -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 - {231906C4-27A2-49F8-9F8D-D6CF401B8794}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {231906C4-27A2-49F8-9F8D-D6CF401B8794}.Debug|Any CPU.Build.0 = Debug|Any CPU - {231906C4-27A2-49F8-9F8D-D6CF401B8794}.Release|Any CPU.ActiveCfg = Release|Any CPU - {231906C4-27A2-49F8-9F8D-D6CF401B8794}.Release|Any CPU.Build.0 = Release|Any CPU - {6DC670EC-719D-4C08-8E1E-8B8ABA3B0976}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6DC670EC-719D-4C08-8E1E-8B8ABA3B0976}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6DC670EC-719D-4C08-8E1E-8B8ABA3B0976}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6DC670EC-719D-4C08-8E1E-8B8ABA3B0976}.Release|Any CPU.Build.0 = Release|Any CPU + {7FA84E18-8E12-4187-8354-DFF9C93C40E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7FA84E18-8E12-4187-8354-DFF9C93C40E0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7FA84E18-8E12-4187-8354-DFF9C93C40E0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7FA84E18-8E12-4187-8354-DFF9C93C40E0}.Release|Any CPU.Build.0 = Release|Any CPU + {84FA9B39-F0EE-463E-83EB-44369B41596E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {84FA9B39-F0EE-463E-83EB-44369B41596E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {84FA9B39-F0EE-463E-83EB-44369B41596E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {84FA9B39-F0EE-463E-83EB-44369B41596E}.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 2e1d1698772e..481ee21ecf6d 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: 7/30/2025 +# Generated on: 11/5/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 = '5.2.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.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,9 +72,13 @@ 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 = 'Approve-AzDevCenterUserDevBox', + 'Build-AzDevCenterAdminProjectCatalogImageDefinitionImage', + 'Connect-AzDevCenterAdminCatalog', 'Connect-AzDevCenterAdminProjectCatalog', 'Deploy-AzDevCenterUserEnvironment', + 'Disable-AzDevCenterUserDevBoxAddOn', + 'Enable-AzDevCenterUserDevBoxAddOn', 'Get-AzDevCenterAdminAttachedNetwork', 'Get-AzDevCenterAdminCatalog', 'Get-AzDevCenterAdminCatalogSyncErrorDetail', @@ -90,34 +94,44 @@ 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-AzDevCenterUserDevBoxAddon', 'Get-AzDevCenterUserDevBoxCustomizationGroup', 'Get-AzDevCenterUserDevBoxCustomizationTaskDefinition', 'Get-AzDevCenterUserDevBoxCustomizationTaskLog', + 'Get-AzDevCenterUserDevBoxImagingTaskLog', 'Get-AzDevCenterUserDevBoxOperation', 'Get-AzDevCenterUserDevBoxRemoteConnection', + 'Get-AzDevCenterUserDevBoxSnapshot', + 'Get-AzDevCenterUserDevCenterApproval', 'Get-AzDevCenterUserEnvironment', 'Get-AzDevCenterUserEnvironmentAction', 'Get-AzDevCenterUserEnvironmentDefinition', 'Get-AzDevCenterUserEnvironmentLog', 'Get-AzDevCenterUserEnvironmentOperation', 'Get-AzDevCenterUserEnvironmentOutput', - 'Get-AzDevCenterUserEnvironmentType', 'Get-AzDevCenterUserPool', - 'Get-AzDevCenterUserProject', 'Get-AzDevCenterUserSchedule', + 'Get-AzDevCenterUserEnvironmentType', + 'Get-AzDevCenterUserEnvironmentTypeAbility', + 'Get-AzDevCenterUserPool', 'Get-AzDevCenterUserProject', + 'Get-AzDevCenterUserProjectAbility', 'Get-AzDevCenterUserSchedule', 'Invoke-AzDevCenterAdminExecuteCheckNameAvailability', 'Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability', + 'Invoke-AzDevCenterUserAlignPool', 'Invoke-AzDevCenterUserDelayDevBoxAction', 'Invoke-AzDevCenterUserDelayEnvironmentAction', 'New-AzDevCenterAdminAttachedNetwork', @@ -126,12 +140,13 @@ 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-AzDevCenterUserDevBoxAddOn', 'New-AzDevCenterUserDevBoxCustomizationGroup', + 'New-AzDevCenterUserDevBoxSnapshot', 'New-AzDevCenterUserEnvironment', 'Remove-AzDevCenterAdminAttachedNetwork', 'Remove-AzDevCenterAdminCatalog', @@ -140,18 +155,23 @@ 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-AzDevCenterUserDevBoxAddOn', 'Remove-AzDevCenterUserEnvironment', 'Repair-AzDevCenterUserDevBox', - 'Restart-AzDevCenterUserDevBox', 'Skip-AzDevCenterUserDevBoxAction', + 'Restart-AzDevCenterUserDevBox', + 'Restore-AzDevCenterUserDevBoxSnapshot', + 'Set-AzDevCenterUserDevBoxActiveHour', + '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 +179,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 +210,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 +235,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/ChangeLog.md b/src/DevCenter/DevCenter/ChangeLog.md index 21510f5023b1..0d25f363ed9b 100644 --- a/src/DevCenter/DevCenter/ChangeLog.md +++ b/src/DevCenter/DevCenter/ChangeLog.md @@ -19,6 +19,9 @@ --> ## Upcoming Release +* Updated control plane to 2025-04-01-preview +* Updated data plane to 2025-04-01-preview + ## Version 2.0.2 * Added preannouncement breaking change messages. diff --git a/src/DevCenter/DevCenter/help/Approve-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenter/help/Approve-AzDevCenterUserDevBox.md new file mode 100644 index 000000000000..ac7f77c72a9a --- /dev/null +++ b/src/DevCenter/DevCenter/help/Approve-AzDevCenterUserDevBox.md @@ -0,0 +1,262 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/approve-azdevcenteruserdevbox +schema: 2.0.0 +--- + +# Approve-AzDevCenterUserDevBox + +## SYNOPSIS +Approves the creation of a Dev Box. + +## SYNTAX + +### Approve (Default) +``` +Approve-AzDevCenterUserDevBox -Endpoint -Name -ProjectName -UserId + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### ApproveViaIdentity +``` +Approve-AzDevCenterUserDevBox -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### ApproveByDevCenter +``` +Approve-AzDevCenterUserDevBox -DevCenterName -Name -ProjectName -UserId + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### ApproveViaIdentityByDevCenter +``` +Approve-AzDevCenterUserDevBox -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +## DESCRIPTION +Approves the creation of a Dev Box. + +## EXAMPLES + +### Example 1: Approve a dev box by endpoint +```powershell +Approve-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox +``` + +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +### Example 2: Approve a dev box by dev center +```powershell +Approve-AzDevCenterUserDevBox -DevCenterName Contoso -ProjectName DevProject -UserId "786a823c-8037-48ab-89b8-8599901e67d0" -Name myDevBox +``` + +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +### Example 3: Approve a dev box by endpoint and InputObject +```powershell +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +Approve-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $devBoxInput +``` + +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +### Example 4: Approve a dev box by dev center and InputObject +```powershell +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +Approve-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput +``` + +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: ApproveByDevCenter, ApproveViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Approve, ApproveViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: ApproveViaIdentity, ApproveViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Approve, ApproveByDevCenter +Aliases: DevBoxName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Approve, ApproveByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Approve, ApproveByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Az.DevCenter.md b/src/DevCenter/DevCenter/help/Az.DevCenter.md index ae00a8acca07..b64d509fe50b 100644 --- a/src/DevCenter/DevCenter/help/Az.DevCenter.md +++ b/src/DevCenter/DevCenter/help/Az.DevCenter.md @@ -11,6 +11,12 @@ Locale: en-US Microsoft Azure PowerShell: DevCenter cmdlets ## Az.DevCenter Cmdlets +### [Approve-AzDevCenterUserDevBox](Approve-AzDevCenterUserDevBox.md) +Approves the creation of a Dev Box. + +### [Build-AzDevCenterAdminProjectCatalogImageDefinitionImage](Build-AzDevCenterAdminProjectCatalogImageDefinitionImage.md) +Builds an image for the specified Image Definition. + ### [Connect-AzDevCenterAdminCatalog](Connect-AzDevCenterAdminCatalog.md) Connects a catalog to enable syncing. @@ -20,6 +26,12 @@ Connects a project catalog to enable syncing. ### [Deploy-AzDevCenterUserEnvironment](Deploy-AzDevCenterUserEnvironment.md) Creates or updates an environment. +### [Disable-AzDevCenterUserDevBoxAddOn](Disable-AzDevCenterUserDevBoxAddOn.md) +Disable a Dev Box addon. + +### [Enable-AzDevCenterUserDevBoxAddOn](Enable-AzDevCenterUserDevBoxAddOn.md) +Enable a Dev Box addon. + ### [Get-AzDevCenterAdminAttachedNetwork](Get-AzDevCenterAdminAttachedNetwork.md) Gets an attached NetworkConnection. @@ -72,12 +84,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 +96,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 +123,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. @@ -123,6 +144,9 @@ Gets a Dev Box. ### [Get-AzDevCenterUserDevBoxAction](Get-AzDevCenterUserDevBoxAction.md) Gets an action. +### [Get-AzDevCenterUserDevBoxAddon](Get-AzDevCenterUserDevBoxAddon.md) +Gets a Dev Box addon by Dev Box addon id. + ### [Get-AzDevCenterUserDevBoxCustomizationGroup](Get-AzDevCenterUserDevBoxCustomizationGroup.md) Gets a customization group. @@ -132,12 +156,21 @@ Gets a customization task. ### [Get-AzDevCenterUserDevBoxCustomizationTaskLog](Get-AzDevCenterUserDevBoxCustomizationTaskLog.md) Gets the log for a customization task. +### [Get-AzDevCenterUserDevBoxImagingTaskLog](Get-AzDevCenterUserDevBoxImagingTaskLog.md) +Gets the log for an imaging build task. + ### [Get-AzDevCenterUserDevBoxOperation](Get-AzDevCenterUserDevBoxOperation.md) Gets an operation on a Dev Box. ### [Get-AzDevCenterUserDevBoxRemoteConnection](Get-AzDevCenterUserDevBoxRemoteConnection.md) Gets RDP Connection info. +### [Get-AzDevCenterUserDevBoxSnapshot](Get-AzDevCenterUserDevBoxSnapshot.md) +Gets a snapshot by snapshot id. + +### [Get-AzDevCenterUserDevCenterApproval](Get-AzDevCenterUserDevCenterApproval.md) +Gets a list of Dev Box creations that are pending approval. + ### [Get-AzDevCenterUserEnvironment](Get-AzDevCenterUserEnvironment.md) Gets an environment. @@ -159,12 +192,18 @@ Gets Outputs from the environment. ### [Get-AzDevCenterUserEnvironmentType](Get-AzDevCenterUserEnvironmentType.md) Get an environment type configured for a project. +### [Get-AzDevCenterUserEnvironmentTypeAbility](Get-AzDevCenterUserEnvironmentTypeAbility.md) +Gets the signed-in user's permitted abilities in an environment type. + ### [Get-AzDevCenterUserPool](Get-AzDevCenterUserPool.md) Gets a pool. ### [Get-AzDevCenterUserProject](Get-AzDevCenterUserProject.md) Gets a project. +### [Get-AzDevCenterUserProjectAbility](Get-AzDevCenterUserProjectAbility.md) +Gets the signed-in user's permitted abilities in a project. + ### [Get-AzDevCenterUserSchedule](Get-AzDevCenterUserSchedule.md) Gets a schedule. @@ -174,6 +213,9 @@ Check the availability of name for resource ### [Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability](Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability.md) Check the availability of name for resource +### [Invoke-AzDevCenterUserAlignPool](Invoke-AzDevCenterUserAlignPool.md) +Aligns all Dev Boxes in the pool with the current configuration. + ### [Invoke-AzDevCenterUserDelayDevBoxAction](Invoke-AzDevCenterUserDelayDevBoxAction.md) Delays the occurrence of an action. @@ -201,12 +243,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,15 +255,24 @@ 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. ### [New-AzDevCenterUserDevBox](New-AzDevCenterUserDevBox.md) Creates or replaces a Dev Box. +### [New-AzDevCenterUserDevBoxAddOn](New-AzDevCenterUserDevBoxAddOn.md) +Creates a Dev Box addon. + ### [New-AzDevCenterUserDevBoxCustomizationGroup](New-AzDevCenterUserDevBoxCustomizationGroup.md) Applies customizations to the Dev Box. +### [New-AzDevCenterUserDevBoxSnapshot](New-AzDevCenterUserDevBoxSnapshot.md) +Captures a manual snapshot of the Dev Box.\nUpon completion, a snapshotId will be generated.\nTo retrieve all snapshots and their corresponding IDs, use the list snapshots endpoint. + ### [New-AzDevCenterUserEnvironment](New-AzDevCenterUserEnvironment.md) Creates or updates an environment. @@ -252,12 +297,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,12 +309,18 @@ 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. ### [Remove-AzDevCenterUserDevBox](Remove-AzDevCenterUserDevBox.md) Deletes a Dev Box. +### [Remove-AzDevCenterUserDevBoxAddOn](Remove-AzDevCenterUserDevBoxAddOn.md) +Deletes a Dev Box addon. + ### [Remove-AzDevCenterUserEnvironment](Remove-AzDevCenterUserEnvironment.md) Deletes an environment and all its associated resources @@ -286,6 +331,12 @@ The Dev Box may restart during this operation. ### [Restart-AzDevCenterUserDevBox](Restart-AzDevCenterUserDevBox.md) Restarts a Dev Box. +### [Restore-AzDevCenterUserDevBoxSnapshot](Restore-AzDevCenterUserDevBoxSnapshot.md) +Restores a Dev Box to a specified snapshot. + +### [Set-AzDevCenterUserDevBoxActiveHour](Set-AzDevCenterUserDevBoxActiveHour.md) +Lets a user set their own active hours for their Dev Box, overriding the defaults set at the pool level. + ### [Skip-AzDevCenterUserDevBoxAction](Skip-AzDevCenterUserDevBoxAction.md) Skips an occurrence of an action. @@ -302,6 +353,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 +383,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 +395,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/Deploy-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenter/help/Deploy-AzDevCenterUserEnvironment.md index f9e0ae09ec67..4a171895d52f 100644 --- a/src/DevCenter/DevCenter/help/Deploy-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenter/help/Deploy-AzDevCenterUserEnvironment.md @@ -340,7 +340,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment ## NOTES diff --git a/src/DevCenter/DevCenter/help/Disable-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenter/help/Disable-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..0dc89fee154d --- /dev/null +++ b/src/DevCenter/DevCenter/help/Disable-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,301 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/disable-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# Disable-AzDevCenterUserDevBoxAddOn + +## SYNOPSIS +Disable a Dev Box addon. + +## SYNTAX + +### Disable (Default) +``` +Disable-AzDevCenterUserDevBoxAddOn -Endpoint -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### DisableViaIdentity +``` +Disable-AzDevCenterUserDevBoxAddOn -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### DisableByDevCenter +``` +Disable-AzDevCenterUserDevBoxAddOn -DevCenterName -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### DisableViaIdentityByDevCenter +``` +Disable-AzDevCenterUserDevBoxAddOn -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +## DESCRIPTION +Disable a Dev Box addon. + +## EXAMPLES + +### Example 1: Disable a Dev Box add-on by endpoint +```powershell +Disable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 2: Disable a Dev Box add-on by dev center +```powershell +Disable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the dev center name. + +### Example 3: Disable a Dev Box add-on by endpoint and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Disable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` + +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Disable a Dev Box add-on by dev center and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Disable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` + +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AddOnName +Name of the dev box addon. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: DisableByDevCenter, DisableViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: DisableViaIdentity, DisableViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Enable-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenter/help/Enable-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..ebe36003b78b --- /dev/null +++ b/src/DevCenter/DevCenter/help/Enable-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,301 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/enable-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# Enable-AzDevCenterUserDevBoxAddOn + +## SYNOPSIS +Enable a Dev Box addon. + +## SYNTAX + +### Enable (Default) +``` +Enable-AzDevCenterUserDevBoxAddOn -Endpoint -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### EnableViaIdentity +``` +Enable-AzDevCenterUserDevBoxAddOn -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### EnableByDevCenter +``` +Enable-AzDevCenterUserDevBoxAddOn -DevCenterName -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### EnableViaIdentityByDevCenter +``` +Enable-AzDevCenterUserDevBoxAddOn -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +## DESCRIPTION +Enable a Dev Box addon. + +## EXAMPLES + +### Example 1: Enable a Dev Box add-on by endpoint +```powershell +Enable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 2: Enable a Dev Box add-on by dev center +```powershell +Enable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the dev center name. + +### Example 3: Enable a Dev Box add-on by endpoint and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Enable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` + +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Enable a Dev Box add-on by dev center and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Enable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` + +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AddOnName +Name of the dev box addon. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: EnableByDevCenter, EnableViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: EnableViaIdentity, EnableViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS 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 8f96f9ef871e..e10b502d9b9f 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminCatalogSyncErrorDetail.md +++ b/src/DevCenter/DevCenter/help/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/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..ffc1ae1cc06d --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild.md @@ -0,0 +1,207 @@ +--- +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 builds in a image definition for a project +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -ImageDefinitionName "DefaultDevImage" -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 build by name +```powershell +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -BuildName "0a28fc61-6f87-4611-8fe2-32df44ab93b7" -CatalogName "CentralCatalog" -ImageDefinitionName "DefaultDevImage" -ProjectName "DevProject" -ResourceGroupName "rg1" -SubscriptionId "0ac520ee-14c0-480f-b6c9-0a90c58ffff" +``` + +This command gets the image definition build "0a28fc61-6f87-4611-8fe2-32df44ab93b7" in the image definition "DefaultDevImage" for the project "DevProject". + +### Example 3: Get a specific image definition build using InputObject +```powershell +$inputObject = @{ + ResourceGroupName = "rg1" + ProjectName = "DevProject" + CatalogName = "CentralCatalog" + ImageDefinitionName = "DefaultDevImage" + SubscriptionId = "0ac520ee-14c0-480f-b6c9-0a90c58ffff" + BuildName = "0a28fc61-6f87-4611-8fe2-32df44ab93b7" +} +Get-AzDevCenterAdminProjectCatalogImageDefinitionBuild -InputObject $inputObject +``` + +This command gets the image definition build "0a28fc61-6f87-4611-8fe2-32df44ab93b7" in the image definition "DefaultDevImage" 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/Get-AzDevCenterUserCatalog.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserCatalog.md index ede0925aa352..92d96e16c676 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserCatalog.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserCatalog.md @@ -200,7 +200,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBox.md index 35e09522cf2d..8bdbc394f713 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBox.md @@ -268,7 +268,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBox +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxAction.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxAction.md index 99acc00c7b6a..12f9047e6c59 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxAction.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxAction.md @@ -118,7 +118,7 @@ Accept wildcard characters: False ``` ### -DevBoxName -The name of a Dev Box. +Display name for the Dev Box. ```yaml Type: System.String @@ -233,7 +233,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxAction +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAction ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxAddon.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxAddon.md new file mode 100644 index 000000000000..bb3af8ff3308 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxAddon.md @@ -0,0 +1,256 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# Get-AzDevCenterUserDevBoxAddon + +## SYNOPSIS +Gets a Dev Box addon by Dev Box addon id. + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterUserDevBoxAddon -Endpoint -DevBoxName -ProjectName [-UserId ] + [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzDevCenterUserDevBoxAddon -Endpoint -DevBoxName -ProjectName [-UserId ] + -AddOnName [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserDevBoxAddon -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserDevBoxAddon -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +### ListByDevCenter +``` +Get-AzDevCenterUserDevBoxAddon -DevCenterName -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserDevBoxAddon -DevCenterName -DevBoxName -ProjectName + [-UserId ] -AddOnName [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Gets a Dev Box addon by Dev Box addon id. + +## EXAMPLES + +### Example 1: Get all add-ons for a Dev Box by endpoint and user ID +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command gets all add-ons for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Get all add-ons for a Dev Box by endpoint and current user +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" +``` + +This command gets all add-ons for the dev box "myDevBox" assigned to the current signed-in user using the endpoint. + +### Example 3: Get a specific add-on for a Dev Box by dev center and user ID +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the dev center name. + +### Example 4: Get a specific add-on for a Dev Box by dev center and current user +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 5: Get a Dev Box add-on using InputObject +```powershell +$addonInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Get-AzDevCenterUserDevBoxAddon ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addonInput +``` + +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +## PARAMETERS + +### -AddOnName +Name of the dev box addon. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: List, Get, ListByDevCenter, GetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetViaIdentityByDevCenter, ListByDevCenter, GetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: List, Get, GetViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: List, Get, ListByDevCenter, GetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: List, Get, ListByDevCenter, GetByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAddOn + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationGroup.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationGroup.md index 7e149a2e0e40..a0b88fdc8034 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationGroup.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationGroup.md @@ -250,7 +250,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationGroup +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationGroup ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.md index 95e43e8eda3f..60cb190add5f 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.md @@ -218,7 +218,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTaskDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTaskDefinition ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md index a34af455b14b..18fa27c977c7 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md @@ -199,8 +199,7 @@ Accept wildcard characters: False ### -UserId The AAD object id of the user. -If value is 'me', the identity is taken from the - authentication context. +If value is 'me', the identity is taken from the authentication context. ```yaml Type: System.String diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxImagingTaskLog.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxImagingTaskLog.md new file mode 100644 index 000000000000..e7a4e1fdc29c --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxImagingTaskLog.md @@ -0,0 +1,197 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboximagingtasklog +schema: 2.0.0 +--- + +# Get-AzDevCenterUserDevBoxImagingTaskLog + +## SYNOPSIS +Gets the log for an imaging build task. + +## SYNTAX + +### Get (Default) +``` +Get-AzDevCenterUserDevBoxImagingTaskLog -Endpoint -ImageBuildLogId -ProjectName + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserDevBoxImagingTaskLog -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserDevBoxImagingTaskLog -DevCenterName -ImageBuildLogId -ProjectName + [-DefaultProfile ] [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserDevBoxImagingTaskLog -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets the log for an imaging build task. + +## EXAMPLES + +### Example 1: Get the log for an imaging build task by endpoint +```powershell +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -ImageBuildLogId "12345678-aaaa-bbbb-cccc-1234567890ab" +``` + +This command gets the log for the imaging build task with ID "12345678-aaaa-bbbb-cccc-1234567890ab" in the project "DevProject" using the endpoint. + +### Example 2: Get the log for an imaging build task by dev center name +```powershell +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -ImageBuildLogId "12345678-aaaa-bbbb-cccc-1234567890ab" +``` + +This command gets the log for the imaging build task with ID "12345678-aaaa-bbbb-cccc-1234567890ab" in the project "DevProject" using the dev center name. + +### Example 3: Get the log for an imaging build task using InputObject and endpoint +```powershell +$logInput = @{ + ProjectName = "DevProject" + ImageBuildLogId = "12345678-aaaa-bbbb-cccc-1234567890ab" +} +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $logInput +``` + +This command gets the log for the imaging build task using the endpoint and an identity object. + +### Example 4: Get the log for an imaging build task using InputObject and dev center name +```powershell +$logInput = @{ + ProjectName = "DevProject" + ImageBuildLogId = "12345678-aaaa-bbbb-cccc-1234567890ab" +} +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $logInput +``` + +This command gets the log for the imaging build task using the dev center name and an identity object. + +## 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetByDevCenter, GetViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImageBuildLogId +An imaging build log id. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: True +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### System.String + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxOperation.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxOperation.md index 03f6c9fb750c..324789748a5c 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxOperation.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxOperation.md @@ -233,7 +233,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxOperation +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxOperation ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxRemoteConnection.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxRemoteConnection.md index ab6ae3f69432..23b421605a68 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxRemoteConnection.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxRemoteConnection.md @@ -190,7 +190,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IRemoteConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IRemoteConnection ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxSnapshot.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxSnapshot.md new file mode 100644 index 000000000000..f99809035005 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevBoxSnapshot.md @@ -0,0 +1,258 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxsnapshot +schema: 2.0.0 +--- + +# Get-AzDevCenterUserDevBoxSnapshot + +## SYNOPSIS +Gets a snapshot by snapshot id. + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterUserDevBoxSnapshot -Endpoint -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzDevCenterUserDevBoxSnapshot -Endpoint -DevBoxName -ProjectName + [-UserId ] -SnapshotId [-DefaultProfile ] + [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserDevBoxSnapshot -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserDevBoxSnapshot -DevCenterName -DevBoxName -ProjectName + [-UserId ] -SnapshotId [-DefaultProfile ] + [] +``` + +### ListByDevCenter +``` +Get-AzDevCenterUserDevBoxSnapshot -DevCenterName -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserDevBoxSnapshot -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets a snapshot by snapshot id. + +## EXAMPLES + +### Example 1: Get all snapshots for a Dev Box by endpoint and user ID +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command gets all snapshots for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Get a specific snapshot for a Dev Box by endpoint and snapshot ID +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -SnapshotId "snapshot-1234" +``` + +This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 3: Get all snapshots for a Dev Box by dev center and current user +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" +``` + +This command gets all snapshots for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 4: Get a specific snapshot for a Dev Box by dev center and snapshot ID +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -SnapshotId "snapshot-1234" +``` + +This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 5: Get a snapshot using InputObject and endpoint +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + SnapshotId = "snapshot-1234" +} +Get-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $snapshotInput +``` + +This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox" using the endpoint and an identity object. + +## 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: List, Get, GetByDevCenter, ListByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetByDevCenter, ListByDevCenter, GetViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: List, Get, GetViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: List, Get, GetByDevCenter, ListByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SnapshotId +The id of the snapshot. +Should be treated as opaque string. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: List, Get, GetByDevCenter, ListByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxSnapshot + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevCenterApproval.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevCenterApproval.md new file mode 100644 index 000000000000..69b257e5b306 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserDevCenterApproval.md @@ -0,0 +1,171 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevcenterapproval +schema: 2.0.0 +--- + +# Get-AzDevCenterUserDevCenterApproval + +## SYNOPSIS +Gets a list of Dev Box creations that are pending approval. + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterUserDevCenterApproval -Endpoint -ProjectName [-Maxpagesize ] + [-Select ] [-Skip ] [-DefaultProfile ] + [] +``` + +### ListByDevCenter +``` +Get-AzDevCenterUserDevCenterApproval -DevCenterName -ProjectName [-Maxpagesize ] + [-Select ] [-Skip ] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Gets a list of Dev Box creations that are pending approval. + +## EXAMPLES + +### Example 1: Get all pending Dev Box approvals by endpoint +```powershell +Get-AzDevCenterUserDevCenterApproval ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" +``` + +This command gets all pending Dev Box creation approvals for the project "DevProject" using the specified endpoint. + +### Example 2: Get all pending Dev Box approvals by dev center name +```powershell +Get-AzDevCenterUserDevCenterApproval ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" +``` + +This command gets all pending Dev Box creation approvals for the project "DevProject" using the dev center name. + +## 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: ListByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Maxpagesize +The maximum number of result items per page. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Select +Select the specified fields to be included in the response. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +The number of result items to skip. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +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 + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IApproval + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironment.md index 586b5b180f2a..8858270bc024 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironment.md @@ -246,7 +246,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentAction.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentAction.md index f3a1390ce49f..34942691d3d9 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentAction.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentAction.md @@ -233,7 +233,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentAction +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentAction ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentDefinition.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentDefinition.md index 17dbccca8257..f8cf95e37497 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentDefinition.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentDefinition.md @@ -247,7 +247,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentDefinition ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentOperation.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentOperation.md index 7fc0239cc45e..bb04e9670230 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentOperation.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentOperation.md @@ -233,7 +233,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentOperation +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentOperation ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentOutput.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentOutput.md index 1f16a049223e..4cfd52fb5a7a 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentOutput.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentOutput.md @@ -190,7 +190,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentOutputs +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentOutputs ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentType.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentType.md index 449e621c008c..73f0f8273a62 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentType.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentType.md @@ -170,7 +170,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentTypeAbility.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentTypeAbility.md new file mode 100644 index 000000000000..ef5f2451ac95 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserEnvironmentTypeAbility.md @@ -0,0 +1,216 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironmenttypeability +schema: 2.0.0 +--- + +# Get-AzDevCenterUserEnvironmentTypeAbility + +## SYNOPSIS +Gets the signed-in user's permitted abilities in an environment type. + +## SYNTAX + +### Get (Default) +``` +Get-AzDevCenterUserEnvironmentTypeAbility -Endpoint -EnvironmentTypeName + -ProjectName [-UserId ] [-DefaultProfile ] + [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserEnvironmentTypeAbility -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserEnvironmentTypeAbility -DevCenterName -EnvironmentTypeName + -ProjectName [-UserId ] [-DefaultProfile ] + [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserEnvironmentTypeAbility -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets the signed-in user's permitted abilities in an environment type. + +## EXAMPLES + +### Example 1: Get the signed-in user's abilities for an environment type by endpoint +```powershell +Get-AzDevCenterUserEnvironmentTypeAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -EnvironmentTypeName "DevTest" +``` + +This command gets the permitted abilities for the signed-in user in the "DevTest" environment type for the project "DevProject" using the endpoint. + +### Example 2: Get a specific user's abilities for an environment type by dev center name +```powershell +Get-AzDevCenterUserEnvironmentTypeAbility ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -EnvironmentTypeName "DevTest" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command gets the permitted abilities for user "786a823c-8037-48ab-89b8-8599901e67d0" in the "DevTest" environment type for the project "DevProject" using the dev center name. + +### Example 3: Get the signed-in user's abilities for an environment type using InputObject and endpoint +```powershell +$envTypeInput = @{ + ProjectName = "DevProject" + EnvironmentTypeName = "DevTest" +} +Get-AzDevCenterUserEnvironmentTypeAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $envTypeInput +``` + +This command gets the permitted abilities for the signed-in user in the "DevTest" environment type using the endpoint and an identity object. + +### Example 4: Get the signed-in user's abilities for an environment type using InputObject and dev center name +```powershell +$envTypeInput = @{ + ProjectName = "DevProject" + EnvironmentTypeName = "DevTest" +} +Get-AzDevCenterUserEnvironmentTypeAbility ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $envTypeInput +``` + +This command gets the permitted abilities for the signed-in user in the "DevTest" environment type using the dev center name and an identity object. + +## 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetByDevCenter, GetViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnvironmentTypeName +The name of the environment type + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentTypeAbilities + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserPool.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserPool.md index 594a28231806..4be602876536 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserPool.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserPool.md @@ -200,7 +200,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IPool +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPool ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserProject.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserProject.md index ac010d451cb4..803a0b65307a 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserProject.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserProject.md @@ -185,7 +185,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IProject ## NOTES diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserProjectAbility.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserProjectAbility.md new file mode 100644 index 000000000000..56d682139fc0 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserProjectAbility.md @@ -0,0 +1,195 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserprojectability +schema: 2.0.0 +--- + +# Get-AzDevCenterUserProjectAbility + +## SYNOPSIS +Gets the signed-in user's permitted abilities in a project. + +## SYNTAX + +### Get (Default) +``` +Get-AzDevCenterUserProjectAbility -Endpoint -ProjectName [-UserId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserProjectAbility -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserProjectAbility -DevCenterName -ProjectName [-UserId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserProjectAbility -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets the signed-in user's permitted abilities in a project. + +## EXAMPLES + +### Example 1: Get the signed-in user's abilities for a project by endpoint +```powershell +Get-AzDevCenterUserProjectAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" +``` + +This command gets the permitted abilities for the signed-in user in the project "DevProject" using the endpoint. + +### Example 2: Get a specific user's abilities for a project by dev center name +```powershell +Get-AzDevCenterUserProjectAbility ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command gets the permitted abilities for user "786a823c-8037-48ab-89b8-8599901e67d0" in the project "DevProject" using the dev center name. + +### Example 3: Get the signed-in user's abilities for a project using InputObject and endpoint +```powershell +$projectInput = @{ + ProjectName = "DevProject" +} +Get-AzDevCenterUserProjectAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $projectInput +``` + +This command gets the permitted abilities for the signed-in user in the project "DevProject" using the endpoint and an identity object. + +### Example 4: Get the signed-in user's abilities for a project using InputObject and dev center name +```powershell +$projectInput = @{ + ProjectName = "DevProject" +} +Get-AzDevCenterUserProjectAbility ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $projectInput +``` + +This command gets the permitted abilities for the signed-in user in the project "DevProject" using the dev center name and an identity object. + +## 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetByDevCenter, GetViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IProjectAbilities + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserSchedule.md b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserSchedule.md index a129f9c3b20b..e0c3f46e5abb 100644 --- a/src/DevCenter/DevCenter/help/Get-AzDevCenterUserSchedule.md +++ b/src/DevCenter/DevCenter/help/Get-AzDevCenterUserSchedule.md @@ -241,7 +241,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ISchedule +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ISchedule ## NOTES diff --git a/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserAlignPool.md b/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserAlignPool.md new file mode 100644 index 000000000000..95d1ab8d2d93 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserAlignPool.md @@ -0,0 +1,327 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/invoke-azdevcenteruseralignpool +schema: 2.0.0 +--- + +# Invoke-AzDevCenterUserAlignPool + +## SYNOPSIS +Aligns all Dev Boxes in the pool with the current configuration. + +## SYNTAX + +### AlignExpanded (Default) +``` +Invoke-AzDevCenterUserAlignPool -Endpoint -PoolName -ProjectName + -Target [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### Align +``` +Invoke-AzDevCenterUserAlignPool -Endpoint -PoolName -ProjectName + -Body [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### AlignViaIdentity +``` +Invoke-AzDevCenterUserAlignPool -Endpoint -InputObject -Body + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### AlignViaIdentityExpanded +``` +Invoke-AzDevCenterUserAlignPool -Endpoint -InputObject + -Target [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### AlignByDevCenter +``` +Invoke-AzDevCenterUserAlignPool -DevCenterName -PoolName -ProjectName + -Body [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### AlignViaIdentityByDevCenter +``` +Invoke-AzDevCenterUserAlignPool -DevCenterName -InputObject + -Body [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### AlignExpandedByDevCenter +``` +Invoke-AzDevCenterUserAlignPool -DevCenterName -PoolName -ProjectName + -Target [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### AlignViaIdentityExpandedByDevCenter +``` +Invoke-AzDevCenterUserAlignPool -DevCenterName -InputObject + -Target [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Aligns all Dev Boxes in the pool with the current configuration. + +## EXAMPLES + +### Example 1: Align all Dev Boxes in a pool by endpoint and target +```powershell +Invoke-AzDevCenterUserAlignPool ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -PoolName "DevPool01" ` + -Target "NetworkProperties" +``` + +This command aligns all Dev Boxes in the pool "DevPool01" in project "DevProject" on the "NetworkProperties" target using the endpoint. + +### Example 2: Align all Dev Boxes in a pool by dev center name and multiple targets +```powershell +Invoke-AzDevCenterUserAlignPool ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -PoolName "DevPool01" ` + -Target "NetworkProperties" +``` + +This command aligns all Dev Boxes in the pool "DevPool01" on both "NetworkProperties" and "DevBoxDefinition" using the dev center name. + +### Example 3: Align all Dev Boxes in a pool using InputObject and endpoint +```powershell +$poolInput = @{ + ProjectName = "DevProject" + PoolName = "DevPool01" +} +Invoke-AzDevCenterUserAlignPool ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $poolInput ` + -Target "NetworkProperties" +``` + +This command aligns all Dev Boxes in the pool "DevPool01" using the endpoint and an identity object. + +### Example 4: Align all Dev Boxes in a pool using Body parameter +```powershell +$body = @{ + Target = @("NetworkProperties") +} +Invoke-AzDevCenterUserAlignPool ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -PoolName "DevPool01" ` + -Body $body +``` + +This command aligns all Dev Boxes in the pool "DevPool01" using the dev center name and a body object specifying the target. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Body +Indicates which pool properties to align on. +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPoolAlignBody +Parameter Sets: Align, AlignViaIdentity, AlignByDevCenter, AlignViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: AlignByDevCenter, AlignViaIdentityByDevCenter, AlignExpandedByDevCenter, AlignViaIdentityExpandedByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: AlignExpanded, Align, AlignViaIdentity, AlignViaIdentityExpanded +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: AlignViaIdentity, AlignViaIdentityExpanded, AlignViaIdentityByDevCenter, AlignViaIdentityExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PoolName +Pool name. + +```yaml +Type: System.String +Parameter Sets: AlignExpanded, Align, AlignByDevCenter, AlignExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: AlignExpanded, Align, AlignByDevCenter, AlignExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Target +The targets to align on. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PoolAlignTarget[] +Parameter Sets: AlignExpanded, AlignViaIdentityExpanded, AlignExpandedByDevCenter, AlignViaIdentityExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +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.DevCenterdata.Models.Api20250401Preview.IPoolAlignBody + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserDelayDevBoxAction.md b/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserDelayDevBoxAction.md index 5a11403ff2fc..223c1f190f8d 100644 --- a/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserDelayDevBoxAction.md +++ b/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserDelayDevBoxAction.md @@ -238,9 +238,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxAction +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAction -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxActionDelayResult +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxActionDelayResult ## NOTES diff --git a/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserDelayEnvironmentAction.md b/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserDelayEnvironmentAction.md index 56e15e740369..a5b8bea57fbc 100644 --- a/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserDelayEnvironmentAction.md +++ b/src/DevCenter/DevCenter/help/Invoke-AzDevCenterUserDelayEnvironmentAction.md @@ -210,7 +210,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentAction +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentAction ## 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/New-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBox.md index 5764ef97284e..ed004f15045e 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBox.md @@ -15,28 +15,28 @@ Creates or replaces a Dev Box. ### CreateExpanded (Default) ``` New-AzDevCenterUserDevBox -Endpoint -Name -ProjectName [-UserId ] - -PoolName [-LocalAdministrator ] [-DefaultProfile ] [-AsJob] [-NoWait] + -PoolName [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` New-AzDevCenterUserDevBox -Endpoint -InputObject -PoolName - [-LocalAdministrator ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ### CreateViaIdentityExpandedByDevCenter ``` New-AzDevCenterUserDevBox -DevCenterName -InputObject -PoolName - [-LocalAdministrator ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ### CreateExpandedByDevCenter ``` New-AzDevCenterUserDevBox -DevCenterName -Name -ProjectName [-UserId ] - -PoolName [-LocalAdministrator ] [-DefaultProfile ] [-AsJob] [-NoWait] + -PoolName [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -154,21 +154,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -LocalAdministrator -Indicates whether the owner of the Dev Box is a local administrator. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Name The name of a Dev Box. @@ -285,7 +270,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBox +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..28d3f2ab3f8f --- /dev/null +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,301 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# New-AzDevCenterUserDevBoxAddOn + +## SYNOPSIS +Creates a Dev Box addon. + +## SYNTAX + +### CreateExpanded (Default) +``` +New-AzDevCenterUserDevBoxAddOn -Endpoint -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded +``` +New-AzDevCenterUserDevBoxAddOn -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpandedByDevCenter +``` +New-AzDevCenterUserDevBoxAddOn -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### CreateExpandedByDevCenter +``` +New-AzDevCenterUserDevBoxAddOn -DevCenterName -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Creates a Dev Box addon. + +## EXAMPLES + +### Example 1: Create a Dev Box add-on by endpoint and user ID +```powershell +New-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Create a Dev Box add-on by dev center name and current user +```powershell +New-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "me" +``` + +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 3: Create a Dev Box add-on using InputObject and endpoint +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +New-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` + +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Create a Dev Box add-on using InputObject and dev center name +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +New-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` + +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AddOnName +The name of the Dev Box addon. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +The name of a Dev Box. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: CreateViaIdentityExpandedByDevCenter, CreateExpandedByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: CreateViaIdentityExpanded, CreateViaIdentityExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpandedByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAddOn + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxCustomizationGroup.md b/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxCustomizationGroup.md index a63e6dcce744..8e21d2067308 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxCustomizationGroup.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxCustomizationGroup.md @@ -202,7 +202,7 @@ To include them, use the `include=tasks` queryparameter. To construct, see NOTES section for TASK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask[] +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTask[] Parameter Sets: (All) Aliases: @@ -215,8 +215,7 @@ Accept wildcard characters: False ### -UserId The AAD object id of the user. -If value is 'me', the identity is taken from the - authentication context. +If value is 'me', the identity is taken from the authentication context. ```yaml Type: System.String @@ -270,7 +269,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationGroup +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationGroup ## NOTES diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxSnapshot.md b/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxSnapshot.md new file mode 100644 index 000000000000..71c379ba8449 --- /dev/null +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxSnapshot.md @@ -0,0 +1,282 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteruserdevboxsnapshot +schema: 2.0.0 +--- + +# New-AzDevCenterUserDevBoxSnapshot + +## SYNOPSIS +Captures a manual snapshot of the Dev Box.\nUpon completion, a snapshotId will be generated.\nTo retrieve all snapshots and their corresponding IDs, use the list snapshots endpoint. + +## SYNTAX + +### Capture (Default) +``` +New-AzDevCenterUserDevBoxSnapshot -Endpoint -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### CaptureViaIdentity +``` +New-AzDevCenterUserDevBoxSnapshot -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### CaptureByDevCenter +``` +New-AzDevCenterUserDevBoxSnapshot -DevCenterName -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### CaptureViaIdentityByDevCenter +``` +New-AzDevCenterUserDevBoxSnapshot -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +## DESCRIPTION +Captures a manual snapshot of the Dev Box.\nUpon completion, a snapshotId will be generated.\nTo retrieve all snapshots and their corresponding IDs, use the list snapshots endpoint. + +## EXAMPLES + +### Example 1: Create a Dev Box snapshot by endpoint +```powershell +New-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" +``` + +This command creates a snapshot for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 2: Create a Dev Box snapshot by dev center +```powershell +New-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "me" ` + -DevBoxName "myDevBox" +``` + +This command creates a snapshot for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 3: Create a Dev Box snapshot by endpoint and InputObject +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" +} +New-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $snapshotInput +``` + +This command creates a snapshot for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Create a Dev Box snapshot by dev center and InputObject +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" +} +New-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $snapshotInput +``` + +This command creates a snapshot for the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Capture, CaptureByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: CaptureByDevCenter, CaptureViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Capture, CaptureViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: CaptureViaIdentity, CaptureViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Capture, CaptureByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Capture, CaptureByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/New-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenter/help/New-AzDevCenterUserEnvironment.md index aecc7f788205..081a60667c33 100644 --- a/src/DevCenter/DevCenter/help/New-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenter/help/New-AzDevCenterUserEnvironment.md @@ -348,7 +348,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment ## 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/Remove-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserDevBox.md index a7612600b101..406d9e6b66e7 100644 --- a/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserDevBox.md @@ -270,7 +270,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..114a4837e2e3 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,316 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# Remove-AzDevCenterUserDevBoxAddOn + +## SYNOPSIS +Deletes a Dev Box addon. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzDevCenterUserDevBoxAddOn -Endpoint -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### DeleteViaIdentity +``` +Remove-AzDevCenterUserDevBoxAddOn -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### DeleteViaIdentityByDevCenter +``` +Remove-AzDevCenterUserDevBoxAddOn -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### DeleteByDevCenter +``` +Remove-AzDevCenterUserDevBoxAddOn -DevCenterName -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Deletes a Dev Box addon. + +## EXAMPLES + +### Example 1: Remove a Dev Box add-on by endpoint and user ID +```powershell +Remove-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Remove a Dev Box add-on by dev center name and current user +```powershell +Remove-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "me" +``` + +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 3: Remove a Dev Box add-on using InputObject and endpoint +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Remove-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` + +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Remove a Dev Box add-on using InputObject and dev center name +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Remove-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` + +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AddOnName +The name of the Dev Box addon. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +The name of a Dev Box. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: DeleteViaIdentityByDevCenter, DeleteByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: DeleteViaIdentity, DeleteViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserEnvironment.md index a7031259390b..56ecfd359f27 100644 --- a/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenter/help/Remove-AzDevCenterUserEnvironment.md @@ -15,20 +15,20 @@ Deletes an environment and all its associated resources ### Delete (Default) ``` Remove-AzDevCenterUserEnvironment -Endpoint -Name -ProjectName [-UserId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] - [-Confirm] [] + [-Force] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` -Remove-AzDevCenterUserEnvironment -Endpoint -InputObject +Remove-AzDevCenterUserEnvironment -Endpoint -InputObject [-Force] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityByDevCenter ``` -Remove-AzDevCenterUserEnvironment -DevCenterName -InputObject +Remove-AzDevCenterUserEnvironment -DevCenterName -InputObject [-Force] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -36,7 +36,7 @@ Remove-AzDevCenterUserEnvironment -DevCenterName -InputObject -Name -ProjectName - [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-UserId ] [-Force] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -138,6 +138,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Force +The query option to force environment deletion even if the environment definition does not exist. +This is a best-effort delete, and anything custom that forces resource creation beyond the associated resource group may not be deleted. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table. @@ -270,7 +286,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenter/help/Repair-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenter/help/Repair-AzDevCenterUserDevBox.md index 9dfbc936f081..e9490e21c13c 100644 --- a/src/DevCenter/DevCenter/help/Repair-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenter/help/Repair-AzDevCenterUserDevBox.md @@ -257,7 +257,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenter/help/Restart-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenter/help/Restart-AzDevCenterUserDevBox.md index ffd8325dfd30..3ce1c6a4654c 100644 --- a/src/DevCenter/DevCenter/help/Restart-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenter/help/Restart-AzDevCenterUserDevBox.md @@ -255,7 +255,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenter/help/Restore-AzDevCenterUserDevBoxSnapshot.md b/src/DevCenter/DevCenter/help/Restore-AzDevCenterUserDevBoxSnapshot.md new file mode 100644 index 000000000000..caf82086ad25 --- /dev/null +++ b/src/DevCenter/DevCenter/help/Restore-AzDevCenterUserDevBoxSnapshot.md @@ -0,0 +1,301 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/restore-azdevcenteruserdevboxsnapshot +schema: 2.0.0 +--- + +# Restore-AzDevCenterUserDevBoxSnapshot + +## SYNOPSIS +Restores a Dev Box to a specified snapshot. + +## SYNTAX + +### Restore (Default) +``` +Restore-AzDevCenterUserDevBoxSnapshot -Endpoint -DevBoxName -ProjectName + [-UserId ] -SnapshotId [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### RestoreViaIdentity +``` +Restore-AzDevCenterUserDevBoxSnapshot -Endpoint -InputObject + -SnapshotId [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### RestoreByDevCenter +``` +Restore-AzDevCenterUserDevBoxSnapshot -DevCenterName -DevBoxName -ProjectName + [-UserId ] -SnapshotId [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### RestoreViaIdentityByDevCenter +``` +Restore-AzDevCenterUserDevBoxSnapshot -DevCenterName -InputObject + -SnapshotId [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Restores a Dev Box to a specified snapshot. + +## EXAMPLES + +### Example 1: Restore a Dev Box to a snapshot by endpoint and user ID +```powershell +Restore-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -SnapshotId "snapshot-1234" +``` + +This command restores the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" to the snapshot with ID "snapshot-1234" using the endpoint. + +### Example 2: Restore a Dev Box to a snapshot by dev center name and current user +```powershell +Restore-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -SnapshotId "snapshot-1234" +``` + +This command restores the dev box "myDevBox" assigned to the current signed-in user to the snapshot with ID "snapshot-1234" using the dev center name. + +### Example 3: Restore a Dev Box to a snapshot using InputObject and endpoint +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" +} +Restore-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $snapshotInput ` + -SnapshotId "snapshot-1234" +``` + +This command restores the dev box "myDevBox" to the snapshot with ID "snapshot-1234" using the endpoint and an identity object. + +### Example 4: Restore a Dev Box to a snapshot using InputObject and dev center name +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" +} +Restore-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $snapshotInput ` + -SnapshotId "snapshot-1234" +``` + +This command restores the dev box "myDevBox" to the snapshot with ID "snapshot-1234" using the dev center name and an identity object. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Restore, RestoreByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: RestoreByDevCenter, RestoreViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Restore, RestoreViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: RestoreViaIdentity, RestoreViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Restore, RestoreByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SnapshotId +Required parameter that specifies the snapshot id to use for the restore operation. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Restore, RestoreByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Set-AzDevCenterUserDevBoxActiveHour.md b/src/DevCenter/DevCenter/help/Set-AzDevCenterUserDevBoxActiveHour.md new file mode 100644 index 000000000000..ac6b12da7fca --- /dev/null +++ b/src/DevCenter/DevCenter/help/Set-AzDevCenterUserDevBoxActiveHour.md @@ -0,0 +1,309 @@ +--- +external help file: Az.DevCenter-help.xml +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/set-azdevcenteruserdevboxactivehour +schema: 2.0.0 +--- + +# Set-AzDevCenterUserDevBoxActiveHour + +## SYNOPSIS +Lets a user set their own active hours for their Dev Box, overriding the defaults set at the pool level. + +## SYNTAX + +### SetExpanded (Default) +``` +Set-AzDevCenterUserDevBoxActiveHour -Endpoint -DevBoxName -ProjectName + [-UserId ] -EndTimeHour -StartTimeHour -TimeZone [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### Set +``` +Set-AzDevCenterUserDevBoxActiveHour -Endpoint -DevBoxName -ProjectName + [-UserId ] -Body [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### SetByDevCenter +``` +Set-AzDevCenterUserDevBoxActiveHour -DevCenterName -DevBoxName -ProjectName + [-UserId ] -Body [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### SetExpandedByDevCenter +``` +Set-AzDevCenterUserDevBoxActiveHour -DevCenterName -DevBoxName -ProjectName + [-UserId ] -EndTimeHour -StartTimeHour -TimeZone [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Lets a user set their own active hours for their Dev Box, overriding the defaults set at the pool level. + +## EXAMPLES + +### Example 1: Set active hours for a Dev Box by endpoint and user ID +```powershell +Set-AzDevCenterUserDevBoxActiveHour ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -StartTimeHour 9 ` + -EndTimeHour 17 ` + -TimeZone "America/Los_Angeles" +``` + +This command sets the active hours for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" from 9 AM to 5 PM in the "America/Los_Angeles" time zone using the endpoint. + +### Example 2: Set active hours for a Dev Box by dev center name and current user +```powershell +Set-AzDevCenterUserDevBoxActiveHour ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -StartTimeHour 8 ` + -EndTimeHour 16 ` + -TimeZone "America/New_York" +``` + +This command sets the active hours for the dev box "myDevBox" assigned to the current signed-in user from 8 AM to 4 PM in the "America/New_York" time zone using the dev center name. + +### Example 3: Set active hours for a Dev Box using Body parameter and endpoint +```powershell +$activeHours = @{ + StartTimeHour = 10 + EndTimeHour = 18 + TimeZone = "America/Chicago" +} +Set-AzDevCenterUserDevBoxActiveHour ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -Body $activeHours +``` + +This command sets the active hours for the dev box "myDevBox" assigned to the current signed-in user from 10 AM to 6 PM in the "America/Chicago" time zone using the endpoint and a body object. + +### Example 4: Set active hours for a Dev Box using Body parameter and dev center name +```powershell +$activeHours = @{ + StartTimeHour = 7 + EndTimeHour = 15 + TimeZone = "America/Los_Angeles" +} +Set-AzDevCenterUserDevBoxActiveHour ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -Body $activeHours +``` + +This command sets the active hours for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" from 7 AM to 3 PM in the "UTC" time zone using the dev center name and a body object. + +## PARAMETERS + +### -Body +Manual user set active hours configuration. +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IUserActiveHoursConfiguration +Parameter Sets: Set, SetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: SetByDevCenter, SetExpandedByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: SetExpanded, Set +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EndTimeHour +The end time of the active hours. + +```yaml +Type: System.Int32 +Parameter Sets: SetExpanded, SetExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StartTimeHour +The start time of the active hours. + +```yaml +Type: System.Int32 +Parameter Sets: SetExpanded, SetExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TimeZone +The timezone of the active hours. + +```yaml +Type: System.String +Parameter Sets: SetExpanded, SetExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.Api20250401Preview.IUserActiveHoursConfiguration + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox + +## NOTES + +## RELATED LINKS diff --git a/src/DevCenter/DevCenter/help/Start-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenter/help/Start-AzDevCenterUserDevBox.md index 69aa73d46b63..3175efba8710 100644 --- a/src/DevCenter/DevCenter/help/Start-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenter/help/Start-AzDevCenterUserDevBox.md @@ -255,7 +255,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES 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/Stop-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenter/help/Stop-AzDevCenterUserDevBox.md index 5edc2dde0418..36f20b032f63 100644 --- a/src/DevCenter/DevCenter/help/Stop-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenter/help/Stop-AzDevCenterUserDevBox.md @@ -270,7 +270,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenter/help/Test-AzDevCenterUserDevBoxCustomizationTaskAction.md b/src/DevCenter/DevCenter/help/Test-AzDevCenterUserDevBoxCustomizationTaskAction.md index a50838bc6855..a64e23347e73 100644 --- a/src/DevCenter/DevCenter/help/Test-AzDevCenterUserDevBoxCustomizationTaskAction.md +++ b/src/DevCenter/DevCenter/help/Test-AzDevCenterUserDevBoxCustomizationTaskAction.md @@ -233,7 +233,7 @@ Tasks to apply. To construct, see NOTES section for TASK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask[] +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTask[] Parameter Sets: (All) Aliases: 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 diff --git a/src/DevCenter/DevCenter/help/Update-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenter/help/Update-AzDevCenterUserEnvironment.md index d9dec86282d8..c4b21d611ab6 100644 --- a/src/DevCenter/DevCenter/help/Update-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenter/help/Update-AzDevCenterUserEnvironment.md @@ -253,7 +253,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/Properties/AssemblyInfo.cs b/src/DevCenter/DevCenterData.AutoRest/Properties/AssemblyInfo.cs index bb4b1464a30a..9bcfaa9a4338 100644 --- a/src/DevCenter/DevCenterData.AutoRest/Properties/AssemblyInfo.cs +++ b/src/DevCenter/DevCenterData.AutoRest/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] [assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] [assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - DevCenterdata")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.1")] -[assembly: System.Reflection.AssemblyVersionAttribute("2.0.1")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.2")] +[assembly: System.Reflection.AssemblyVersionAttribute("2.0.2")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] [assembly: System.CLSCompliantAttribute(false)] diff --git a/src/DevCenter/DevCenterData.AutoRest/README.md b/src/DevCenter/DevCenterData.AutoRest/README.md index 5f1ed802c0cb..5fa7d8296362 100644 --- a/src/DevCenter/DevCenterData.AutoRest/README.md +++ b/src/DevCenter/DevCenterData.AutoRest/README.md @@ -28,12 +28,12 @@ For information on how to develop for `Az.DevCenterdata`, see [how-to.md](how-to ```yaml # pin the swagger version by using the commit id instead of branch name -commit: f9fb4b105657cfcca25585b0708ff80ff113b005 +commit: 82e9c6f9fbfa2d6d47d5e2a6a11c0ad2eb345c43 require: # readme.azure.noprofile.md is the common configuration file - $(this-folder)/../../readme.azure.noprofile.md input-file: - - $(repo)/specification/devcenter/data-plane/Microsoft.DevCenter/preview/2024-05-01-preview/devcenter.json + - $(repo)/specification/devcenter/data-plane/Microsoft.DevCenter/preview/2025-04-01-preview/devcenter.json title: DevCenterdata subject-prefix: DevCenter root-module-name: $(prefix).DevCenter @@ -83,6 +83,55 @@ directive: "description": "OK. The request has succeeded.", "schema": {"$ref": "#/definitions/OperationStatus"} } + - from: swagger-document + where: $.paths["/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:align"].post.responses + transform: > + $['200'] = { + "description": "OK. The request has succeeded.", + "schema": {"$ref": "#/definitions/OperationStatus"} + } + - from: swagger-document + where: $.paths["/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:approve"].post.responses + transform: > + $['200'] = { + "description": "OK. The request has succeeded.", + "schema": {"$ref": "#/definitions/OperationStatus"} + } + - from: swagger-document + where: $.paths["/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/addons/{addOnName}:disable"].post.responses + transform: > + $['200'] = { + "description": "OK. The request has succeeded.", + "schema": {"$ref": "#/definitions/OperationStatus"} + } + - from: swagger-document + where: $.paths["/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/addons/{addOnName}:enable"].post.responses + transform: > + $['200'] = { + "description": "OK. The request has succeeded.", + "schema": {"$ref": "#/definitions/OperationStatus"} + } + - from: swagger-document + where: $.paths["/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/addons/{addOnName}"].delete.responses + transform: > + $['200'] = { + "description": "OK. The request has succeeded.", + "schema": {"$ref": "#/definitions/OperationStatus"} + } + - from: swagger-document + where: $.paths["/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:restoreSnapshot"].post.responses + transform: > + $['200'] = { + "description": "OK. The request has succeeded.", + "schema": {"$ref": "#/definitions/OperationStatus"} + } + - from: swagger-document + where: $.paths["/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:captureSnapshot"].post.responses + transform: > + $['200'] = { + "description": "OK. The request has succeeded.", + "schema": {"$ref": "#/definitions/OperationStatus"} + } - from: swagger-document where: $.paths["/projects/{projectName}/users/{userId}/environments/{environmentName}"].put.responses transform: > @@ -146,12 +195,17 @@ directive: script: '"me"' # Matches cmdlets with exact subject DevBox or Environment, but not with verb Get - where: - verb: ^(?!Get$) + verb: ^(?!Get$|Approve$) subject: ^(DevBox|Environment)$ parameter-name: UserId set: default: script: '"me"' + - where: + verb: Invoke + subject: Pool + set: + subject: AlignPool - where: parameter-name: Top hide: true diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Approve-AzDevCenterUserDevBox.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Approve-AzDevCenterUserDevBox.ps1 new file mode 100644 index 000000000000..17491b58f9dc --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Approve-AzDevCenterUserDevBox.ps1 @@ -0,0 +1,186 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Approves the creation of a Dev Box. +.Description +Approves the creation of a Dev Box. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/approve-azdevcenteruserdevbox +#> +function Approve-AzDevCenterUserDevBox { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Approve', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( + [Parameter(ParameterSetName = 'Approve', Mandatory)] + [Parameter(ParameterSetName = 'ApproveViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'ApproveByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ApproveViaIdentityByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + + [Parameter(ParameterSetName = 'Approve', Mandatory)] + [Parameter(ParameterSetName = 'ApproveByDevCenter', Mandatory)] + [Alias('DevBoxName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${Name}, + + [Parameter(ParameterSetName = 'Approve', Mandatory)] + [Parameter(ParameterSetName = 'ApproveByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Approve', Mandatory)] + [Parameter(ParameterSetName = 'ApproveByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'ApproveViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'ApproveViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Approve-AzDevCenterUserDevBox @PSBoundParameters + } + +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Deploy-AzDevCenterUserEnvironment.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Deploy-AzDevCenterUserEnvironment.ps1 index 9c7d6fc592d0..a66787e24fe9 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Deploy-AzDevCenterUserEnvironment.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Deploy-AzDevCenterUserEnvironment.ps1 @@ -35,207 +35,194 @@ $envInput = @{"UserId" = "me"; "ProjectName" = "DevProject"; "EnvironmentName" = Deploy-AzDevCenterUserEnvironment -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $envInput -CatalogName CentralCatalog -EnvironmentDefinitionName Sandbox -EnvironmentType DevTest .Inputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment .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. -BODY : Properties of an environment. - CatalogName : The name of the catalog. Cannot be updated after creation. - DefinitionName : The name of the environment definition. Cannot be updated after creation. - Type : The name of the environment type. Cannot be updated after creation. - [Parameter ]: Parameters object for the environment. Can only be updated via create or replace. - [(Any) ]: This indicates any property can be added to this object. - [ExpirationDate ]: The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. - [Code ]: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - [Detail ]: A list of additional details about the error. - Code : An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - Message : A message describing the error, intended to be suitable for display in a user interface. - [Detail ]: A list of additional details about the error. - [Target ]: The target of the particular error. For example, the name of the property in error. - [Message ]: A message describing the error, intended to be suitable for display in a user interface. - [OperationLocation ]: - [Target ]: The target of the particular error. For example, the name of the property in error. - INPUTOBJECT : Identity Parameter - [Name ]: The name of an action that will take place on a Dev Box. - [CatalogName ]: The name of the catalog - [CustomizationGroupName ]: A customization group name. + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. - [DefinitionName ]: The name of the environment definition - [DevBoxName ]: The name of a Dev Box. - [EnvironmentName ]: The name of the environment. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path - [OperationId ]: The id of the operation on a Dev Box. - [PoolName ]: The name of a pool of Dev Boxes. - [ProjectName ]: The DevCenter Project upon which to execute operations. - [ScheduleName ]: The name of a schedule. - [TaskName ]: A customization task name. + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/deploy-azdevcenteruserenvironment #> function Deploy-AzDevCenterUserEnvironment { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Alias('DevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Alias('EnvironmentName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of the environment. + ${Name}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.String] + # Name of the catalog. + ${CatalogName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.String] + # Name of the environment definition. + ${EnvironmentDefinitionName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Alias('EnvironmentName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The name of the environment. - ${Name}, - - [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The DevCenter Project upon which to execute operations. - ${ProjectName}, - - [Parameter(ParameterSetName = 'CreateExpanded')] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.String] - # Name of the catalog. - ${CatalogName}, - - [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.String] - # Name of the environment definition. - ${EnvironmentDefinitionName}, - - [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.String] - # Environment type. - ${EnvironmentType}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.DateTime] - # The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. - ${ExpirationDate}, - - [Parameter(ParameterSetName = 'CreateExpanded')] - [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter')] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentParameters]))] - [System.Collections.Hashtable] - # Parameters object for the environment. - ${Parameter}, - - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.String] + # Environment type. + ${EnvironmentType}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.DateTime] + # The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. + ${ExpirationDate}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter')] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentParameters]))] + [System.Collections.Hashtable] + # Parameters object for the environment. + ${Parameter}, + + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) - + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Disable-AzDevCenterUserDevBoxAddOn.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Disable-AzDevCenterUserDevBoxAddOn.ps1 new file mode 100644 index 000000000000..01cb9ccdeb06 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Disable-AzDevCenterUserDevBoxAddOn.ps1 @@ -0,0 +1,192 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Disable a Dev Box addon. +.Description +Disable a Dev Box addon. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/disable-azdevcenteruserdevboxaddon +#> +function Disable-AzDevCenterUserDevBoxAddOn { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Disable', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( + [Parameter(ParameterSetName = 'Disable', Mandatory)] + [Parameter(ParameterSetName = 'DisableViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'DisableByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'DisableViaIdentityByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + + [Parameter(ParameterSetName = 'Disable', Mandatory)] + [Parameter(ParameterSetName = 'DisableByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the dev box addon. + ${AddOnName}, + + [Parameter(ParameterSetName = 'Disable', Mandatory)] + [Parameter(ParameterSetName = 'DisableByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${DevBoxName}, + + [Parameter(ParameterSetName = 'Disable', Mandatory)] + [Parameter(ParameterSetName = 'DisableByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Disable')] + [Parameter(ParameterSetName = 'DisableByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'DisableViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'DisableViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Disable-AzDevCenterUserDevBoxAddOn @PSBoundParameters + } + +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Enable-AzDevCenterUserDevBoxAddOn.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Enable-AzDevCenterUserDevBoxAddOn.ps1 new file mode 100644 index 000000000000..39bc67d950c8 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Enable-AzDevCenterUserDevBoxAddOn.ps1 @@ -0,0 +1,190 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Enable a Dev Box addon. +.Description +Enable a Dev Box addon. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/enable-azdevcenteruserdevboxaddon +#> +function Enable-AzDevCenterUserDevBoxAddOn { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Enable', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( + [Parameter(ParameterSetName = 'Enable', Mandatory)] + [Parameter(ParameterSetName = 'EnableViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'EnableByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'EnableViaIdentityByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Enable', Mandatory)] + [Parameter(ParameterSetName = 'EnableByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the dev box addon. + ${AddOnName}, + + [Parameter(ParameterSetName = 'Enable', Mandatory)] + [Parameter(ParameterSetName = 'EnableByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${DevBoxName}, + + [Parameter(ParameterSetName = 'Enable', Mandatory)] + [Parameter(ParameterSetName = 'EnableByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Enable')] + [Parameter(ParameterSetName = 'EnableByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'EnableViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'EnableViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Enable-AzDevCenterUserDevBoxAddOn @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserCatalog.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserCatalog.ps1 index 79f6dfcfcce4..00e278babe5a 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserCatalog.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserCatalog.ps1 @@ -37,7 +37,7 @@ Get-AzDevCenterUserCatalog -DevCenterName Contoso -InputObject $catalogInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICatalog +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICatalog .Notes COMPLEX PARAMETER PROPERTIES @@ -45,6 +45,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -53,109 +54,111 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenterusercatalog #> function Get-AzDevCenterUserCatalog { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICatalog])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICatalog])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( - [Parameter(ParameterSetName = 'Get', Mandatory)] - [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] - [Parameter(ParameterSetName = 'List', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] - [Alias('DevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Name of the catalog. - ${CatalogName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the catalog. + ${CatalogName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) - + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBox.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBox.ps1 index 4789285891d5..76bec7ea3d37 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBox.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBox.ps1 @@ -45,7 +45,7 @@ Get-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBox +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox .Notes COMPLEX PARAMETER PROPERTIES @@ -53,6 +53,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -61,77 +62,79 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevbox #> function Get-AzDevCenterUserDevBox { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBox])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='List1', Mandatory)] - [Parameter(ParameterSetName='List2', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'List1', Mandatory)] + [Parameter(ParameterSetName = 'List2', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. ${Endpoint}, - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List2ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List1ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'List2ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'List1ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('DevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('DevBoxName')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Display name for the Dev Box. ${Name}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List2', Mandatory)] - [Parameter(ParameterSetName='List2ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List2', Mandatory)] + [Parameter(ParameterSetName = 'List2ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List1', Mandatory)] - [Parameter(ParameterSetName='List2', Mandatory)] - [Parameter(ParameterSetName='List2ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List1ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List1', Mandatory)] + [Parameter(ParameterSetName = 'List2', Mandatory)] + [Parameter(ParameterSetName = 'List2ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'List1ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -140,40 +143,40 @@ function Get-AzDevCenterUserDevBox { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxAction.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxAction.ps1 index bec81def8c7a..36eec5b54206 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxAction.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxAction.ps1 @@ -37,7 +37,7 @@ Get-AzDevCenterUserDevBoxAction -DevCenterName Contoso -InputObject $devBoxInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxAction +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAction .Notes COMPLEX PARAMETER PROPERTIES @@ -45,6 +45,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -53,81 +54,83 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxaction #> function Get-AzDevCenterUserDevBoxAction { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxAction])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAction])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. ${Endpoint}, - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('DevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] - # The name of a Dev Box. + # Display name for the Dev Box. ${DevBoxName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('ActionName')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The name of the action. ${Name}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - - [Parameter(ParameterSetName='Get')] - [Parameter(ParameterSetName='List')] - [Parameter(ParameterSetName='ListByDevCenter')] - [Parameter(ParameterSetName='GetByDevCenter')] + + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'List')] + [Parameter(ParameterSetName = 'ListByDevCenter')] + [Parameter(ParameterSetName = 'GetByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -136,40 +139,40 @@ function Get-AzDevCenterUserDevBoxAction { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxAddon.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxAddon.ps1 new file mode 100644 index 000000000000..c5924113c7c9 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxAddon.ps1 @@ -0,0 +1,185 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Gets a Dev Box addon by Dev Box addon id. +.Description +Gets a Dev Box addon by Dev Box addon id. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAddOn +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxaddon +#> +function Get-AzDevCenterUserDevBoxAddon { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAddOn])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] + param( + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the dev box addon. + ${AddOnName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${DevBoxName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'List')] + [Parameter(ParameterSetName = 'ListByDevCenter')] + [Parameter(ParameterSetName = 'GetByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Get-AzDevCenterUserDevBoxAddon @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationGroup.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationGroup.ps1 index 8a9bca3c1310..da21f59324df 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationGroup.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationGroup.ps1 @@ -32,12 +32,12 @@ $customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "Project Get-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationGroupInput .Example $customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" = "DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0" } -Get-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -InputObject $customizationGroupInput +Get-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -InputObject $customizationGroupInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationGroup +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationGroup .Notes COMPLEX PARAMETER PROPERTIES @@ -45,6 +45,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -53,82 +54,84 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxcustomizationgroup #> function Get-AzDevCenterUserDevBoxCustomizationGroup { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationGroup])] -[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] -param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationGroup])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] + param( + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. ${Endpoint}, - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('DevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the customization group. ${CustomizationGroupName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Display name for the Dev Box. ${DevBoxName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - [Parameter(ParameterSetName='Get')] - [Parameter(ParameterSetName='List')] - [Parameter(ParameterSetName='GetByDevCenter')] - [Parameter(ParameterSetName='ListByDevCenter')] + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'List')] + [Parameter(ParameterSetName = 'GetByDevCenter')] + [Parameter(ParameterSetName = 'ListByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - [Parameter(ParameterSetName='List')] - [Parameter(ParameterSetName='ListByDevCenter')] + [Parameter(ParameterSetName = 'List')] + [Parameter(ParameterSetName = 'ListByDevCenter')] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.ListCustomizationGroupsIncludeProperty])] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.ListCustomizationGroupsIncludeProperty] @@ -182,22 +185,22 @@ param( [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} -) + ) -process { + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { - $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName - $null = $PSBoundParameters.Add("Endpoint", $Endpoint) - $null = $PSBoundParameters.Remove("DevCenterName") + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") - } - else { - $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint - $PSBoundParameters["Endpoint"] = $Endpoint - } + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } - Az.DevCenterdata.internal\Get-AzDevCenterUserDevBoxCustomizationGroup @PSBoundParameters + Az.DevCenterdata.internal\Get-AzDevCenterUserDevBoxCustomizationGroup @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.ps1 index 38f144e06ed5..423d27dcc67c 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.ps1 @@ -20,18 +20,24 @@ Gets a customization task. .Description Gets a customization task. .Example +Get-AzDevCenterUserDevBoxCustomizationTaskDefinition -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject +.Example +Get-AzDevCenterUserDevBoxCustomizationTaskDefinition -DevCenterName Contoso -ProjectName DevProject +.Example +Get-AzDevCenterUserDevBoxCustomizationTaskDefinition -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -TaskName choco -CatalogName MyCatalog +.Example Get-AzDevCenterUserDevBoxCustomizationTaskDefinition -DevCenterName Contoso -ProjectName DevProject -TaskName choco -CatalogName MyCatalog .Example $customizationTaskInput = @{"TaskName" = "choco"; "ProjectName" ="DevProject"; "CatalogName" = "MyCatalog" } Get-AzDevCenterUserDevBoxCustomizationTaskDefinition -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationTaskInput .Example $customizationTaskInput = @{"TaskName" = "choco"; "ProjectName" = "DevProject"; "CatalogName" = "MyCatalog" } -Get-AzDevCenterUserDevBoxCustomizationTaskDefinition -DevCenterName Contoso -InputObject $customizationTaskInput +Get-AzDevCenterUserDevBoxCustomizationTaskDefinition -DevCenterName Contoso -InputObject $customizationTaskInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTaskDefinition +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTaskDefinition .Notes COMPLEX PARAMETER PROPERTIES @@ -39,6 +45,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -47,61 +54,63 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxcustomizationtaskdefinition #> function Get-AzDevCenterUserDevBoxCustomizationTaskDefinition { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTaskDefinition])] -[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] -param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTaskDefinition])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] + param( + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. ${Endpoint}, - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('DevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the catalog. ${CatalogName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Full name of the task: {catalogName}/{taskName}. ${TaskName}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter @@ -155,21 +164,21 @@ param( [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} -) + ) -process { + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { - $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName - $null = $PSBoundParameters.Add("Endpoint", $Endpoint) - $null = $PSBoundParameters.Remove("DevCenterName") + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") - } - else { - $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint - $PSBoundParameters["Endpoint"] = $Endpoint - } + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } - Az.DevCenterdata.internal\Get-AzDevCenterUserDevBoxCustomizationTaskDefinition @PSBoundParameters + Az.DevCenterdata.internal\Get-AzDevCenterUserDevBoxCustomizationTaskDefinition @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationTaskLog.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationTaskLog.ps1 index c836259efa9a..596a54c0dbf3 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationTaskLog.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxCustomizationTaskLog.ps1 @@ -20,13 +20,15 @@ Gets the log for a customization task. .Description Gets the log for a customization task. .Example +Get-AzDevCenterUserDevBoxCustomizationTaskLog -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -DevBoxName MyDevBox -CustomizationGroupName Provisioning -CustomizationTaskId "91835dc0-ef5a-4f58-9e3a-099aea8481f4" +.Example Get-AzDevCenterUserDevBoxCustomizationTaskLog -DevCenterName Contoso -ProjectName DevProject -DevBoxName MyDevBox -CustomizationGroupName Provisioning -CustomizationTaskId "91835dc0-ef5a-4f58-9e3a-099aea8481f4" .Example $customizationTaskLogInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" ="DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "me"; "CustomizationTaskId" = "91835dc0-ef5a-4f58-9e3a-099aea8481f4" } Get-AzDevCenterUserDevBoxCustomizationTaskLog -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationTaskInput .Example $customizationTaskLogInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" = "DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "CustomizationTaskId" = "91835dc0-ef5a-4f58-9e3a-099aea8481f4" } -Get-AzDevCenterUserDevBoxCustomizationTaskLog -DevCenterName Contoso -InputObject $customizationTaskInput +Get-AzDevCenterUserDevBoxCustomizationTaskLog -DevCenterName Contoso -InputObject $customizationTaskInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity @@ -39,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -47,74 +50,75 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxcustomizationtasklog #> function Get-AzDevCenterUserDevBoxCustomizationTaskLog { -[OutputType([System.String])] -[CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false)] -param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] + [OutputType([System.String])] + [CmdletBinding(DefaultParameterSetName = 'Get', PositionalBinding = $false)] + param( + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. ${Endpoint}, - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('DevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # A customization group name. ${CustomizationGroupName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # A customization task ID. ${CustomizationTaskId}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The name of a Dev Box. ${DevBoxName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The DevCenter Project upon which to execute operations. ${ProjectName}, - [Parameter(ParameterSetName='Get')] - [Parameter(ParameterSetName='GetByDevCenter')] + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'GetByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. - # If value is 'me', the identity is taken from the - # authentication context. + # If value is 'me', the identity is taken from the authentication context. ${UserId}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter @@ -168,21 +172,21 @@ param( [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} -) + ) -process { + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { - $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName - $null = $PSBoundParameters.Add("Endpoint", $Endpoint) - $null = $PSBoundParameters.Remove("DevCenterName") + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") - } - else { - $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint - $PSBoundParameters["Endpoint"] = $Endpoint - } + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } - Az.DevCenterdata.internal\Get-AzDevCenterUserDevBoxCustomizationTaskLog @PSBoundParameters + Az.DevCenterdata.internal\Get-AzDevCenterUserDevBoxCustomizationTaskLog @PSBoundParameters -} + } } diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxImagingTaskLog.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxImagingTaskLog.ps1 new file mode 100644 index 000000000000..503514281a5e --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxImagingTaskLog.ps1 @@ -0,0 +1,162 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Gets the log for an imaging build task. +.Description +Gets the log for an imaging build task. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +System.String +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboximagingtasklog +#> +function Get-AzDevCenterUserDevBoxImagingTaskLog { + [OutputType([System.String])] + [CmdletBinding(DefaultParameterSetName = 'Get', PositionalBinding = $false)] + param( + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # An imaging build log id. + ${ImageBuildLogId}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Get-AzDevCenterUserDevBoxImagingTaskLog @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxOperation.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxOperation.ps1 index 5e1d71da4c2e..e5c32afa5cf3 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxOperation.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxOperation.ps1 @@ -37,7 +37,7 @@ Get-AzDevCenterUserDevBoxOperation -DevCenterName Contoso -InputObject $devBoxIn .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxOperation +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxOperation .Notes COMPLEX PARAMETER PROPERTIES @@ -45,6 +45,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -53,79 +54,81 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxoperation #> function Get-AzDevCenterUserDevBoxOperation { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxOperation])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxOperation])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. ${Endpoint}, - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Display name for the Dev Box. ${DevBoxName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Unique identifier for the Dev Box operation. ${OperationId}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - - [Parameter(ParameterSetName='Get')] - [Parameter(ParameterSetName='List')] - [Parameter(ParameterSetName='ListByDevCenter')] - [Parameter(ParameterSetName='GetByDevCenter')] + + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'List')] + [Parameter(ParameterSetName = 'ListByDevCenter')] + [Parameter(ParameterSetName = 'GetByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -134,40 +137,40 @@ function Get-AzDevCenterUserDevBoxOperation { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] @@ -191,5 +194,5 @@ function Get-AzDevCenterUserDevBoxOperation { } - } +} \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxRemoteConnection.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxRemoteConnection.ps1 index 396cf1594589..949580c10006 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxRemoteConnection.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxRemoteConnection.ps1 @@ -33,7 +33,7 @@ Get-AzDevCenterUserDevBoxRemoteConnection -DevCenterName Contoso -InputObject $d .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IRemoteConnection +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IRemoteConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,65 +50,67 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxremoteconnection #> function Get-AzDevCenterUserDevBoxRemoteConnection { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IRemoteConnection])] - [CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IRemoteConnection])] + [CmdletBinding(DefaultParameterSetName = 'Get', PositionalBinding = $false)] param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. ${Endpoint}, - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('DevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The name of a Dev Box. ${DevBoxName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The DevCenter Project upon which to execute operations. ${ProjectName}, - - [Parameter(ParameterSetName='Get')] - [Parameter(ParameterSetName='GetByDevCenter')] + + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'GetByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -116,40 +119,40 @@ function Get-AzDevCenterUserDevBoxRemoteConnection { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxSnapshot.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxSnapshot.ps1 new file mode 100644 index 000000000000..30bfbf4b6164 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevBoxSnapshot.ps1 @@ -0,0 +1,187 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Gets a snapshot by snapshot id. +.Description +Gets a snapshot by snapshot id. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxSnapshot +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxsnapshot +#> +function Get-AzDevCenterUserDevBoxSnapshot { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxSnapshot])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] + param( + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${DevBoxName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The id of the snapshot. + # Should be treated as opaque string. + ${SnapshotId}, + + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'List')] + [Parameter(ParameterSetName = 'GetByDevCenter')] + [Parameter(ParameterSetName = 'ListByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Get-AzDevCenterUserDevBoxSnapshot @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevCenterApproval.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevCenterApproval.ps1 new file mode 100644 index 000000000000..ea44d7ff5973 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserDevCenterApproval.ps1 @@ -0,0 +1,137 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Gets a list of Dev Box creations that are pending approval. +.Description +Gets a list of Dev Box creations that are pending approval. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IApproval +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevcenterapproval +#> +function Get-AzDevCenterUserDevCenterApproval { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IApproval])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] + param( + [Parameter(ParameterSetName = 'List', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] + [System.Int32] + # The maximum number of result items per page. + ${Maxpagesize}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] + [System.String[]] + # Select the specified fields to be included in the response. + ${Select}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] + [System.Int32] + # The number of result items to skip. + ${Skip}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Get-AzDevCenterUserDevCenterApproval @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironment.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironment.ps1 index 98b689d3d650..0265318f5840 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironment.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironment.ps1 @@ -41,7 +41,7 @@ Get-AzDevCenterUserEnvironment -DevCenterName Contoso -InputObject $envInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment .Notes COMPLEX PARAMETER PROPERTIES @@ -49,6 +49,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -57,75 +58,77 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironment #> function Get-AzDevCenterUserEnvironment { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='List1', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'List1', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. ${Endpoint}, - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List1ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'List1ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('DevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('EnvironmentName')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Environment name. ${Name}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='List1', Mandatory)] - [Parameter(ParameterSetName='List1ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'List1', Mandatory)] + [Parameter(ParameterSetName = 'List1ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List1', Mandatory)] - [Parameter(ParameterSetName='List1ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List1', Mandatory)] + [Parameter(ParameterSetName = 'List1ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -134,40 +137,40 @@ function Get-AzDevCenterUserEnvironment { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentAction.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentAction.ps1 index b3ba9db88c42..d56ffff35cd3 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentAction.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentAction.ps1 @@ -37,7 +37,7 @@ Get-AzDevCenterUserEnvironmentAction -DevCenterName Contoso -InputObject $enviro .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentAction +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentAction .Notes COMPLEX PARAMETER PROPERTIES @@ -45,6 +45,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -53,18 +54,20 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironmentaction #> function Get-AzDevCenterUserEnvironmentAction { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentAction])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentAction])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'List', Mandatory)] @@ -82,52 +85,52 @@ function Get-AzDevCenterUserEnvironmentAction { [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - - [Parameter(ParameterSetName='Get', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Environment name. ${EnvironmentName}, - - [Parameter(ParameterSetName='Get', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('ActionName')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Uniquely identifies the action. ${Name}, - - [Parameter(ParameterSetName='Get', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - - [Parameter(ParameterSetName='Get')] + + [Parameter(ParameterSetName = 'Get')] [Parameter(ParameterSetName = 'GetByDevCenter')] - [Parameter(ParameterSetName='List')] + [Parameter(ParameterSetName = 'List')] [Parameter(ParameterSetName = 'ListByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -136,40 +139,40 @@ function Get-AzDevCenterUserEnvironmentAction { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentDefinition.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentDefinition.ps1 index 51bafb64a49c..603b38fdb1b1 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentDefinition.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentDefinition.ps1 @@ -41,7 +41,7 @@ Get-AzDevCenterUserEnvironmentDefinition -DevCenterName Contoso -InputObject $en .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentDefinition +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentDefinition .Notes COMPLEX PARAMETER PROPERTIES @@ -49,6 +49,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -57,18 +58,20 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironmentdefinition #> function Get-AzDevCenterUserEnvironmentDefinition { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentDefinition])] - [CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentDefinition])] + [CmdletBinding(DefaultParameterSetName = 'List1', PositionalBinding = $false)] param( [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] @@ -88,26 +91,26 @@ function Get-AzDevCenterUserEnvironmentDefinition { [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - - [Parameter(ParameterSetName='Get', Mandatory)] + + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the catalog. ${CatalogName}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the environment definition. ${DefinitionName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='List1', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'List1', Mandatory)] [Parameter(ParameterSetName = 'List1ByDevCenter', Mandatory)] [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] @@ -116,14 +119,14 @@ function Get-AzDevCenterUserEnvironmentDefinition { # Name of the project. ${ProjectName}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -132,40 +135,40 @@ function Get-AzDevCenterUserEnvironmentDefinition { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentLog.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentLog.ps1 index 90674ba4a054..208c2fffceb9 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentLog.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentLog.ps1 @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -43,10 +44,12 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link @@ -54,7 +57,7 @@ https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruseren #> function Get-AzDevCenterUserEnvironmentLog { [OutputType([System.String])] - [CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false)] + [CmdletBinding(DefaultParameterSetName = 'Get', PositionalBinding = $false)] param( [Parameter(ParameterSetName = 'Get', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] @@ -69,36 +72,36 @@ function Get-AzDevCenterUserEnvironmentLog { # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The name of the environment. ${EnvironmentName}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The id of the operation on an environment. ${OperationId}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The DevCenter Project upon which to execute operations. ${ProjectName}, - [Parameter(ParameterSetName='Get')] + [Parameter(ParameterSetName = 'Get')] [Parameter(ParameterSetName = 'GetByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -107,40 +110,40 @@ function Get-AzDevCenterUserEnvironmentLog { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentOperation.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentOperation.ps1 index d880387a3c6a..7c18edd57b09 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentOperation.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentOperation.ps1 @@ -37,7 +37,7 @@ Get-AzDevCenterUserEnvironmentOperation -DevCenterName Contoso -InputObject $env .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentOperation +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentOperation .Notes COMPLEX PARAMETER PROPERTIES @@ -45,6 +45,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -53,22 +54,24 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironmentoperation #> function Get-AzDevCenterUserEnvironmentOperation { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentOperation])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentOperation])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. @@ -83,8 +86,8 @@ function Get-AzDevCenterUserEnvironmentOperation { # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] @@ -92,15 +95,15 @@ function Get-AzDevCenterUserEnvironmentOperation { # Environment name. ${EnvironmentName}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Unique identifier for the environment operation. ${OperationId}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] @@ -108,25 +111,25 @@ function Get-AzDevCenterUserEnvironmentOperation { # Name of the project. ${ProjectName}, - [Parameter(ParameterSetName='Get')] - [Parameter(ParameterSetName='List')] + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'List')] [Parameter(ParameterSetName = 'ListByDevCenter')] [Parameter(ParameterSetName = 'GetByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -135,40 +138,40 @@ function Get-AzDevCenterUserEnvironmentOperation { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] @@ -176,19 +179,19 @@ function Get-AzDevCenterUserEnvironmentOperation { ${ProxyUseDefaultCredentials} ) -process { - if (-not $PSBoundParameters.ContainsKey('Endpoint')) { - $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName - $null = $PSBoundParameters.Add("Endpoint", $Endpoint) - $null = $PSBoundParameters.Remove("DevCenterName") + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") - } - else { - $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint - $PSBoundParameters["Endpoint"] = $Endpoint - } + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } - Az.DevCenterdata.internal\Get-AzDevCenterUserEnvironmentOperation @PSBoundParameters -} + Az.DevCenterdata.internal\Get-AzDevCenterUserEnvironmentOperation @PSBoundParameters + } } diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentOutput.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentOutput.ps1 index 07c336e028d0..6eab8ad193ff 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentOutput.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentOutput.ps1 @@ -33,7 +33,7 @@ Get-AzDevCenterUserEnvironmentOutput -DevCenterName Contoso -InputObject $enviro .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentOutputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentOutputs .Notes COMPLEX PARAMETER PROPERTIES @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,21 +50,23 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironmentoutput #> function Get-AzDevCenterUserEnvironmentOutput { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentOutputs])] - [CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentOutputs])] + [CmdletBinding(DefaultParameterSetName = 'Get', PositionalBinding = $false)] param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. @@ -77,37 +80,37 @@ function Get-AzDevCenterUserEnvironmentOutput { # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The name of the environment. ${EnvironmentName}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The DevCenter Project upon which to execute operations. ${ProjectName}, - [Parameter(ParameterSetName='Get')] + [Parameter(ParameterSetName = 'Get')] [Parameter(ParameterSetName = 'GetByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. ${UserId}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -116,40 +119,40 @@ function Get-AzDevCenterUserEnvironmentOutput { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] @@ -157,19 +160,19 @@ function Get-AzDevCenterUserEnvironmentOutput { ${ProxyUseDefaultCredentials} ) -process { - if (-not $PSBoundParameters.ContainsKey('Endpoint')) { - $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName - $null = $PSBoundParameters.Add("Endpoint", $Endpoint) - $null = $PSBoundParameters.Remove("DevCenterName") + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") - } - else { - $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint - $PSBoundParameters["Endpoint"] = $Endpoint - } + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } - Az.DevCenterdata.internal\Get-AzDevCenterUserEnvironmentOutput @PSBoundParameters -} + Az.DevCenterdata.internal\Get-AzDevCenterUserEnvironmentOutput @PSBoundParameters + } } diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentType.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentType.ps1 index 8bf804f49d2f..fc0f52f504cc 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentType.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentType.ps1 @@ -27,7 +27,7 @@ Get-AzDevCenterUserEnvironmentType -DevCenterName Contoso -ProjectName DevProjec .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentType +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentType .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -43,22 +44,24 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironmenttype #> function Get-AzDevCenterUserEnvironmentType { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentType])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentType])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetViaIdentity', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. @@ -73,7 +76,7 @@ function Get-AzDevCenterUserEnvironmentType { # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Alias('EnvironmentTypeName')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] @@ -81,23 +84,23 @@ function Get-AzDevCenterUserEnvironmentType { # Name of the environment type. ${Name}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -106,40 +109,40 @@ function Get-AzDevCenterUserEnvironmentType { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentTypeAbility.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentTypeAbility.ps1 new file mode 100644 index 000000000000..37fc6e26b06a --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserEnvironmentTypeAbility.ps1 @@ -0,0 +1,171 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Gets the signed-in user's permitted abilities in an environment type. +.Description +Gets the signed-in user's permitted abilities in an environment type. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentTypeAbilities +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironmenttypeability +#> +function Get-AzDevCenterUserEnvironmentTypeAbility { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentTypeAbilities])] + [CmdletBinding(DefaultParameterSetName = 'Get', PositionalBinding = $false)] + param( + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of the environment type + ${EnvironmentTypeName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'GetByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Get-AzDevCenterUserEnvironmentTypeAbility @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserPool.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserPool.ps1 index fdcc11132129..538a3189543e 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserPool.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserPool.ps1 @@ -37,7 +37,7 @@ Get-AzDevCenterUserPool -DevCenterName Contoso -InputObject $devBoxInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IPool +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPool .Notes COMPLEX PARAMETER PROPERTIES @@ -45,6 +45,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -53,18 +54,20 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserpool #> function Get-AzDevCenterUserPool { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IPool])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPool])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] @@ -83,15 +86,15 @@ function Get-AzDevCenterUserPool { # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Pool name. ${PoolName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] @@ -99,14 +102,14 @@ function Get-AzDevCenterUserPool { # Name of the project. ${ProjectName}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -115,47 +118,47 @@ function Get-AzDevCenterUserPool { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) - + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserProject.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserProject.ps1 index 7b37a1616538..21f44752e481 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserProject.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserProject.ps1 @@ -37,7 +37,7 @@ Get-AzDevCenterUserProject -DevCenterName Contoso -InputObject $devBoxInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IProject +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IProject .Notes COMPLEX PARAMETER PROPERTIES @@ -45,6 +45,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -53,18 +54,20 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserproject #> function Get-AzDevCenterUserProject { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IProject])] - [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IProject])] + [CmdletBinding(DefaultParameterSetName = 'List', PositionalBinding = $false)] param( [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] @@ -83,21 +86,21 @@ function Get-AzDevCenterUserProject { # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -106,40 +109,40 @@ function Get-AzDevCenterUserProject { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserProjectAbility.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserProjectAbility.ps1 new file mode 100644 index 000000000000..2583e1ba7d85 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserProjectAbility.ps1 @@ -0,0 +1,164 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Gets the signed-in user's permitted abilities in a project. +.Description +Gets the signed-in user's permitted abilities in a project. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IProjectAbilities +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserprojectability +#> +function Get-AzDevCenterUserProjectAbility { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IProjectAbilities])] + [CmdletBinding(DefaultParameterSetName = 'Get', PositionalBinding = $false)] + param( + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Get')] + [Parameter(ParameterSetName = 'GetByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Get-AzDevCenterUserProjectAbility @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserSchedule.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserSchedule.ps1 index 1f32dd303c06..20bb9fe86f2a 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserSchedule.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Get-AzDevCenterUserSchedule.ps1 @@ -41,7 +41,7 @@ Get-AzDevCenterUserSchedule -DevCenterName Contoso -ProjectName DevProject -Pool .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ISchedule +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ISchedule .Notes COMPLEX PARAMETER PROPERTIES @@ -49,6 +49,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -57,23 +58,25 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserschedule #> function Get-AzDevCenterUserSchedule { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ISchedule])] - [CmdletBinding(PositionalBinding=$false)] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ISchedule])] + [CmdletBinding(PositionalBinding = $false)] param( - [Parameter(ParameterSetName ='Get', Mandatory)] - [Parameter(ParameterSetName ='GetViaIdentity', Mandatory)] - [Parameter(ParameterSetName ='List', Mandatory)] - [Parameter(ParameterSetName ='List1', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'List1', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter-specific URI to operate on. @@ -81,49 +84,49 @@ function Get-AzDevCenterUserSchedule { [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List1ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'List1ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Alias('DevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Pool name. ${PoolName}, - [Parameter(ParameterSetName='Get', Mandatory)] - [Parameter(ParameterSetName='List', Mandatory)] - [Parameter(ParameterSetName='List1', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] + [Parameter(ParameterSetName = 'List', Mandatory)] + [Parameter(ParameterSetName = 'List1', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] - [Parameter(ParameterSetName='List1ByDevCenter', Mandatory)] - [Parameter(ParameterSetName='ListByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'List1ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'ListByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - [Parameter(ParameterSetName='Get', Mandatory)] + [Parameter(ParameterSetName = 'Get', Mandatory)] [Parameter(ParameterSetName = 'GetByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Display name for the Schedule. ${ScheduleName}, - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'GetViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -132,40 +135,40 @@ function Get-AzDevCenterUserSchedule { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserAlignPool.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserAlignPool.ps1 new file mode 100644 index 000000000000..25b6d92682c2 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserAlignPool.ps1 @@ -0,0 +1,210 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Aligns all Dev Boxes in the pool with the current configuration. +.Description +Aligns all Dev Boxes in the pool with the current configuration. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPoolAlignBody +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +System.Boolean +.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. + +BODY : Indicates which pool properties to align on. + Target : The targets to align on. + +INPUTOBJECT : Identity Parameter + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/invoke-azdevcenteruseralignpool +#> +function Invoke-AzDevCenterUserAlignPool { + [OutputType([System.Boolean])] + [CmdletBinding(DefaultParameterSetName = 'AlignExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( + [Parameter(ParameterSetName = 'Align', Mandatory)] + [Parameter(ParameterSetName = 'AlignViaIdentity', Mandatory)] + [Parameter(ParameterSetName = 'AlignExpanded', Mandatory)] + [Parameter(ParameterSetName = 'AlignViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'AlignByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'AlignViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'AlignExpandedByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'AlignViaIdentityExpandedByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Align', Mandatory)] + [Parameter(ParameterSetName = 'AlignExpanded', Mandatory)] + [Parameter(ParameterSetName = 'AlignByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'AlignExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Pool name. + ${PoolName}, + + [Parameter(ParameterSetName = 'Align', Mandatory)] + [Parameter(ParameterSetName = 'AlignExpanded', Mandatory)] + [Parameter(ParameterSetName = 'AlignByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'AlignExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'AlignViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'AlignViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'AlignViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'AlignViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(ParameterSetName = 'Align', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'AlignViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'AlignByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'AlignViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPoolAlignBody] + # Indicates which pool properties to align on. + # To construct, see NOTES section for BODY properties and create a hash table. + ${Body}, + + [Parameter(ParameterSetName = 'AlignExpanded', Mandatory)] + [Parameter(ParameterSetName = 'AlignViaIdentityExpanded', Mandatory)] + [Parameter(ParameterSetName = 'AlignExpandedByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'AlignViaIdentityExpandedByDevCenter', Mandatory)] + [AllowEmptyCollection()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PoolAlignTarget])] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PoolAlignTarget[]] + # The targets to align on. + ${Target}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Invoke-AzDevCenterUserAlignPool @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserDelayDevBoxAction.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserDelayDevBoxAction.ps1 index 720a84b5375d..0899c0ebaa14 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserDelayDevBoxAction.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserDelayDevBoxAction.ps1 @@ -31,9 +31,9 @@ Invoke-AzDevCenterUserDelayDevBoxAction -DevCenterName Contoso -DevBoxName myDev .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxAction +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAction .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxActionDelayResult +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxActionDelayResult .Notes COMPLEX PARAMETER PROPERTIES @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,115 +50,117 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/invoke-azdevcenteruserdelaydevboxaction #> function Invoke-AzDevCenterUserDelayDevBoxAction { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxAction], [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxActionDelayResult])] - [CmdletBinding(DefaultParameterSetName='Delay1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAction], [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxActionDelayResult])] + [CmdletBinding(DefaultParameterSetName = 'Delay1', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(ParameterSetName = 'Delay', Mandatory)] [Parameter(ParameterSetName = 'Delay1', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'Delay1ByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'DelayByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [Alias('DevCenter')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Display name for the Dev Box. - ${DevBoxName}, - - [Parameter(ParameterSetName='Delay', Mandatory)] - [Parameter(ParameterSetName = 'DelayByDevCenter', Mandatory)] - [Alias('ActionName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The name of the action. - ${Name}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Name of the project. - ${ProjectName}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] - [System.TimeSpan] - # The delayed timespan from the scheduled action time. Format HH:MM. - ${DelayTime}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'Delay1ByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'DelayByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [Alias('DevCenter')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${DevBoxName}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(ParameterSetName = 'Delay', Mandatory)] + [Parameter(ParameterSetName = 'DelayByDevCenter', Mandatory)] + [Alias('ActionName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of the action. + ${Name}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] + [System.TimeSpan] + # The delayed timespan from the scheduled action time. Format HH:MM. + ${DelayTime}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserDelayEnvironmentAction.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserDelayEnvironmentAction.ps1 index deb7964bcd1c..65cbc9863c53 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserDelayEnvironmentAction.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Invoke-AzDevCenterUserDelayEnvironmentAction.ps1 @@ -27,7 +27,7 @@ Invoke-AzDevCenterUserDelayEnvironmentAction -DevCenterName Contoso -Environment .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentAction +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentAction .Notes COMPLEX PARAMETER PROPERTIES @@ -35,6 +35,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -43,18 +44,20 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/invoke-azdevcenteruserdelayenvironmentaction #> function Invoke-AzDevCenterUserDelayEnvironmentAction { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentAction])] - [CmdletBinding(DefaultParameterSetName='Delay', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentAction])] + [CmdletBinding(DefaultParameterSetName = 'Delay', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(ParameterSetName = 'Delay', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] @@ -70,14 +73,14 @@ function Invoke-AzDevCenterUserDelayEnvironmentAction { ${DevCenterName}, - [Parameter(ParameterSetName='Delay', Mandatory)] + [Parameter(ParameterSetName = 'Delay', Mandatory)] [Parameter(ParameterSetName = 'DelayByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Environment name. ${EnvironmentName}, - [Parameter(ParameterSetName='Delay', Mandatory)] + [Parameter(ParameterSetName = 'Delay', Mandatory)] [Parameter(ParameterSetName = 'DelayByDevCenter', Mandatory)] [Alias('ActionName')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] @@ -85,17 +88,17 @@ function Invoke-AzDevCenterUserDelayEnvironmentAction { # Uniquely identifies the action. ${Name}, - [Parameter(ParameterSetName='Delay', Mandatory)] + [Parameter(ParameterSetName = 'Delay', Mandatory)] [Parameter(ParameterSetName = 'DelayByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # Name of the project. ${ProjectName}, - [Parameter(ParameterSetName='Delay')] + [Parameter(ParameterSetName = 'Delay')] [Parameter(ParameterSetName = 'DelayByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. # If value is 'me', the identity is taken from the authentication context. @@ -106,7 +109,7 @@ function Invoke-AzDevCenterUserDelayEnvironmentAction { [System.TimeSpan] # The delayed timespan from the scheduled action time. Format HH:MM. ${DelayTime}, - + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -115,47 +118,47 @@ function Invoke-AzDevCenterUserDelayEnvironmentAction { # 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.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, - + [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, - + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) - + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBox.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBox.ps1 index 2870ac441f47..6e7724bbef2e 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBox.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBox.ps1 @@ -33,7 +33,7 @@ New-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput -Pool .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBox +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox .Notes COMPLEX PARAMETER PROPERTIES @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,139 +50,133 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteruserdevbox #> function New-AzDevCenterUserDevBox { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBox])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [Alias('DevCenter')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Alias('DevBoxName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The name of a Dev Box. - ${Name}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The DevCenter Project upon which to execute the operation. - ${ProjectName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.String] - # The name of the Dev Box pool this machine belongs to. - ${PoolName}, - - [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus])] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.ParameterBreakingChangeAttribute("LocalAdministrator", "15.0.0", "3.0.0", "2025/11/18")] - # Indicates whether the owner of the Dev Box is a local administrator. - ${LocalAdministrator}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [Alias('DevCenter')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Alias('DevBoxName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of a Dev Box. + ${Name}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute the operation. + ${ProjectName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.String] + # The name of the Dev Box pool this machine belongs to. + ${PoolName}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxAddOn.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxAddOn.ps1 new file mode 100644 index 000000000000..28387b1155b9 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxAddOn.ps1 @@ -0,0 +1,190 @@ + +# ---------------------------------------------------------------------------------- +# 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 a Dev Box addon. +.Description +Creates a Dev Box addon. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAddOn +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteruserdevboxaddon +#> +function New-AzDevCenterUserDevBoxAddOn { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAddOn])] +[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [Alias('DevCenter')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName='CreateExpanded', Mandatory)] + [Parameter(ParameterSetName='CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of the Dev Box addon. + ${AddOnName}, + + [Parameter(ParameterSetName='CreateExpanded', Mandatory)] + [Parameter(ParameterSetName='CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of a Dev Box. + ${DevBoxName}, + + [Parameter(ParameterSetName='CreateExpanded', Mandatory)] + [Parameter(ParameterSetName='CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, + + [Parameter(ParameterSetName='CreateExpanded')] + [Parameter(ParameterSetName='CreateExpandedByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName='CreateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\New-AzDevCenterUserDevBoxAddOn @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxCustomizationGroup.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxCustomizationGroup.ps1 index 444753ecf38d..d13ddb2f7811 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxCustomizationGroup.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxCustomizationGroup.ps1 @@ -44,7 +44,7 @@ New-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -InputObject .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationGroup +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationGroup .Notes COMPLEX PARAMETER PROPERTIES @@ -52,6 +52,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -60,10 +61,12 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. @@ -78,9 +81,9 @@ TASK : Tasks to apply. Note by default tasks are excluded https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteruserdevboxcustomizationgroup #> function New-AzDevCenterUserDevBoxCustomizationGroup { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationGroup])] -[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] -param( + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationGroup])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] @@ -96,38 +99,37 @@ param( # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # A customization group name. ${CustomizationGroupName}, - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The name of a Dev Box. ${DevBoxName}, - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The DevCenter Project upon which to execute operations. ${ProjectName}, - [Parameter(ParameterSetName='CreateExpanded')] + [Parameter(ParameterSetName = 'CreateExpanded')] [Parameter(ParameterSetName = 'CreateExpandedByDevCenter')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] [System.String] # The AAD object id of the user. - # If value is 'me', the identity is taken from the - # authentication context. + # If value is 'me', the identity is taken from the authentication context. ${UserId}, - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] @@ -138,7 +140,7 @@ param( [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask[]] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTask[]] # Tasks to apply. # Note by default tasks are excluded from the response when listing customization groups. # To include them, use the `include=tasks` queryparameter. @@ -192,9 +194,9 @@ param( [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} -) + ) -process { + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName $null = $PSBoundParameters.Add("Endpoint", $Endpoint) diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxSnapshot.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxSnapshot.ps1 new file mode 100644 index 000000000000..dd6e6df439b1 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserDevBoxSnapshot.ps1 @@ -0,0 +1,184 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Captures a manual snapshot of the Dev Box.\nUpon completion, a snapshotId will be generated.\nTo retrieve all snapshots and their corresponding IDs, use the list snapshots endpoint. +.Description +Captures a manual snapshot of the Dev Box.\nUpon completion, a snapshotId will be generated.\nTo retrieve all snapshots and their corresponding IDs, use the list snapshots endpoint. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteruserdevboxsnapshot +#> +function New-AzDevCenterUserDevBoxSnapshot { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Capture', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( + [Parameter(ParameterSetName = 'Capture', Mandatory)] + [Parameter(ParameterSetName = 'CaptureViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'CaptureByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'CaptureViaIdentityByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + + [Parameter(ParameterSetName = 'Capture', Mandatory)] + [Parameter(ParameterSetName = 'CaptureByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${DevBoxName}, + + [Parameter(ParameterSetName = 'Capture', Mandatory)] + [Parameter(ParameterSetName = 'CaptureByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Capture')] + [Parameter(ParameterSetName = 'CaptureByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'CaptureViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'CaptureViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Export-AzDevCenterUserDevBoxSnapshot @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserEnvironment.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserEnvironment.ps1 index 0408d5fa52b9..63ffb61cdf01 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserEnvironment.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/New-AzDevCenterUserEnvironment.ps1 @@ -47,7 +47,7 @@ New-AzDevCenterUserEnvironment -DevCenterName Contoso -InputObject $envInput -Ca .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment .Notes COMPLEX PARAMETER PROPERTIES @@ -55,6 +55,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -63,156 +64,158 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteruserenvironment #> function New-AzDevCenterUserEnvironment { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment])] + [CmdletBinding(DefaultParameterSetName = 'CreateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [Alias('DevCenter')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Alias('EnvironmentName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The name of the environment. - ${Name}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The DevCenter Project upon which to execute operations. - ${ProjectName}, - - [Parameter(ParameterSetName='CreateExpanded')] - [Parameter(ParameterSetName = 'CreateExpandedByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.String] - # Name of the catalog. - ${CatalogName}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.String] - # Name of the environment definition. - ${EnvironmentDefinitionName}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.String] - # Environment type. - ${EnvironmentType}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.DateTime] - # The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. - ${ExpirationDate}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentParameters]))] - [System.Collections.Hashtable] - # Parameters object for the environment. - ${Parameter}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [Alias('DevCenter')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Alias('EnvironmentName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of the environment. + ${Name}, + + [Parameter(ParameterSetName = 'CreateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, + + [Parameter(ParameterSetName = 'CreateExpanded')] + [Parameter(ParameterSetName = 'CreateExpandedByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'CreateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'CreateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.String] + # Name of the catalog. + ${CatalogName}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.String] + # Name of the environment definition. + ${EnvironmentDefinitionName}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.String] + # Environment type. + ${EnvironmentType}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.DateTime] + # The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. + ${ExpirationDate}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentParameters]))] + [System.Collections.Hashtable] + # Parameters object for the environment. + ${Parameter}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserDevBox.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserDevBox.ps1 index f83d2e896444..2a5d2bede237 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserDevBox.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserDevBox.ps1 @@ -33,7 +33,7 @@ Remove-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus .Notes COMPLEX PARAMETER PROPERTIES @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,132 +50,133 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteruserdevbox #> function Remove-AzDevCenterUserDevBox { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus])] - [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.OutputBreakingChangeAttribute("OperationStatus", "15.0.0", "3.0.0", "2025/11/18", ReplacementCmdletOutputType = "OperationStatus", DeprecatedOutputProperties = ("Property"), NewOutputProperties = ("Property"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Delete', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName = 'Delete', Mandatory)] - [Parameter(ParameterSetName = 'DeleteViaIdentity', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'DeleteViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - [Alias('DevCenter')] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='Delete', Mandatory)] - [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] - [Alias('DevBoxName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The name of a Dev Box. - ${Name}, - - [Parameter(ParameterSetName='Delete', Mandatory)] - [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The DevCenter Project upon which to execute operations. - ${ProjectName}, - - [Parameter(ParameterSetName='Delete')] - [Parameter(ParameterSetName = 'DeleteByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='DeleteViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'DeleteViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Parameter(ParameterSetName = 'DeleteViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'DeleteViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + [Alias('DevCenter')] + # The DevCenter upon which to execute operations. + ${DevCenterName}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Returns true when the command succeeds - ${PassThru}, + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] + [Alias('DevBoxName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of a Dev Box. + ${Name}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(ParameterSetName = 'Delete')] + [Parameter(ParameterSetName = 'DeleteByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'DeleteViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'DeleteViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Returns true when the command succeeds + ${PassThru}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserDevBoxAddOn.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserDevBoxAddOn.ps1 new file mode 100644 index 000000000000..c405f57a9168 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserDevBoxAddOn.ps1 @@ -0,0 +1,196 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Deletes a Dev Box addon. +.Description +Deletes a Dev Box addon. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteruserdevboxaddon +#> +function Remove-AzDevCenterUserDevBoxAddOn { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] +[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Parameter(ParameterSetName = 'DeleteViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'DeleteViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + [Alias('DevCenter')] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName='Delete', Mandatory)] + [Parameter(ParameterSetName='DeleteByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of the Dev Box addon. + ${AddOnName}, + + [Parameter(ParameterSetName='Delete', Mandatory)] + [Parameter(ParameterSetName='DeleteByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of a Dev Box. + ${DevBoxName}, + + [Parameter(ParameterSetName='Delete', Mandatory)] + [Parameter(ParameterSetName='DeleteByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, + + [Parameter(ParameterSetName='Delete')] + [Parameter(ParameterSetName='DeleteByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName='DeleteViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName='DeleteViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Returns true when the command succeeds + ${PassThru}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Remove-AzDevCenterUserDevBoxAddOn @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserEnvironment.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserEnvironment.ps1 index 7628005565f9..c15585917aac 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserEnvironment.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Remove-AzDevCenterUserEnvironment.ps1 @@ -33,7 +33,7 @@ Remove-AzDevCenterUserEnvironment -DevCenterName Contoso -InputObject $envInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus .Notes COMPLEX PARAMETER PROPERTIES @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,132 +50,140 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteruserenvironment #> function Remove-AzDevCenterUserEnvironment { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus])] - [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.OutputBreakingChangeAttribute("OperationStatus", "15.0.0", "3.0.0", "2025/11/18", ReplacementCmdletOutputType = "OperationStatus", DeprecatedOutputProperties = ("Property"), NewOutputProperties = ("Property"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Delete', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName = 'Delete', Mandatory)] - [Parameter(ParameterSetName = 'DeleteViaIdentity', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'DeleteViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [Alias('DevCenter')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='Delete', Mandatory)] - [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] - [Alias('EnvironmentName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The name of the environment. - ${Name}, - - [Parameter(ParameterSetName='Delete', Mandatory)] - [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The DevCenter Project upon which to execute operations. - ${ProjectName}, - - [Parameter(ParameterSetName='Delete')] - [Parameter(ParameterSetName = 'DeleteByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='DeleteViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'DeleteViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Parameter(ParameterSetName = 'DeleteViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'DeleteViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [Alias('DevCenter')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Returns true when the command succeeds - ${PassThru}, + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] + [Alias('EnvironmentName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of the environment. + ${Name}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(ParameterSetName = 'Delete', Mandatory)] + [Parameter(ParameterSetName = 'DeleteByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(ParameterSetName = 'Delete')] + [Parameter(ParameterSetName = 'DeleteByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'DeleteViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'DeleteViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] + [System.Management.Automation.SwitchParameter] + # The query option to force environment deletion even if the environment definition does not exist. + # This is a best-effort delete, and anything custom that forces resource creation beyond the associated resource group may not be deleted. + ${Force}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Returns true when the command succeeds + ${PassThru}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Repair-AzDevCenterUserDevBox.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Repair-AzDevCenterUserDevBox.ps1 index bb50094b562b..4886e0fa509c 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Repair-AzDevCenterUserDevBox.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Repair-AzDevCenterUserDevBox.ps1 @@ -35,7 +35,7 @@ Repair-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus .Notes COMPLEX PARAMETER PROPERTIES @@ -43,6 +43,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -51,143 +52,144 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/repair-azdevcenteruserdevbox #> function Repair-AzDevCenterUserDevBox { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus])] - [CmdletBinding(DefaultParameterSetName='Repair', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.OutputBreakingChangeAttribute("OperationStatus", "15.0.0", "3.0.0", "2025/11/18", ReplacementCmdletOutputType = "OperationStatus", DeprecatedOutputProperties = ("Property"), NewOutputProperties = ("Property"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Repair', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='Repair', Mandatory)] - [Parameter(ParameterSetName='RepairViaIdentity', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'RepairViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'RepairByDevCenter', Mandatory)] - [Alias('DevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='Repair', Mandatory)] - [Parameter(ParameterSetName = 'RepairByDevCenter', Mandatory)] - [Alias('DevBoxName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Display name for the Dev Box. - ${Name}, - - [Parameter(ParameterSetName='Repair', Mandatory)] - [Parameter(ParameterSetName = 'RepairByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='Repair')] - [Parameter(ParameterSetName = 'RepairByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='RepairViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='RepairViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, + [Parameter(ParameterSetName = 'Repair', Mandatory)] + [Parameter(ParameterSetName = 'RepairViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'RepairViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'RepairByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, + [Parameter(ParameterSetName = 'Repair', Mandatory)] + [Parameter(ParameterSetName = 'RepairByDevCenter', Mandatory)] + [Alias('DevBoxName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${Name}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(ParameterSetName = 'Repair', Mandatory)] + [Parameter(ParameterSetName = 'RepairByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(ParameterSetName = 'Repair')] + [Parameter(ParameterSetName = 'RepairByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'RepairViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'RepairViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) - process { - if (-not $PSBoundParameters.ContainsKey('Endpoint')) { - $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName - $null = $PSBoundParameters.Add("Endpoint", $Endpoint) - $null = $PSBoundParameters.Remove("DevCenterName") + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") - } - else { - $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint - $PSBoundParameters["Endpoint"] = $Endpoint - } + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } - Az.DevCenterdata.internal\Repair-AzDevCenterUserDevBox @PSBoundParameters + Az.DevCenterdata.internal\Repair-AzDevCenterUserDevBox @PSBoundParameters - } + } - } +} \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Restart-AzDevCenterUserDevBox.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Restart-AzDevCenterUserDevBox.ps1 index ed3ae72d57cc..7a180721f814 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Restart-AzDevCenterUserDevBox.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Restart-AzDevCenterUserDevBox.ps1 @@ -33,7 +33,7 @@ Restart-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus .Notes COMPLEX PARAMETER PROPERTIES @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,126 +50,127 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/restart-azdevcenteruserdevbox #> function Restart-AzDevCenterUserDevBox { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus])] - [CmdletBinding(DefaultParameterSetName='Restart', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.OutputBreakingChangeAttribute("OperationStatus", "15.0.0", "3.0.0", "2025/11/18", ReplacementCmdletOutputType = "OperationStatus", DeprecatedOutputProperties = ("Property"), NewOutputProperties = ("Property"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Restart', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName = 'Restart', Mandatory)] - [Parameter(ParameterSetName = 'RestartViaIdentity', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'RestartViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'RestartByDevCenter', Mandatory)] - [Alias('DevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='Restart', Mandatory)] - [Parameter(ParameterSetName = 'RestartByDevCenter', Mandatory)] - [Alias('DevBoxName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Display name for the Dev Box. - ${Name}, - - [Parameter(ParameterSetName='Restart', Mandatory)] - [Parameter(ParameterSetName = 'RestartByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='Restart')] - [Parameter(ParameterSetName = 'RestartByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='RestartViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'RestartViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, + [Parameter(ParameterSetName = 'Restart', Mandatory)] + [Parameter(ParameterSetName = 'RestartViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'RestartViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'RestartByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, + [Parameter(ParameterSetName = 'Restart', Mandatory)] + [Parameter(ParameterSetName = 'RestartByDevCenter', Mandatory)] + [Alias('DevBoxName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${Name}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, + [Parameter(ParameterSetName = 'Restart', Mandatory)] + [Parameter(ParameterSetName = 'RestartByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(ParameterSetName = 'Restart')] + [Parameter(ParameterSetName = 'RestartByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(ParameterSetName = 'RestartViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'RestartViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Restore-AzDevCenterUserDevBoxSnapshot.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Restore-AzDevCenterUserDevBoxSnapshot.ps1 new file mode 100644 index 000000000000..2a4c6214f755 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Restore-AzDevCenterUserDevBoxSnapshot.ps1 @@ -0,0 +1,189 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Restores a Dev Box to a specified snapshot. +.Description +Restores a Dev Box to a specified snapshot. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus +.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 + [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. + [CatalogName ]: Name of the catalog. + [CustomizationGroupName ]: Name of the customization group. + [CustomizationTaskId ]: A customization task ID. + [DefinitionName ]: Name of the environment definition. + [DevBoxName ]: Display name for the Dev Box. + [EnvironmentName ]: Environment name. + [EnvironmentTypeName ]: Name of the environment type. + [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. + [OperationId ]: Unique identifier for the Dev Box operation. + [PoolName ]: Pool name. + [ProjectName ]: Name of the project. + [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. + [TaskName ]: Full name of the task: {catalogName}/{taskName}. + [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/restore-azdevcenteruserdevboxsnapshot +#> +function Restore-AzDevCenterUserDevBoxSnapshot { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Restore', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( + [Parameter(ParameterSetName = 'Restore', Mandatory)] + [Parameter(ParameterSetName = 'RestoreViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'RestoreByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'RestoreViaIdentityByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Restore', Mandatory)] + [Parameter(ParameterSetName = 'RestoreByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${DevBoxName}, + + [Parameter(ParameterSetName = 'Restore', Mandatory)] + [Parameter(ParameterSetName = 'RestoreByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter(ParameterSetName = 'Restore')] + [Parameter(ParameterSetName = 'RestoreByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'RestoreViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'RestoreViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] + [System.String] + # Required parameter that specifies the snapshot id to use for the restore operation. + ${SnapshotId}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Restore-AzDevCenterUserDevBoxSnapshot @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Set-AzDevCenterUserDevBoxActiveHour.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Set-AzDevCenterUserDevBoxActiveHour.ps1 new file mode 100644 index 000000000000..75476cfc42da --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Set-AzDevCenterUserDevBoxActiveHour.ps1 @@ -0,0 +1,174 @@ + +# ---------------------------------------------------------------------------------- +# 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 +Lets a user set their own active hours for their Dev Box, overriding the defaults set at the pool level. +.Description +Lets a user set their own active hours for their Dev Box, overriding the defaults set at the pool level. +.Example +{{ Add code here }} +.Example +{{ Add code here }} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IUserActiveHoursConfiguration +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox +.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. + +BODY : Manual user set active hours configuration. + [EndTimeHour ]: The end time of the active hours. + [StartTimeHour ]: The start time of the active hours. + [TimeZone ]: The timezone of the active hours. +.Link +https://learn.microsoft.com/powershell/module/az.devcenter/set-azdevcenteruserdevboxactivehour +#> +function Set-AzDevCenterUserDevBoxActiveHour { + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox])] + [CmdletBinding(DefaultParameterSetName = 'SetExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( + [Parameter(ParameterSetName = 'Set', Mandatory)] + [Parameter(ParameterSetName = 'SetExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'SetByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'SetExpandedByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${DevBoxName}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, + + [Parameter(ParameterSetName = 'Set', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'SetByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IUserActiveHoursConfiguration] + # Manual user set active hours configuration. + # To construct, see NOTES section for BODY properties and create a hash table. + ${Body}, + + [Parameter(ParameterSetName = 'SetExpanded', Mandatory)] + [Parameter(ParameterSetName = 'SetExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.Int32] + # The end time of the active hours. + ${EndTimeHour}, + + [Parameter(ParameterSetName = 'SetExpanded', Mandatory)] + [Parameter(ParameterSetName = 'SetExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.Int32] + # The start time of the active hours. + ${StartTimeHour}, + + [Parameter(ParameterSetName = 'SetExpanded', Mandatory)] + [Parameter(ParameterSetName = 'SetExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.String] + # The timezone of the active hours. + ${TimeZone}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} + ) + + process { + if (-not $PSBoundParameters.ContainsKey('Endpoint')) { + $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName + $null = $PSBoundParameters.Add("Endpoint", $Endpoint) + $null = $PSBoundParameters.Remove("DevCenterName") + + } + else { + $Endpoint = ValidateAndProcessEndpoint -Endpoint $Endpoint + $PSBoundParameters["Endpoint"] = $Endpoint + } + + Az.DevCenterdata.internal\Set-AzDevCenterUserDevBoxActiveHour @PSBoundParameters + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Skip-AzDevCenterUserDevBoxAction.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Skip-AzDevCenterUserDevBoxAction.ps1 index 8452e226e3e3..41d3444f538e 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Skip-AzDevCenterUserDevBoxAction.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Skip-AzDevCenterUserDevBoxAction.ps1 @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,10 +50,12 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link @@ -60,115 +63,115 @@ https://learn.microsoft.com/powershell/module/az.devcenter/skip-azdevcenteruserd #> function Skip-AzDevCenterUserDevBoxAction { [OutputType([System.Boolean])] - [CmdletBinding(DefaultParameterSetName='Skip', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [CmdletBinding(DefaultParameterSetName = 'Skip', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName = 'Skip', Mandatory)] - [Parameter(ParameterSetName = 'SkipViaIdentity', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'SkipViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] - [Alias('DevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='Skip', Mandatory)] - [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Display name for the Dev Box. - ${DevBoxName}, - - [Parameter(ParameterSetName='Skip', Mandatory)] - [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] - [Alias('ActionName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The name of the action. - ${Name}, - - [Parameter(ParameterSetName='Skip', Mandatory)] - [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='Skip')] - [Parameter(ParameterSetName = 'SkipByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='SkipViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'SkipViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, + [Parameter(ParameterSetName = 'Skip', Mandatory)] + [Parameter(ParameterSetName = 'SkipViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'SkipViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Skip', Mandatory)] + [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${DevBoxName}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Returns true when the command succeeds - ${PassThru}, + [Parameter(ParameterSetName = 'Skip', Mandatory)] + [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] + [Alias('ActionName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of the action. + ${Name}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(ParameterSetName = 'Skip', Mandatory)] + [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(ParameterSetName = 'Skip')] + [Parameter(ParameterSetName = 'SkipByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'SkipViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'SkipViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Returns true when the command succeeds + ${PassThru}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Skip-AzDevCenterUserEnvironmentAction.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Skip-AzDevCenterUserEnvironmentAction.ps1 index 9044519e19b5..6284a463bee3 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Skip-AzDevCenterUserEnvironmentAction.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Skip-AzDevCenterUserEnvironmentAction.ps1 @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,10 +50,12 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link @@ -60,118 +63,118 @@ https://learn.microsoft.com/powershell/module/az.devcenter/skip-azdevcenterusere #> function Skip-AzDevCenterUserEnvironmentAction { [OutputType([System.Boolean])] - [CmdletBinding(DefaultParameterSetName='Skip', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [CmdletBinding(DefaultParameterSetName = 'Skip', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='Skip', Mandatory)] - [Parameter(ParameterSetName='SkipViaIdentity', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'SkipViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] - [Alias('DevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='Skip', Mandatory)] - [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Environment name. - ${EnvironmentName}, - - [Parameter(ParameterSetName='Skip', Mandatory)] - [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] - [Alias('ActionName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Uniquely identifies the action. - ${Name}, - - [Parameter(ParameterSetName='Skip', Mandatory)] - [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='Skip')] - [Parameter(ParameterSetName = 'SkipByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='SkipViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'SkipViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, + [Parameter(ParameterSetName = 'Skip', Mandatory)] + [Parameter(ParameterSetName = 'SkipViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'SkipViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Skip', Mandatory)] + [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Environment name. + ${EnvironmentName}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Returns true when the command succeeds - ${PassThru}, + [Parameter(ParameterSetName = 'Skip', Mandatory)] + [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] + [Alias('ActionName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Uniquely identifies the action. + ${Name}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(ParameterSetName = 'Skip', Mandatory)] + [Parameter(ParameterSetName = 'SkipByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(ParameterSetName = 'Skip')] + [Parameter(ParameterSetName = 'SkipByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'SkipViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'SkipViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Returns true when the command succeeds + ${PassThru}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName $null = $PSBoundParameters.Add("Endpoint", $Endpoint) diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Start-AzDevCenterUserDevBox.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Start-AzDevCenterUserDevBox.ps1 index 0c6868518962..651d0f8dc1df 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Start-AzDevCenterUserDevBox.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Start-AzDevCenterUserDevBox.ps1 @@ -33,7 +33,7 @@ Start-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus .Notes COMPLEX PARAMETER PROPERTIES @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,126 +50,127 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/start-azdevcenteruserdevbox #> function Start-AzDevCenterUserDevBox { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus])] - [CmdletBinding(DefaultParameterSetName='Start', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.OutputBreakingChangeAttribute("OperationStatus", "15.0.0", "3.0.0", "2025/11/18", ReplacementCmdletOutputType = "OperationStatus", DeprecatedOutputProperties = ("Property"), NewOutputProperties = ("Property"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Start', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName = 'Start', Mandatory)] - [Parameter(ParameterSetName = 'StartViaIdentity', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'StartViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'StartByDevCenter', Mandatory)] - [Alias('DevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='Start', Mandatory)] - [Parameter(ParameterSetName = 'StartByDevCenter', Mandatory)] - [Alias('DevBoxName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Display name for the Dev Box. - ${Name}, - - [Parameter(ParameterSetName='Start', Mandatory)] - [Parameter(ParameterSetName = 'StartByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='Start')] - [Parameter(ParameterSetName = 'StartByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='StartViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'StartViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # 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.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, + [Parameter(ParameterSetName = 'Start', Mandatory)] + [Parameter(ParameterSetName = 'StartViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'StartViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'StartByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Start', Mandatory)] + [Parameter(ParameterSetName = 'StartByDevCenter', Mandatory)] + [Alias('DevBoxName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${Name}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, + [Parameter(ParameterSetName = 'Start', Mandatory)] + [Parameter(ParameterSetName = 'StartByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(ParameterSetName = 'Start')] + [Parameter(ParameterSetName = 'StartByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(ParameterSetName = 'StartViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'StartViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Stop-AzDevCenterUserDevBox.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Stop-AzDevCenterUserDevBox.ps1 index f300ac4c6989..bad1f0411d6b 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Stop-AzDevCenterUserDevBox.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Stop-AzDevCenterUserDevBox.ps1 @@ -33,7 +33,7 @@ Stop-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus .Notes COMPLEX PARAMETER PROPERTIES @@ -41,6 +41,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -49,132 +50,133 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/stop-azdevcenteruserdevbox #> function Stop-AzDevCenterUserDevBox { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus])] - [CmdletBinding(DefaultParameterSetName='Stop', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.OutputBreakingChangeAttribute("OperationStatus", "15.0.0", "3.0.0", "2025/11/18", ReplacementCmdletOutputType = "OperationStatus", DeprecatedOutputProperties = ("Property"), NewOutputProperties = ("Property"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus])] + [CmdletBinding(DefaultParameterSetName = 'Stop', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName = 'Stop', Mandatory)] - [Parameter(ParameterSetName = 'StopViaIdentity', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'StopViaIdentityByDevCenter', Mandatory)] - [Parameter(ParameterSetName = 'StopByDevCenter', Mandatory)] - [Alias('DevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, - - [Parameter(ParameterSetName='Stop', Mandatory)] - [Parameter(ParameterSetName = 'StopByDevCenter', Mandatory)] - [Alias('DevBoxName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Display name for the Dev Box. - ${Name}, - - [Parameter(ParameterSetName='Stop', Mandatory)] - [Parameter(ParameterSetName = 'StopByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # Name of the project. - ${ProjectName}, - - [Parameter(ParameterSetName='Stop')] - [Parameter(ParameterSetName = 'StopByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, - - [Parameter(ParameterSetName='StopViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName = 'StopViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] - [System.Management.Automation.SwitchParameter] - # Optional parameter to hibernate the dev box. - ${Hibernate}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, + [Parameter(ParameterSetName = 'Stop', Mandatory)] + [Parameter(ParameterSetName = 'StopViaIdentity', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'StopViaIdentityByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'StopByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, + + [Parameter(ParameterSetName = 'Stop', Mandatory)] + [Parameter(ParameterSetName = 'StopByDevCenter', Mandatory)] + [Alias('DevBoxName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Display name for the Dev Box. + ${Name}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, + [Parameter(ParameterSetName = 'Stop', Mandatory)] + [Parameter(ParameterSetName = 'StopByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # Name of the project. + ${ProjectName}, - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, + [Parameter(ParameterSetName = 'Stop')] + [Parameter(ParameterSetName = 'StopByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter(ParameterSetName = 'StopViaIdentity', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'StopViaIdentityByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Query')] + [System.Management.Automation.SwitchParameter] + # Optional parameter to hibernate the dev box. + ${Hibernate}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) process { diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Test-AzDevCenterUserDevBoxCustomizationTaskAction.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Test-AzDevCenterUserDevBoxCustomizationTaskAction.ps1 index f914f5fe2668..81f2cfcf8436 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Test-AzDevCenterUserDevBoxCustomizationTaskAction.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Test-AzDevCenterUserDevBoxCustomizationTaskAction.ps1 @@ -27,11 +27,11 @@ $task = @{ PackageName = "vscode" PackageVersion = "1.0.0" } - RunAs = "User" + RunAs = "System" TimeoutInSecond = 120 } $tasks = @($task) -Test-AzDevCenterUserDevBoxCustomizationTaskAction -DevCenterName Contoso -ProjectName DevProject -Task $tasks +Test-AzDevCenterUserDevBoxCustomizationTaskAction -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -Task $tasks .Example $task = @{ Name = "catalogName/choco" @@ -40,12 +40,11 @@ $task = @{ PackageName = "vscode" PackageVersion = "1.0.0" } - RunAs = "System" + RunAs = "User" TimeoutInSecond = 120 } $tasks = @($task) -$taskInput = @{"ProjectName" = "DevProject" } -Test-AzDevCenterUserDevBoxCustomizationTaskAction -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $taskInput -Task $tasks +Test-AzDevCenterUserDevBoxCustomizationTaskAction -DevCenterName Contoso -ProjectName DevProject -Task $tasks .Example $task = @{ Name = "catalogName/choco" @@ -58,7 +57,8 @@ $task = @{ TimeoutInSecond = 120 } $tasks = @($task) -Test-AzDevCenterUserDevBoxCustomizationTaskAction -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -Task $tasks +$taskInput = @{"ProjectName" = "DevProject" } +Test-AzDevCenterUserDevBoxCustomizationTaskAction -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $taskInput -Task $tasks .Example $task = @{ Name = "catalogName/choco" @@ -85,6 +85,7 @@ To create the parameters described below, construct a hash table containing the INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -93,10 +94,12 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. @@ -111,10 +114,10 @@ TASK : Tasks to apply. https://learn.microsoft.com/powershell/module/az.devcenter/test-azdevcenteruserdevboxcustomizationtaskaction #> function Test-AzDevCenterUserDevBoxCustomizationTaskAction { -[OutputType([System.Boolean])] -[CmdletBinding(DefaultParameterSetName='ValidateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] -param( - [Parameter(ParameterSetName='ValidateExpanded', Mandatory)] + [OutputType([System.Boolean])] + [CmdletBinding(DefaultParameterSetName = 'ValidateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] + param( + [Parameter(ParameterSetName = 'ValidateExpanded', Mandatory)] [Parameter(ParameterSetName = 'ValidateViaIdentityExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] [System.String] @@ -129,15 +132,15 @@ param( # The DevCenter upon which to execute operations. ${DevCenterName}, - [Parameter(ParameterSetName='ValidateExpanded', Mandatory)] + [Parameter(ParameterSetName = 'ValidateExpanded', Mandatory)] [Parameter(ParameterSetName = 'ValidateExpandedByDevCenter', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [System.String] # The DevCenter Project upon which to execute operations. ${ProjectName}, - [Parameter(ParameterSetName='ValidateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='ValidateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'ValidateViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'ValidateViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] # Identity Parameter @@ -147,7 +150,7 @@ param( [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask[]] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTask[]] # Tasks to apply. # To construct, see NOTES section for TASK properties and create a hash table. ${Task}, @@ -211,9 +214,9 @@ param( [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} -) + ) -process { + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName $null = $PSBoundParameters.Add("Endpoint", $Endpoint) diff --git a/src/DevCenter/DevCenterData.AutoRest/custom/Update-AzDevCenterUserEnvironment.ps1 b/src/DevCenter/DevCenterData.AutoRest/custom/Update-AzDevCenterUserEnvironment.ps1 index 3530de5da6b0..e5108729bdbc 100644 --- a/src/DevCenter/DevCenterData.AutoRest/custom/Update-AzDevCenterUserEnvironment.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/custom/Update-AzDevCenterUserEnvironment.ps1 @@ -45,23 +45,22 @@ $envInput = @{"UserId" = "me"; "ProjectName" = "DevProject"; "EnvironmentName" = Update-AzDevCenterUserEnvironment -DevCenterName Contoso -InputObject $envInput -ExpirationDate $dateIn8Months .Inputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentUpdate +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentPatchProperties .Inputs Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment .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. -BODY : Properties of an environment. +BODY : Properties of an environment. These properties can be updated via PATCH after the resource has been created. [ExpirationDate ]: The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. - [Parameter ]: Parameters object for the environment. - [(Any) ]: This indicates any property can be added to this object. INPUTOBJECT : Identity Parameter [ActionName ]: The name of the action. + [AddOnName ]: Name of the dev box addon. [CatalogName ]: Name of the catalog. [CustomizationGroupName ]: Name of the customization group. [CustomizationTaskId ]: A customization task ID. @@ -70,122 +69,124 @@ INPUTOBJECT : Identity Parameter [EnvironmentName ]: Environment name. [EnvironmentTypeName ]: Name of the environment type. [Id ]: Resource identity path + [ImageBuildLogId ]: An imaging build log id. [OperationId ]: Unique identifier for the Dev Box operation. [PoolName ]: Pool name. [ProjectName ]: Name of the project. [ScheduleName ]: Display name for the Schedule. + [SnapshotId ]: The id of the snapshot. Should be treated as opaque string. [TaskName ]: Full name of the task: {catalogName}/{taskName}. [UserId ]: The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. .Link https://learn.microsoft.com/powershell/module/az.devcenter/update-azdevcenteruserenvironment #> function Update-AzDevCenterUserEnvironment { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment])] - [CmdletBinding(DefaultParameterSetName='PatchExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment])] + [CmdletBinding(DefaultParameterSetName = 'PatchExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( - [Parameter(ParameterSetName='PatchExpanded', Mandatory)] - [Parameter(ParameterSetName='PatchViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter-specific URI to operate on. - ${Endpoint}, - - [Parameter(ParameterSetName = 'PatchExpandedByDevCenter', Mandatory)] - [Parameter(ParameterSetName='PatchViaIdentityExpandedByDevCenter', Mandatory)] - [Alias('DevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] - [System.String] - # The DevCenter upon which to execute operations. - ${DevCenterName}, + [Parameter(ParameterSetName = 'PatchExpanded', Mandatory)] + [Parameter(ParameterSetName = 'PatchViaIdentityExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter-specific URI to operate on. + ${Endpoint}, + + [Parameter(ParameterSetName = 'PatchExpandedByDevCenter', Mandatory)] + [Parameter(ParameterSetName = 'PatchViaIdentityExpandedByDevCenter', Mandatory)] + [Alias('DevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Uri')] + [System.String] + # The DevCenter upon which to execute operations. + ${DevCenterName}, - [Parameter(ParameterSetName='PatchExpanded', Mandatory)] - [Parameter(ParameterSetName = 'PatchExpandedByDevCenter', Mandatory)] - [Alias('EnvironmentName')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The name of the environment. - ${Name}, + [Parameter(ParameterSetName = 'PatchExpanded', Mandatory)] + [Parameter(ParameterSetName = 'PatchExpandedByDevCenter', Mandatory)] + [Alias('EnvironmentName')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The name of the environment. + ${Name}, - [Parameter(ParameterSetName='PatchExpanded', Mandatory)] - [Parameter(ParameterSetName = 'PatchExpandedByDevCenter', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [System.String] - # The DevCenter Project upon which to execute operations. - ${ProjectName}, + [Parameter(ParameterSetName = 'PatchExpanded', Mandatory)] + [Parameter(ParameterSetName = 'PatchExpandedByDevCenter', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [System.String] + # The DevCenter Project upon which to execute operations. + ${ProjectName}, - [Parameter(ParameterSetName='PatchExpanded')] - [Parameter(ParameterSetName = 'PatchExpandedByDevCenter')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script='"me"')] - [System.String] - # The AAD object id of the user. - # If value is 'me', the identity is taken from the authentication context. - ${UserId}, + [Parameter(ParameterSetName = 'PatchExpanded')] + [Parameter(ParameterSetName = 'PatchExpandedByDevCenter')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.DefaultInfo(Script = '"me"')] + [System.String] + # The AAD object id of the user. + # If value is 'me', the identity is taken from the authentication context. + ${UserId}, - [Parameter(ParameterSetName='PatchViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='PatchViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, + [Parameter(ParameterSetName = 'PatchViaIdentityExpanded', Mandatory, ValueFromPipeline)] + [Parameter(ParameterSetName = 'PatchViaIdentityExpandedByDevCenter', Mandatory, ValueFromPipeline)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity] + # Identity Parameter + # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + ${InputObject}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] - [System.DateTime] - # The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. - ${ExpirationDate}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Body')] + [System.DateTime] + # The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. + ${ExpirationDate}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.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.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} ) -process { + process { if (-not $PSBoundParameters.ContainsKey('Endpoint')) { $Endpoint = GetEndpointFromResourceGraph -DevCenterName $DevCenterName -Project $ProjectName $null = $PSBoundParameters.Add("Endpoint", $Endpoint) diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Approve-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenterData.AutoRest/docs/Approve-AzDevCenterUserDevBox.md new file mode 100644 index 000000000000..e2a8f5f6f0d6 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Approve-AzDevCenterUserDevBox.md @@ -0,0 +1,259 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/approve-azdevcenteruserdevbox +schema: 2.0.0 +--- + +# Approve-AzDevCenterUserDevBox + +## SYNOPSIS +Approves the creation of a Dev Box. + +## SYNTAX + +### Approve (Default) +``` +Approve-AzDevCenterUserDevBox -Endpoint -Name -ProjectName -UserId + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### ApproveByDevCenter +``` +Approve-AzDevCenterUserDevBox -DevCenterName -Name -ProjectName -UserId + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### ApproveViaIdentity +``` +Approve-AzDevCenterUserDevBox -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### ApproveViaIdentityByDevCenter +``` +Approve-AzDevCenterUserDevBox -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Approves the creation of a Dev Box. + +## EXAMPLES + +### Example 1: Approve a dev box by endpoint +```powershell +Approve-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox +``` + +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +### Example 2: Approve a dev box by dev center +```powershell +Approve-AzDevCenterUserDevBox -DevCenterName Contoso -ProjectName DevProject -UserId "786a823c-8037-48ab-89b8-8599901e67d0" -Name myDevBox +``` + +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +### Example 3: Approve a dev box by endpoint and InputObject +```powershell +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +Approve-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $devBoxInput +``` + +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +### Example 4: Approve a dev box by dev center and InputObject +```powershell +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +Approve-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput +``` + +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: ApproveByDevCenter, ApproveViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Approve, ApproveViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: ApproveViaIdentity, ApproveViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Approve, ApproveByDevCenter +Aliases: DevBoxName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Approve, ApproveByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Approve, ApproveByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Az.DevCenterdata.md b/src/DevCenter/DevCenterData.AutoRest/docs/Az.DevCenterdata.md index 6fe7a3259b17..8abae096ce12 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Az.DevCenterdata.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Az.DevCenterdata.md @@ -11,9 +11,18 @@ Locale: en-US Microsoft Azure PowerShell: DevCenterdata cmdlets ## Az.DevCenterdata Cmdlets +### [Approve-AzDevCenterUserDevBox](Approve-AzDevCenterUserDevBox.md) +Approves the creation of a Dev Box. + ### [Deploy-AzDevCenterUserEnvironment](Deploy-AzDevCenterUserEnvironment.md) Creates or updates an environment. +### [Disable-AzDevCenterUserDevBoxAddOn](Disable-AzDevCenterUserDevBoxAddOn.md) +Disable a Dev Box addon. + +### [Enable-AzDevCenterUserDevBoxAddOn](Enable-AzDevCenterUserDevBoxAddOn.md) +Enable a Dev Box addon. + ### [Get-AzDevCenterUserCatalog](Get-AzDevCenterUserCatalog.md) Gets the specified catalog within the project. @@ -23,6 +32,9 @@ Gets a Dev Box. ### [Get-AzDevCenterUserDevBoxAction](Get-AzDevCenterUserDevBoxAction.md) Gets an action. +### [Get-AzDevCenterUserDevBoxAddon](Get-AzDevCenterUserDevBoxAddon.md) +Gets a Dev Box addon by Dev Box addon id. + ### [Get-AzDevCenterUserDevBoxCustomizationGroup](Get-AzDevCenterUserDevBoxCustomizationGroup.md) Gets a customization group. @@ -32,12 +44,21 @@ Gets a customization task. ### [Get-AzDevCenterUserDevBoxCustomizationTaskLog](Get-AzDevCenterUserDevBoxCustomizationTaskLog.md) Gets the log for a customization task. +### [Get-AzDevCenterUserDevBoxImagingTaskLog](Get-AzDevCenterUserDevBoxImagingTaskLog.md) +Gets the log for an imaging build task. + ### [Get-AzDevCenterUserDevBoxOperation](Get-AzDevCenterUserDevBoxOperation.md) Gets an operation on a Dev Box. ### [Get-AzDevCenterUserDevBoxRemoteConnection](Get-AzDevCenterUserDevBoxRemoteConnection.md) Gets RDP Connection info. +### [Get-AzDevCenterUserDevBoxSnapshot](Get-AzDevCenterUserDevBoxSnapshot.md) +Gets a snapshot by snapshot id. + +### [Get-AzDevCenterUserDevCenterApproval](Get-AzDevCenterUserDevCenterApproval.md) +Gets a list of Dev Box creations that are pending approval. + ### [Get-AzDevCenterUserEnvironment](Get-AzDevCenterUserEnvironment.md) Gets an environment. @@ -59,15 +80,24 @@ Gets Outputs from the environment. ### [Get-AzDevCenterUserEnvironmentType](Get-AzDevCenterUserEnvironmentType.md) Get an environment type configured for a project. +### [Get-AzDevCenterUserEnvironmentTypeAbility](Get-AzDevCenterUserEnvironmentTypeAbility.md) +Gets the signed-in user's permitted abilities in an environment type. + ### [Get-AzDevCenterUserPool](Get-AzDevCenterUserPool.md) Gets a pool. ### [Get-AzDevCenterUserProject](Get-AzDevCenterUserProject.md) Gets a project. +### [Get-AzDevCenterUserProjectAbility](Get-AzDevCenterUserProjectAbility.md) +Gets the signed-in user's permitted abilities in a project. + ### [Get-AzDevCenterUserSchedule](Get-AzDevCenterUserSchedule.md) Gets a schedule. +### [Invoke-AzDevCenterUserAlignPool](Invoke-AzDevCenterUserAlignPool.md) +Aligns all Dev Boxes in the pool with the current configuration. + ### [Invoke-AzDevCenterUserDelayDevBoxAction](Invoke-AzDevCenterUserDelayDevBoxAction.md) Delays the occurrence of an action. @@ -77,15 +107,24 @@ Delays the occurrence of an action. ### [New-AzDevCenterUserDevBox](New-AzDevCenterUserDevBox.md) Creates or replaces a Dev Box. +### [New-AzDevCenterUserDevBoxAddOn](New-AzDevCenterUserDevBoxAddOn.md) +Creates a Dev Box addon. + ### [New-AzDevCenterUserDevBoxCustomizationGroup](New-AzDevCenterUserDevBoxCustomizationGroup.md) Applies customizations to the Dev Box. +### [New-AzDevCenterUserDevBoxSnapshot](New-AzDevCenterUserDevBoxSnapshot.md) +Captures a manual snapshot of the Dev Box.\nUpon completion, a snapshotId will be generated.\nTo retrieve all snapshots and their corresponding IDs, use the list snapshots endpoint. + ### [New-AzDevCenterUserEnvironment](New-AzDevCenterUserEnvironment.md) Creates or updates an environment. ### [Remove-AzDevCenterUserDevBox](Remove-AzDevCenterUserDevBox.md) Deletes a Dev Box. +### [Remove-AzDevCenterUserDevBoxAddOn](Remove-AzDevCenterUserDevBoxAddOn.md) +Deletes a Dev Box addon. + ### [Remove-AzDevCenterUserEnvironment](Remove-AzDevCenterUserEnvironment.md) Deletes an environment and all its associated resources @@ -96,6 +135,12 @@ The Dev Box may restart during this operation. ### [Restart-AzDevCenterUserDevBox](Restart-AzDevCenterUserDevBox.md) Restarts a Dev Box. +### [Restore-AzDevCenterUserDevBoxSnapshot](Restore-AzDevCenterUserDevBoxSnapshot.md) +Restores a Dev Box to a specified snapshot. + +### [Set-AzDevCenterUserDevBoxActiveHour](Set-AzDevCenterUserDevBoxActiveHour.md) +Lets a user set their own active hours for their Dev Box, overriding the defaults set at the pool level. + ### [Skip-AzDevCenterUserDevBoxAction](Skip-AzDevCenterUserDevBoxAction.md) Skips an occurrence of an action. diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Deploy-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenterData.AutoRest/docs/Deploy-AzDevCenterUserEnvironment.md index a36efdd6d6e9..339cba4dacb0 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Deploy-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Deploy-AzDevCenterUserEnvironment.md @@ -341,7 +341,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Disable-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenterData.AutoRest/docs/Disable-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..6db2710d38d0 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Disable-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,300 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/disable-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# Disable-AzDevCenterUserDevBoxAddOn + +## SYNOPSIS +Disable a Dev Box addon. + +## SYNTAX + +### Disable (Default) +``` +Disable-AzDevCenterUserDevBoxAddOn -Endpoint -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### DisableByDevCenter +``` +Disable-AzDevCenterUserDevBoxAddOn -DevCenterName -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### DisableViaIdentity +``` +Disable-AzDevCenterUserDevBoxAddOn -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### DisableViaIdentityByDevCenter +``` +Disable-AzDevCenterUserDevBoxAddOn -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Disable a Dev Box addon. + +## EXAMPLES + +### Example 1: Disable a Dev Box add-on by endpoint +```powershell +Disable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 2: Disable a Dev Box add-on by dev center +```powershell +Disable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the dev center name. + +### Example 3: Disable a Dev Box add-on by endpoint and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Disable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` + +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Disable a Dev Box add-on by dev center and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Disable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` + +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AddOnName +Name of the dev box addon. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: DisableByDevCenter, DisableViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: DisableViaIdentity, DisableViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Enable-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenterData.AutoRest/docs/Enable-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..5590ecf60226 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Enable-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,300 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/enable-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# Enable-AzDevCenterUserDevBoxAddOn + +## SYNOPSIS +Enable a Dev Box addon. + +## SYNTAX + +### Enable (Default) +``` +Enable-AzDevCenterUserDevBoxAddOn -Endpoint -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### EnableByDevCenter +``` +Enable-AzDevCenterUserDevBoxAddOn -DevCenterName -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### EnableViaIdentity +``` +Enable-AzDevCenterUserDevBoxAddOn -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### EnableViaIdentityByDevCenter +``` +Enable-AzDevCenterUserDevBoxAddOn -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Enable a Dev Box addon. + +## EXAMPLES + +### Example 1: Enable a Dev Box add-on by endpoint +```powershell +Enable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 2: Enable a Dev Box add-on by dev center +```powershell +Enable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the dev center name. + +### Example 3: Enable a Dev Box add-on by endpoint and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Enable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` + +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Enable a Dev Box add-on by dev center and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Enable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` + +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AddOnName +Name of the dev box addon. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: EnableByDevCenter, EnableViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: EnableViaIdentity, EnableViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserCatalog.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserCatalog.md index 9ace76f4ced5..2ba5f0034719 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserCatalog.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserCatalog.md @@ -200,7 +200,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICatalog +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICatalog ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBox.md index fdc3e6fa323a..b90a9b3ace86 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBox.md @@ -266,7 +266,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBox +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxAction.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxAction.md index 9feeef556822..6cf61745e8f0 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxAction.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxAction.md @@ -116,7 +116,7 @@ Accept wildcard characters: False ``` ### -DevBoxName -The name of a Dev Box. +Display name for the Dev Box. ```yaml Type: System.String @@ -231,7 +231,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxAction +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAction ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxAddon.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxAddon.md new file mode 100644 index 000000000000..d7c639e16369 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxAddon.md @@ -0,0 +1,256 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# Get-AzDevCenterUserDevBoxAddon + +## SYNOPSIS +Gets a Dev Box addon by Dev Box addon id. + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterUserDevBoxAddon -Endpoint -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzDevCenterUserDevBoxAddon -Endpoint -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserDevBoxAddon -DevCenterName -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserDevBoxAddon -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserDevBoxAddon -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +### ListByDevCenter +``` +Get-AzDevCenterUserDevBoxAddon -DevCenterName -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets a Dev Box addon by Dev Box addon id. + +## EXAMPLES + +### Example 1: Get all add-ons for a Dev Box by endpoint and user ID +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command gets all add-ons for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Get all add-ons for a Dev Box by endpoint and current user +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" +``` + +This command gets all add-ons for the dev box "myDevBox" assigned to the current signed-in user using the endpoint. + +### Example 3: Get a specific add-on for a Dev Box by dev center and user ID +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the dev center name. + +### Example 4: Get a specific add-on for a Dev Box by dev center and current user +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -AddOnName "devboxtunnel-sys-default" +``` + +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 5: Get a Dev Box add-on using InputObject +```powershell +$addonInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Get-AzDevCenterUserDevBoxAddon ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addonInput +``` + +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +## PARAMETERS + +### -AddOnName +Name of the dev box addon. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter, List, ListByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetByDevCenter, GetViaIdentityByDevCenter, ListByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentity, 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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter, List, ListByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter, List, ListByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAddOn + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationGroup.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationGroup.md index e6fd296ff7ac..82ab9304a76c 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationGroup.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationGroup.md @@ -250,7 +250,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationGroup +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationGroup ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.md index 374ae72eb746..0f8d4792e5fa 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationTaskDefinition.md @@ -215,7 +215,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTaskDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTaskDefinition ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md index 8576de6918e3..130c9ed171b2 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md @@ -199,8 +199,7 @@ Accept wildcard characters: False ### -UserId The AAD object id of the user. -If value is 'me', the identity is taken from the - authentication context. +If value is 'me', the identity is taken from the authentication context. ```yaml Type: System.String diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxImagingTaskLog.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxImagingTaskLog.md new file mode 100644 index 000000000000..15251cc95f63 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxImagingTaskLog.md @@ -0,0 +1,198 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboximagingtasklog +schema: 2.0.0 +--- + +# Get-AzDevCenterUserDevBoxImagingTaskLog + +## SYNOPSIS +Gets the log for an imaging build task. + +## SYNTAX + +### Get (Default) +``` +Get-AzDevCenterUserDevBoxImagingTaskLog -Endpoint -ImageBuildLogId -ProjectName + [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserDevBoxImagingTaskLog -DevCenterName -ImageBuildLogId + -ProjectName [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserDevBoxImagingTaskLog -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserDevBoxImagingTaskLog -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets the log for an imaging build task. + +## EXAMPLES + +### Example 1: Get the log for an imaging build task by endpoint +```powershell +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -ImageBuildLogId "12345678-aaaa-bbbb-cccc-1234567890ab" +``` + +This command gets the log for the imaging build task with ID "12345678-aaaa-bbbb-cccc-1234567890ab" in the project "DevProject" using the endpoint. + +### Example 2: Get the log for an imaging build task by dev center name +```powershell +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -ImageBuildLogId "12345678-aaaa-bbbb-cccc-1234567890ab" +``` + +This command gets the log for the imaging build task with ID "12345678-aaaa-bbbb-cccc-1234567890ab" in the project "DevProject" using the dev center name. + +### Example 3: Get the log for an imaging build task using InputObject and endpoint +```powershell +$logInput = @{ + ProjectName = "DevProject" + ImageBuildLogId = "12345678-aaaa-bbbb-cccc-1234567890ab" +} +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $logInput +``` + +This command gets the log for the imaging build task using the endpoint and an identity object. + +### Example 4: Get the log for an imaging build task using InputObject and dev center name +```powershell +$logInput = @{ + ProjectName = "DevProject" + ImageBuildLogId = "12345678-aaaa-bbbb-cccc-1234567890ab" +} +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $logInput +``` + +This command gets the log for the imaging build task using the dev center name and an identity object. + +## 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetByDevCenter, GetViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImageBuildLogId +An imaging build log id. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: True +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### System.String + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxOperation.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxOperation.md index db5cd014378b..a4772c1b6de4 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxOperation.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxOperation.md @@ -231,7 +231,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxOperation +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxOperation ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxRemoteConnection.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxRemoteConnection.md index e93afbcb441c..4c230f9d206c 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxRemoteConnection.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxRemoteConnection.md @@ -190,7 +190,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IRemoteConnection +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IRemoteConnection ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxSnapshot.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxSnapshot.md new file mode 100644 index 000000000000..91c26edc613a --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevBoxSnapshot.md @@ -0,0 +1,257 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevboxsnapshot +schema: 2.0.0 +--- + +# Get-AzDevCenterUserDevBoxSnapshot + +## SYNOPSIS +Gets a snapshot by snapshot id. + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterUserDevBoxSnapshot -Endpoint -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzDevCenterUserDevBoxSnapshot -Endpoint -DevBoxName -ProjectName + -SnapshotId [-UserId ] [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserDevBoxSnapshot -DevCenterName -DevBoxName -ProjectName + -SnapshotId [-UserId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserDevBoxSnapshot -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserDevBoxSnapshot -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +### ListByDevCenter +``` +Get-AzDevCenterUserDevBoxSnapshot -DevCenterName -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets a snapshot by snapshot id. + +## EXAMPLES + +### Example 1: Get all snapshots for a Dev Box by endpoint and user ID +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command gets all snapshots for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Get a specific snapshot for a Dev Box by endpoint and snapshot ID +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -SnapshotId "snapshot-1234" +``` + +This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 3: Get all snapshots for a Dev Box by dev center and current user +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" +``` + +This command gets all snapshots for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 4: Get a specific snapshot for a Dev Box by dev center and snapshot ID +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -SnapshotId "snapshot-1234" +``` + +This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 5: Get a snapshot using InputObject and endpoint +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + SnapshotId = "snapshot-1234" +} +Get-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $snapshotInput +``` + +This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox" using the endpoint and an identity object. + +## 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter, List, ListByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetByDevCenter, GetViaIdentityByDevCenter, ListByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentity, 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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter, List, ListByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SnapshotId +The id of the snapshot. +Should be treated as opaque string. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter, List, ListByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxSnapshot + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevCenterApproval.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevCenterApproval.md new file mode 100644 index 000000000000..8031755d308e --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserDevCenterApproval.md @@ -0,0 +1,170 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserdevcenterapproval +schema: 2.0.0 +--- + +# Get-AzDevCenterUserDevCenterApproval + +## SYNOPSIS +Gets a list of Dev Box creations that are pending approval. + +## SYNTAX + +### List (Default) +``` +Get-AzDevCenterUserDevCenterApproval -Endpoint -ProjectName [-Maxpagesize ] + [-Select ] [-Skip ] [-DefaultProfile ] [] +``` + +### ListByDevCenter +``` +Get-AzDevCenterUserDevCenterApproval -DevCenterName -ProjectName [-Maxpagesize ] + [-Select ] [-Skip ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets a list of Dev Box creations that are pending approval. + +## EXAMPLES + +### Example 1: Get all pending Dev Box approvals by endpoint +```powershell +Get-AzDevCenterUserDevCenterApproval ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" +``` + +This command gets all pending Dev Box creation approvals for the project "DevProject" using the specified endpoint. + +### Example 2: Get all pending Dev Box approvals by dev center name +```powershell +Get-AzDevCenterUserDevCenterApproval ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" +``` + +This command gets all pending Dev Box creation approvals for the project "DevProject" using the dev center name. + +## 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: ListByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Maxpagesize +The maximum number of result items per page. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Select +Select the specified fields to be included in the response. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +The number of result items to skip. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +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 + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IApproval + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironment.md index 33a8ad0200ad..22705ac0caae 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironment.md @@ -245,7 +245,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentAction.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentAction.md index 17b8f1f85d2a..ba562cf74259 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentAction.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentAction.md @@ -231,7 +231,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentAction +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentAction ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentDefinition.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentDefinition.md index bd4b32ce053f..6ffb4eeda5c6 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentDefinition.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentDefinition.md @@ -244,7 +244,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentDefinition +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentDefinition ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentOperation.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentOperation.md index d0f079c4dcdf..5309bcfcea9e 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentOperation.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentOperation.md @@ -232,7 +232,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentOperation +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentOperation ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentOutput.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentOutput.md index 75dd4f779210..29b35410f049 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentOutput.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentOutput.md @@ -190,7 +190,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentOutputs +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentOutputs ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentType.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentType.md index ddbc894248a3..823a2f9ce426 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentType.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentType.md @@ -170,7 +170,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentType +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentType ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentTypeAbility.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentTypeAbility.md new file mode 100644 index 000000000000..9d37e87c6a8e --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserEnvironmentTypeAbility.md @@ -0,0 +1,215 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironmenttypeability +schema: 2.0.0 +--- + +# Get-AzDevCenterUserEnvironmentTypeAbility + +## SYNOPSIS +Gets the signed-in user's permitted abilities in an environment type. + +## SYNTAX + +### Get (Default) +``` +Get-AzDevCenterUserEnvironmentTypeAbility -Endpoint -EnvironmentTypeName + -ProjectName [-UserId ] [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserEnvironmentTypeAbility -DevCenterName -EnvironmentTypeName + -ProjectName [-UserId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserEnvironmentTypeAbility -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserEnvironmentTypeAbility -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets the signed-in user's permitted abilities in an environment type. + +## EXAMPLES + +### Example 1: Get the signed-in user's abilities for an environment type by endpoint +```powershell +Get-AzDevCenterUserEnvironmentTypeAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -EnvironmentTypeName "DevTest" +``` + +This command gets the permitted abilities for the signed-in user in the "DevTest" environment type for the project "DevProject" using the endpoint. + +### Example 2: Get a specific user's abilities for an environment type by dev center name +```powershell +Get-AzDevCenterUserEnvironmentTypeAbility ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -EnvironmentTypeName "DevTest" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command gets the permitted abilities for user "786a823c-8037-48ab-89b8-8599901e67d0" in the "DevTest" environment type for the project "DevProject" using the dev center name. + +### Example 3: Get the signed-in user's abilities for an environment type using InputObject and endpoint +```powershell +$envTypeInput = @{ + ProjectName = "DevProject" + EnvironmentTypeName = "DevTest" +} +Get-AzDevCenterUserEnvironmentTypeAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $envTypeInput +``` + +This command gets the permitted abilities for the signed-in user in the "DevTest" environment type using the endpoint and an identity object. + +### Example 4: Get the signed-in user's abilities for an environment type using InputObject and dev center name +```powershell +$envTypeInput = @{ + ProjectName = "DevProject" + EnvironmentTypeName = "DevTest" +} +Get-AzDevCenterUserEnvironmentTypeAbility ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $envTypeInput +``` + +This command gets the permitted abilities for the signed-in user in the "DevTest" environment type using the dev center name and an identity object. + +## 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetByDevCenter, GetViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnvironmentTypeName +The name of the environment type + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentTypeAbilities + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserPool.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserPool.md index 7e5f0b07ca02..809e793f462c 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserPool.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserPool.md @@ -200,7 +200,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IPool +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPool ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserProject.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserProject.md index d89040f3efc4..72febb6d1855 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserProject.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserProject.md @@ -183,7 +183,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IProject +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IProject ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserProjectAbility.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserProjectAbility.md new file mode 100644 index 000000000000..07806633e00f --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserProjectAbility.md @@ -0,0 +1,196 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserprojectability +schema: 2.0.0 +--- + +# Get-AzDevCenterUserProjectAbility + +## SYNOPSIS +Gets the signed-in user's permitted abilities in a project. + +## SYNTAX + +### Get (Default) +``` +Get-AzDevCenterUserProjectAbility -Endpoint -ProjectName [-UserId ] + [-DefaultProfile ] [] +``` + +### GetByDevCenter +``` +Get-AzDevCenterUserProjectAbility -DevCenterName -ProjectName [-UserId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzDevCenterUserProjectAbility -Endpoint -InputObject + [-DefaultProfile ] [] +``` + +### GetViaIdentityByDevCenter +``` +Get-AzDevCenterUserProjectAbility -DevCenterName -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Gets the signed-in user's permitted abilities in a project. + +## EXAMPLES + +### Example 1: Get the signed-in user's abilities for a project by endpoint +```powershell +Get-AzDevCenterUserProjectAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" +``` + +This command gets the permitted abilities for the signed-in user in the project "DevProject" using the endpoint. + +### Example 2: Get a specific user's abilities for a project by dev center name +```powershell +Get-AzDevCenterUserProjectAbility ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command gets the permitted abilities for user "786a823c-8037-48ab-89b8-8599901e67d0" in the project "DevProject" using the dev center name. + +### Example 3: Get the signed-in user's abilities for a project using InputObject and endpoint +```powershell +$projectInput = @{ + ProjectName = "DevProject" +} +Get-AzDevCenterUserProjectAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $projectInput +``` + +This command gets the permitted abilities for the signed-in user in the project "DevProject" using the endpoint and an identity object. + +### Example 4: Get the signed-in user's abilities for a project using InputObject and dev center name +```powershell +$projectInput = @{ + ProjectName = "DevProject" +} +Get-AzDevCenterUserProjectAbility ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $projectInput +``` + +This command gets the permitted abilities for the signed-in user in the project "DevProject" using the dev center name and an identity object. + +## 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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: GetByDevCenter, GetViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Get, GetByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IProjectAbilities + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserSchedule.md b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserSchedule.md index 803ca3f199ad..9703864f783c 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserSchedule.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Get-AzDevCenterUserSchedule.md @@ -241,7 +241,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ISchedule +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ISchedule ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserAlignPool.md b/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserAlignPool.md new file mode 100644 index 000000000000..e52916e290e3 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserAlignPool.md @@ -0,0 +1,328 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/invoke-azdevcenteruseralignpool +schema: 2.0.0 +--- + +# Invoke-AzDevCenterUserAlignPool + +## SYNOPSIS +Aligns all Dev Boxes in the pool with the current configuration. + +## SYNTAX + +### AlignExpanded (Default) +``` +Invoke-AzDevCenterUserAlignPool -Endpoint -PoolName -ProjectName + -Target [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### Align +``` +Invoke-AzDevCenterUserAlignPool -Endpoint -PoolName -ProjectName + -Body [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### AlignByDevCenter +``` +Invoke-AzDevCenterUserAlignPool -DevCenterName -PoolName -ProjectName + -Body [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### AlignExpandedByDevCenter +``` +Invoke-AzDevCenterUserAlignPool -DevCenterName -PoolName -ProjectName + -Target [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### AlignViaIdentity +``` +Invoke-AzDevCenterUserAlignPool -Endpoint -InputObject + -Body [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### AlignViaIdentityByDevCenter +``` +Invoke-AzDevCenterUserAlignPool -DevCenterName -InputObject + -Body [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### AlignViaIdentityExpanded +``` +Invoke-AzDevCenterUserAlignPool -Endpoint -InputObject + -Target [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### AlignViaIdentityExpandedByDevCenter +``` +Invoke-AzDevCenterUserAlignPool -DevCenterName -InputObject + -Target [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Aligns all Dev Boxes in the pool with the current configuration. + +## EXAMPLES + +### Example 1: Align all Dev Boxes in a pool by endpoint and target +```powershell +Invoke-AzDevCenterUserAlignPool ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -PoolName "DevPool01" ` + -Target "NetworkProperties" +``` + +This command aligns all Dev Boxes in the pool "DevPool01" in project "DevProject" on the "NetworkProperties" target using the endpoint. + +### Example 2: Align all Dev Boxes in a pool by dev center name and multiple targets +```powershell +Invoke-AzDevCenterUserAlignPool ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -PoolName "DevPool01" ` + -Target "NetworkProperties" +``` + +This command aligns all Dev Boxes in the pool "DevPool01" on both "NetworkProperties" and "DevBoxDefinition" using the dev center name. + +### Example 3: Align all Dev Boxes in a pool using InputObject and endpoint +```powershell +$poolInput = @{ + ProjectName = "DevProject" + PoolName = "DevPool01" +} +Invoke-AzDevCenterUserAlignPool ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $poolInput ` + -Target "NetworkProperties" +``` + +This command aligns all Dev Boxes in the pool "DevPool01" using the endpoint and an identity object. + +### Example 4: Align all Dev Boxes in a pool using Body parameter +```powershell +$body = @{ + Target = @("NetworkProperties") +} +Invoke-AzDevCenterUserAlignPool ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -PoolName "DevPool01" ` + -Body $body +``` + +This command aligns all Dev Boxes in the pool "DevPool01" using the dev center name and a body object specifying the target. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Body +Indicates which pool properties to align on. +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPoolAlignBody +Parameter Sets: Align, AlignByDevCenter, AlignViaIdentity, AlignViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +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 +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: AlignByDevCenter, AlignExpandedByDevCenter, AlignViaIdentityByDevCenter, AlignViaIdentityExpandedByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Align, AlignExpanded, AlignViaIdentity, AlignViaIdentityExpanded +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: AlignViaIdentity, AlignViaIdentityByDevCenter, AlignViaIdentityExpanded, AlignViaIdentityExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PoolName +Pool name. + +```yaml +Type: System.String +Parameter Sets: Align, AlignByDevCenter, AlignExpanded, AlignExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Align, AlignByDevCenter, AlignExpanded, AlignExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Target +The targets to align on. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PoolAlignTarget[] +Parameter Sets: AlignExpanded, AlignExpandedByDevCenter, AlignViaIdentityExpanded, AlignViaIdentityExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +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.DevCenterdata.Models.Api20250401Preview.IPoolAlignBody + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserDelayDevBoxAction.md b/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserDelayDevBoxAction.md index 93613f6e902d..476ad139893b 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserDelayDevBoxAction.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserDelayDevBoxAction.md @@ -238,9 +238,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxAction +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAction -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxActionDelayResult +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxActionDelayResult ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserDelayEnvironmentAction.md b/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserDelayEnvironmentAction.md index fddba24785b3..a6b14ded277e 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserDelayEnvironmentAction.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Invoke-AzDevCenterUserDelayEnvironmentAction.md @@ -210,7 +210,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentAction +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentAction ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBox.md index fa3cb363d344..35ba914f2924 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBox.md @@ -15,29 +15,25 @@ Creates or replaces a Dev Box. ### CreateExpanded (Default) ``` New-AzDevCenterUserDevBox -Endpoint -Name -ProjectName -PoolName - [-UserId ] [-LocalAdministrator ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateExpandedByDevCenter ``` New-AzDevCenterUserDevBox -DevCenterName -Name -ProjectName -PoolName - [-UserId ] [-LocalAdministrator ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` New-AzDevCenterUserDevBox -Endpoint -InputObject -PoolName - [-LocalAdministrator ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpandedByDevCenter ``` New-AzDevCenterUserDevBox -DevCenterName -InputObject -PoolName - [-LocalAdministrator ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -154,21 +150,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -LocalAdministrator -Indicates whether the owner of the Dev Box is a local administrator. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Name The name of a Dev Box. @@ -285,7 +266,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBox +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..bc3ad9977cb3 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,300 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# New-AzDevCenterUserDevBoxAddOn + +## SYNOPSIS +Creates a Dev Box addon. + +## SYNTAX + +### CreateExpanded (Default) +``` +New-AzDevCenterUserDevBoxAddOn -Endpoint -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### CreateExpandedByDevCenter +``` +New-AzDevCenterUserDevBoxAddOn -DevCenterName -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### CreateViaIdentityExpanded +``` +New-AzDevCenterUserDevBoxAddOn -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpandedByDevCenter +``` +New-AzDevCenterUserDevBoxAddOn -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Creates a Dev Box addon. + +## EXAMPLES + +### Example 1: Create a Dev Box add-on by endpoint and user ID +```powershell +New-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Create a Dev Box add-on by dev center name and current user +```powershell +New-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "me" +``` + +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 3: Create a Dev Box add-on using InputObject and endpoint +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +New-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` + +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Create a Dev Box add-on using InputObject and dev center name +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +New-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` + +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AddOnName +The name of the Dev Box addon. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +The name of a Dev Box. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: CreateExpandedByDevCenter, CreateViaIdentityExpandedByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: CreateViaIdentityExpanded, CreateViaIdentityExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpandedByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBoxAddOn + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxCustomizationGroup.md b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxCustomizationGroup.md index 445a7dbf80c9..bdf9dc7b21f3 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxCustomizationGroup.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxCustomizationGroup.md @@ -200,7 +200,7 @@ To include them, use the `include=tasks` queryparameter. To construct, see NOTES section for TASK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask[] +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTask[] Parameter Sets: (All) Aliases: @@ -213,8 +213,7 @@ Accept wildcard characters: False ### -UserId The AAD object id of the user. -If value is 'me', the identity is taken from the - authentication context. +If value is 'me', the identity is taken from the authentication context. ```yaml Type: System.String @@ -268,7 +267,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationGroup +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationGroup ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxSnapshot.md b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxSnapshot.md new file mode 100644 index 000000000000..320439fe1e0a --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserDevBoxSnapshot.md @@ -0,0 +1,279 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/new-azdevcenteruserdevboxsnapshot +schema: 2.0.0 +--- + +# New-AzDevCenterUserDevBoxSnapshot + +## SYNOPSIS +Captures a manual snapshot of the Dev Box.\nUpon completion, a snapshotId will be generated.\nTo retrieve all snapshots and their corresponding IDs, use the list snapshots endpoint. + +## SYNTAX + +### Capture (Default) +``` +New-AzDevCenterUserDevBoxSnapshot -Endpoint -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CaptureByDevCenter +``` +New-AzDevCenterUserDevBoxSnapshot -DevCenterName -DevBoxName -ProjectName + [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CaptureViaIdentity +``` +New-AzDevCenterUserDevBoxSnapshot -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CaptureViaIdentityByDevCenter +``` +New-AzDevCenterUserDevBoxSnapshot -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Captures a manual snapshot of the Dev Box.\nUpon completion, a snapshotId will be generated.\nTo retrieve all snapshots and their corresponding IDs, use the list snapshots endpoint. + +## EXAMPLES + +### Example 1: Create a Dev Box snapshot by endpoint +```powershell +New-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" +``` + +This command creates a snapshot for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 2: Create a Dev Box snapshot by dev center +```powershell +New-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "me" ` + -DevBoxName "myDevBox" +``` + +This command creates a snapshot for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 3: Create a Dev Box snapshot by endpoint and InputObject +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" +} +New-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $snapshotInput +``` + +This command creates a snapshot for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Create a Dev Box snapshot by dev center and InputObject +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" +} +New-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $snapshotInput +``` + +This command creates a snapshot for the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Capture, CaptureByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: CaptureByDevCenter, CaptureViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Capture, CaptureViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: CaptureViaIdentity, CaptureViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Capture, CaptureByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Capture, CaptureByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserEnvironment.md index 56530fe959ef..459bd1e3c2df 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/New-AzDevCenterUserEnvironment.md @@ -348,7 +348,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserDevBox.md index 61acbfae9e51..c189d77cde0a 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserDevBox.md @@ -266,7 +266,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..99feda8ca889 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,315 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/remove-azdevcenteruserdevboxaddon +schema: 2.0.0 +--- + +# Remove-AzDevCenterUserDevBoxAddOn + +## SYNOPSIS +Deletes a Dev Box addon. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzDevCenterUserDevBoxAddOn -Endpoint -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### DeleteByDevCenter +``` +Remove-AzDevCenterUserDevBoxAddOn -DevCenterName -AddOnName -DevBoxName + -ProjectName [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-AzDevCenterUserDevBoxAddOn -Endpoint -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentityByDevCenter +``` +Remove-AzDevCenterUserDevBoxAddOn -DevCenterName -InputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Deletes a Dev Box addon. + +## EXAMPLES + +### Example 1: Remove a Dev Box add-on by endpoint and user ID +```powershell +Remove-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` + +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Remove a Dev Box add-on by dev center name and current user +```powershell +Remove-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "me" +``` + +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 3: Remove a Dev Box add-on using InputObject and endpoint +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Remove-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` + +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Remove a Dev Box add-on using InputObject and dev center name +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Remove-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` + +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" using the dev center name and an identity object. + +## PARAMETERS + +### -AddOnName +The name of the Dev Box addon. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +The name of a Dev Box. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: DeleteByDevCenter, DeleteViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: DeleteViaIdentity, DeleteViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The DevCenter Project upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserEnvironment.md index 165106fec24a..d6eb53904a75 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Remove-AzDevCenterUserEnvironment.md @@ -15,25 +15,26 @@ Deletes an environment and all its associated resources ### Delete (Default) ``` Remove-AzDevCenterUserEnvironment -Endpoint -Name -ProjectName [-UserId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-Force] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### DeleteByDevCenter ``` Remove-AzDevCenterUserEnvironment -DevCenterName -Name -ProjectName - [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [-UserId ] [-Force] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### DeleteViaIdentity ``` -Remove-AzDevCenterUserEnvironment -Endpoint -InputObject +Remove-AzDevCenterUserEnvironment -Endpoint -InputObject [-Force] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### DeleteViaIdentityByDevCenter ``` -Remove-AzDevCenterUserEnvironment -DevCenterName -InputObject +Remove-AzDevCenterUserEnvironment -DevCenterName -InputObject [-Force] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -135,6 +136,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Force +The query option to force environment deletion even if the environment definition does not exist. +This is a best-effort delete, and anything custom that forces resource creation beyond the associated resource group may not be deleted. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table. @@ -267,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Repair-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenterData.AutoRest/docs/Repair-AzDevCenterUserDevBox.md index 0a2b7be56015..9d47d00e84e5 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Repair-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Repair-AzDevCenterUserDevBox.md @@ -253,7 +253,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Restart-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenterData.AutoRest/docs/Restart-AzDevCenterUserDevBox.md index 99419159568f..048e91921a05 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Restart-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Restart-AzDevCenterUserDevBox.md @@ -251,7 +251,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Restore-AzDevCenterUserDevBoxSnapshot.md b/src/DevCenter/DevCenterData.AutoRest/docs/Restore-AzDevCenterUserDevBoxSnapshot.md new file mode 100644 index 000000000000..10beeb170302 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Restore-AzDevCenterUserDevBoxSnapshot.md @@ -0,0 +1,302 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/restore-azdevcenteruserdevboxsnapshot +schema: 2.0.0 +--- + +# Restore-AzDevCenterUserDevBoxSnapshot + +## SYNOPSIS +Restores a Dev Box to a specified snapshot. + +## SYNTAX + +### Restore (Default) +``` +Restore-AzDevCenterUserDevBoxSnapshot -Endpoint -DevBoxName -ProjectName + -SnapshotId [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### RestoreByDevCenter +``` +Restore-AzDevCenterUserDevBoxSnapshot -DevCenterName -DevBoxName -ProjectName + -SnapshotId [-UserId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### RestoreViaIdentity +``` +Restore-AzDevCenterUserDevBoxSnapshot -Endpoint -InputObject + -SnapshotId [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### RestoreViaIdentityByDevCenter +``` +Restore-AzDevCenterUserDevBoxSnapshot -DevCenterName -InputObject + -SnapshotId [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Restores a Dev Box to a specified snapshot. + +## EXAMPLES + +### Example 1: Restore a Dev Box to a snapshot by endpoint and user ID +```powershell +Restore-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -SnapshotId "snapshot-1234" +``` + +This command restores the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" to the snapshot with ID "snapshot-1234" using the endpoint. + +### Example 2: Restore a Dev Box to a snapshot by dev center name and current user +```powershell +Restore-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -SnapshotId "snapshot-1234" +``` + +This command restores the dev box "myDevBox" assigned to the current signed-in user to the snapshot with ID "snapshot-1234" using the dev center name. + +### Example 3: Restore a Dev Box to a snapshot using InputObject and endpoint +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" +} +Restore-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $snapshotInput ` + -SnapshotId "snapshot-1234" +``` + +This command restores the dev box "myDevBox" to the snapshot with ID "snapshot-1234" using the endpoint and an identity object. + +### Example 4: Restore a Dev Box to a snapshot using InputObject and dev center name +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" +} +Restore-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $snapshotInput ` + -SnapshotId "snapshot-1234" +``` + +This command restores the dev box "myDevBox" to the snapshot with ID "snapshot-1234" using the dev center name and an identity object. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The 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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: Restore, RestoreByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: RestoreByDevCenter, RestoreViaIdentityByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Restore, RestoreViaIdentity +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.DevCenterdata.Models.IDevCenterdataIdentity +Parameter Sets: RestoreViaIdentity, RestoreViaIdentityByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: Restore, RestoreByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SnapshotId +Required parameter that specifies the snapshot id to use for the restore operation. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: Restore, RestoreByDevCenter +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.IDevCenterdataIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Set-AzDevCenterUserDevBoxActiveHour.md b/src/DevCenter/DevCenterData.AutoRest/docs/Set-AzDevCenterUserDevBoxActiveHour.md new file mode 100644 index 000000000000..619ce93be65f --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Set-AzDevCenterUserDevBoxActiveHour.md @@ -0,0 +1,310 @@ +--- +external help file: +Module Name: Az.DevCenter +online version: https://learn.microsoft.com/powershell/module/az.devcenter/set-azdevcenteruserdevboxactivehour +schema: 2.0.0 +--- + +# Set-AzDevCenterUserDevBoxActiveHour + +## SYNOPSIS +Lets a user set their own active hours for their Dev Box, overriding the defaults set at the pool level. + +## SYNTAX + +### SetExpanded (Default) +``` +Set-AzDevCenterUserDevBoxActiveHour -Endpoint -DevBoxName -ProjectName + -EndTimeHour -StartTimeHour -TimeZone [-UserId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### Set +``` +Set-AzDevCenterUserDevBoxActiveHour -Endpoint -DevBoxName -ProjectName + -Body [-UserId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### SetByDevCenter +``` +Set-AzDevCenterUserDevBoxActiveHour -DevCenterName -DevBoxName -ProjectName + -Body [-UserId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### SetExpandedByDevCenter +``` +Set-AzDevCenterUserDevBoxActiveHour -DevCenterName -DevBoxName -ProjectName + -EndTimeHour -StartTimeHour -TimeZone [-UserId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Lets a user set their own active hours for their Dev Box, overriding the defaults set at the pool level. + +## EXAMPLES + +### Example 1: Set active hours for a Dev Box by endpoint and user ID +```powershell +Set-AzDevCenterUserDevBoxActiveHour ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -StartTimeHour 9 ` + -EndTimeHour 17 ` + -TimeZone "America/Los_Angeles" +``` + +This command sets the active hours for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" from 9 AM to 5 PM in the "America/Los_Angeles" time zone using the endpoint. + +### Example 2: Set active hours for a Dev Box by dev center name and current user +```powershell +Set-AzDevCenterUserDevBoxActiveHour ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -StartTimeHour 8 ` + -EndTimeHour 16 ` + -TimeZone "America/New_York" +``` + +This command sets the active hours for the dev box "myDevBox" assigned to the current signed-in user from 8 AM to 4 PM in the "America/New_York" time zone using the dev center name. + +### Example 3: Set active hours for a Dev Box using Body parameter and endpoint +```powershell +$activeHours = @{ + StartTimeHour = 10 + EndTimeHour = 18 + TimeZone = "America/Chicago" +} +Set-AzDevCenterUserDevBoxActiveHour ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -Body $activeHours +``` + +This command sets the active hours for the dev box "myDevBox" assigned to the current signed-in user from 10 AM to 6 PM in the "America/Chicago" time zone using the endpoint and a body object. + +### Example 4: Set active hours for a Dev Box using Body parameter and dev center name +```powershell +$activeHours = @{ + StartTimeHour = 7 + EndTimeHour = 15 + TimeZone = "America/Los_Angeles" +} +Set-AzDevCenterUserDevBoxActiveHour ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -Body $activeHours +``` + +This command sets the active hours for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" from 7 AM to 3 PM in the "UTC" time zone using the dev center name and a body object. + +## PARAMETERS + +### -Body +Manual user set active hours configuration. +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IUserActiveHoursConfiguration +Parameter Sets: Set, SetByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +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 +``` + +### -DevBoxName +Display name for the Dev Box. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DevCenterName +The DevCenter upon which to execute operations. + +```yaml +Type: System.String +Parameter Sets: SetByDevCenter, SetExpandedByDevCenter +Aliases: DevCenter + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +The DevCenter-specific URI to operate on. + +```yaml +Type: System.String +Parameter Sets: Set, SetExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EndTimeHour +The end time of the active hours. + +```yaml +Type: System.Int32 +Parameter Sets: SetExpanded, SetExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +Name of the project. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StartTimeHour +The start time of the active hours. + +```yaml +Type: System.Int32 +Parameter Sets: SetExpanded, SetExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TimeZone +The timezone of the active hours. + +```yaml +Type: System.String +Parameter Sets: SetExpanded, SetExpandedByDevCenter +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +The AAD object id of the user. +If value is 'me', the identity is taken from the authentication context. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: "me" +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.DevCenterdata.Models.Api20250401Preview.IUserActiveHoursConfiguration + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IDevBox + +## NOTES + +## RELATED LINKS + diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Start-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenterData.AutoRest/docs/Start-AzDevCenterUserDevBox.md index 087e1f1bfc50..92856e7483a1 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Start-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Start-AzDevCenterUserDevBox.md @@ -251,7 +251,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Stop-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenterData.AutoRest/docs/Stop-AzDevCenterUserDevBox.md index a2dc7d84e48e..13dabcf6ecc0 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Stop-AzDevCenterUserDevBox.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Stop-AzDevCenterUserDevBox.md @@ -266,7 +266,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IOperationStatus ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Test-AzDevCenterUserDevBoxCustomizationTaskAction.md b/src/DevCenter/DevCenterData.AutoRest/docs/Test-AzDevCenterUserDevBoxCustomizationTaskAction.md index 16a0a50460ed..cc61460bdbe0 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Test-AzDevCenterUserDevBoxCustomizationTaskAction.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Test-AzDevCenterUserDevBoxCustomizationTaskAction.md @@ -233,7 +233,7 @@ Tasks to apply. To construct, see NOTES section for TASK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask[] +Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ICustomizationTask[] Parameter Sets: (All) Aliases: diff --git a/src/DevCenter/DevCenterData.AutoRest/docs/Update-AzDevCenterUserEnvironment.md b/src/DevCenter/DevCenterData.AutoRest/docs/Update-AzDevCenterUserEnvironment.md index 8f786a429203..e147670d9638 100644 --- a/src/DevCenter/DevCenterData.AutoRest/docs/Update-AzDevCenterUserEnvironment.md +++ b/src/DevCenter/DevCenterData.AutoRest/docs/Update-AzDevCenterUserEnvironment.md @@ -251,7 +251,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironment +### Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironment ## NOTES diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Approve-AzDevCenterUserDevBox.md b/src/DevCenter/DevCenterData.AutoRest/examples/Approve-AzDevCenterUserDevBox.md new file mode 100644 index 000000000000..538dd6e02ebe --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Approve-AzDevCenterUserDevBox.md @@ -0,0 +1,26 @@ +### Example 1: Approve a dev box by endpoint +```powershell +Approve-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox +``` +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +### Example 2: Approve a dev box by dev center +```powershell +Approve-AzDevCenterUserDevBox -DevCenterName Contoso -ProjectName DevProject -UserId "786a823c-8037-48ab-89b8-8599901e67d0" -Name myDevBox +``` +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +### Example 3: Approve a dev box by endpoint and InputObject +```powershell +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +Approve-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $devBoxInput +``` +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + +### Example 4: Approve a dev box by dev center and InputObject +```powershell +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +Approve-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput +``` +This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". + diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Disable-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenterData.AutoRest/examples/Disable-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..5d47f4472628 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Disable-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,49 @@ +### Example 1: Disable a Dev Box add-on by endpoint +```powershell +Disable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 2: Disable a Dev Box add-on by dev center +```powershell +Disable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the dev center name. + +### Example 3: Disable a Dev Box add-on by endpoint and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Disable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Disable a Dev Box add-on by dev center and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Disable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` +This command disables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the dev center name and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Enable-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenterData.AutoRest/examples/Enable-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..7bef1ff1b5d2 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Enable-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,49 @@ +### Example 1: Enable a Dev Box add-on by endpoint +```powershell +Enable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 2: Enable a Dev Box add-on by dev center +```powershell +Enable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" +``` +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the specified user using the dev center name. + +### Example 3: Enable a Dev Box add-on by endpoint and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Enable-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Enable a Dev Box add-on by dev center and InputObject +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Enable-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` +This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the dev center name and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevBoxAddon.md b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevBoxAddon.md new file mode 100644 index 000000000000..8706ac9a93e8 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevBoxAddon.md @@ -0,0 +1,55 @@ +### Example 1: Get all add-ons for a Dev Box by endpoint and user ID +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` +This command gets all add-ons for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Get all add-ons for a Dev Box by endpoint and current user +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" +``` +This command gets all add-ons for the dev box "myDevBox" assigned to the current signed-in user using the endpoint. + +### Example 3: Get a specific add-on for a Dev Box by dev center and user ID +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -AddOnName "devboxtunnel-sys-default" +``` +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the dev center name. + +### Example 4: Get a specific add-on for a Dev Box by dev center and current user +```powershell +Get-AzDevCenterUserDevBoxAddon ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -AddOnName "devboxtunnel-sys-default" +``` +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 5: Get a Dev Box add-on using InputObject +```powershell +$addonInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Get-AzDevCenterUserDevBoxAddon ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addonInput +``` +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevBoxImagingTaskLog.md b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevBoxImagingTaskLog.md new file mode 100644 index 000000000000..3a09a99c479e --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevBoxImagingTaskLog.md @@ -0,0 +1,41 @@ +### Example 1: Get the log for an imaging build task by endpoint +```powershell +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -ImageBuildLogId "12345678-aaaa-bbbb-cccc-1234567890ab" +``` +This command gets the log for the imaging build task with ID "12345678-aaaa-bbbb-cccc-1234567890ab" in the project "DevProject" using the endpoint. + +### Example 2: Get the log for an imaging build task by dev center name +```powershell +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -ImageBuildLogId "12345678-aaaa-bbbb-cccc-1234567890ab" +``` +This command gets the log for the imaging build task with ID "12345678-aaaa-bbbb-cccc-1234567890ab" in the project "DevProject" using the dev center name. + +### Example 3: Get the log for an imaging build task using InputObject and endpoint +```powershell +$logInput = @{ + ProjectName = "DevProject" + ImageBuildLogId = "12345678-aaaa-bbbb-cccc-1234567890ab" +} +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $logInput +``` +This command gets the log for the imaging build task using the endpoint and an identity object. + +### Example 4: Get the log for an imaging build task using InputObject and dev center name +```powershell +$logInput = @{ + ProjectName = "DevProject" + ImageBuildLogId = "12345678-aaaa-bbbb-cccc-1234567890ab" +} +Get-AzDevCenterUserDevBoxImagingTaskLog ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $logInput +``` +This command gets the log for the imaging build task using the dev center name and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevBoxSnapshot.md b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevBoxSnapshot.md new file mode 100644 index 000000000000..7b13fb9ecba1 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevBoxSnapshot.md @@ -0,0 +1,55 @@ +### Example 1: Get all snapshots for a Dev Box by endpoint and user ID +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` +This command gets all snapshots for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Get a specific snapshot for a Dev Box by endpoint and snapshot ID +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -SnapshotId "snapshot-1234" +``` +This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 3: Get all snapshots for a Dev Box by dev center and current user +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" +``` +This command gets all snapshots for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 4: Get a specific snapshot for a Dev Box by dev center and snapshot ID +```powershell +Get-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -SnapshotId "snapshot-1234" +``` +This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 5: Get a snapshot using InputObject and endpoint +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + SnapshotId = "snapshot-1234" +} +Get-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $snapshotInput +``` +This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox" using the endpoint and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevCenterApproval.md b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevCenterApproval.md new file mode 100644 index 000000000000..45d4fe15005e --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserDevCenterApproval.md @@ -0,0 +1,15 @@ +### Example 1: Get all pending Dev Box approvals by endpoint +```powershell +Get-AzDevCenterUserDevCenterApproval ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" +``` +This command gets all pending Dev Box creation approvals for the project "DevProject" using the specified endpoint. + +### Example 2: Get all pending Dev Box approvals by dev center name +```powershell +Get-AzDevCenterUserDevCenterApproval ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" +``` +This command gets all pending Dev Box creation approvals for the project "DevProject" using the dev center name. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserEnvironmentTypeAbility.md b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserEnvironmentTypeAbility.md new file mode 100644 index 000000000000..61e5de472a9c --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserEnvironmentTypeAbility.md @@ -0,0 +1,42 @@ +### Example 1: Get the signed-in user's abilities for an environment type by endpoint +```powershell +Get-AzDevCenterUserEnvironmentTypeAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -EnvironmentTypeName "DevTest" +``` +This command gets the permitted abilities for the signed-in user in the "DevTest" environment type for the project "DevProject" using the endpoint. + +### Example 2: Get a specific user's abilities for an environment type by dev center name +```powershell +Get-AzDevCenterUserEnvironmentTypeAbility ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -EnvironmentTypeName "DevTest" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` +This command gets the permitted abilities for user "786a823c-8037-48ab-89b8-8599901e67d0" in the "DevTest" environment type for the project "DevProject" using the dev center name. + +### Example 3: Get the signed-in user's abilities for an environment type using InputObject and endpoint +```powershell +$envTypeInput = @{ + ProjectName = "DevProject" + EnvironmentTypeName = "DevTest" +} +Get-AzDevCenterUserEnvironmentTypeAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $envTypeInput +``` +This command gets the permitted abilities for the signed-in user in the "DevTest" environment type using the endpoint and an identity object. + +### Example 4: Get the signed-in user's abilities for an environment type using InputObject and dev center name +```powershell +$envTypeInput = @{ + ProjectName = "DevProject" + EnvironmentTypeName = "DevTest" +} +Get-AzDevCenterUserEnvironmentTypeAbility ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $envTypeInput +``` +This command gets the permitted abilities for the signed-in user in the "DevTest" environment type using the dev center name and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserProjectAbility.md b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserProjectAbility.md new file mode 100644 index 000000000000..437a7ca59cec --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Get-AzDevCenterUserProjectAbility.md @@ -0,0 +1,38 @@ +### Example 1: Get the signed-in user's abilities for a project by endpoint +```powershell +Get-AzDevCenterUserProjectAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" +``` +This command gets the permitted abilities for the signed-in user in the project "DevProject" using the endpoint. + +### Example 2: Get a specific user's abilities for a project by dev center name +```powershell +Get-AzDevCenterUserProjectAbility ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` +This command gets the permitted abilities for user "786a823c-8037-48ab-89b8-8599901e67d0" in the project "DevProject" using the dev center name. + +### Example 3: Get the signed-in user's abilities for a project using InputObject and endpoint +```powershell +$projectInput = @{ + ProjectName = "DevProject" +} +Get-AzDevCenterUserProjectAbility ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $projectInput +``` +This command gets the permitted abilities for the signed-in user in the project "DevProject" using the endpoint and an identity object. + +### Example 4: Get the signed-in user's abilities for a project using InputObject and dev center name +```powershell +$projectInput = @{ + ProjectName = "DevProject" +} +Get-AzDevCenterUserProjectAbility ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $projectInput +``` +This command gets the permitted abilities for the signed-in user in the project "DevProject" using the dev center name and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Invoke-AzDevCenterUserAlignPool.md b/src/DevCenter/DevCenterData.AutoRest/examples/Invoke-AzDevCenterUserAlignPool.md new file mode 100644 index 000000000000..1345b68c6565 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Invoke-AzDevCenterUserAlignPool.md @@ -0,0 +1,45 @@ +### Example 1: Align all Dev Boxes in a pool by endpoint and target +```powershell +Invoke-AzDevCenterUserAlignPool ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -PoolName "DevPool01" ` + -Target "NetworkProperties" +``` +This command aligns all Dev Boxes in the pool "DevPool01" in project "DevProject" on the "NetworkProperties" target using the endpoint. + +### Example 2: Align all Dev Boxes in a pool by dev center name and multiple targets +```powershell +Invoke-AzDevCenterUserAlignPool ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -PoolName "DevPool01" ` + -Target "NetworkProperties" +``` +This command aligns all Dev Boxes in the pool "DevPool01" on both "NetworkProperties" and "DevBoxDefinition" using the dev center name. + +### Example 3: Align all Dev Boxes in a pool using InputObject and endpoint +```powershell +$poolInput = @{ + ProjectName = "DevProject" + PoolName = "DevPool01" +} +Invoke-AzDevCenterUserAlignPool ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $poolInput ` + -Target "NetworkProperties" +``` +This command aligns all Dev Boxes in the pool "DevPool01" using the endpoint and an identity object. + +### Example 4: Align all Dev Boxes in a pool using Body parameter +```powershell +$body = @{ + Target = @("NetworkProperties") +} +Invoke-AzDevCenterUserAlignPool ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -PoolName "DevPool01" ` + -Body $body +``` +This command aligns all Dev Boxes in the pool "DevPool01" using the dev center name and a body object specifying the target. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/New-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenterData.AutoRest/examples/New-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..3025e52f2a47 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/New-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,49 @@ +### Example 1: Create a Dev Box add-on by endpoint and user ID +```powershell +New-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Create a Dev Box add-on by dev center name and current user +```powershell +New-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "me" +``` +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 3: Create a Dev Box add-on using InputObject and endpoint +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +New-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Create a Dev Box add-on using InputObject and dev center name +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +New-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" using the dev center name and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/New-AzDevCenterUserDevBoxSnapshot.md b/src/DevCenter/DevCenterData.AutoRest/examples/New-AzDevCenterUserDevBoxSnapshot.md new file mode 100644 index 000000000000..21106abfd226 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/New-AzDevCenterUserDevBoxSnapshot.md @@ -0,0 +1,45 @@ +### Example 1: Create a Dev Box snapshot by endpoint +```powershell +New-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -DevBoxName "myDevBox" +``` +This command creates a snapshot for the dev box "myDevBox" assigned to the specified user using the endpoint. + +### Example 2: Create a Dev Box snapshot by dev center +```powershell +New-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -UserId "me" ` + -DevBoxName "myDevBox" +``` +This command creates a snapshot for the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 3: Create a Dev Box snapshot by endpoint and InputObject +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" +} +New-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $snapshotInput +``` +This command creates a snapshot for the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Create a Dev Box snapshot by dev center and InputObject +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" +} +New-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $snapshotInput +``` +This command creates a snapshot for the dev box "myDevBox" using the dev center name and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Remove-AzDevCenterUserDevBoxAddOn.md b/src/DevCenter/DevCenterData.AutoRest/examples/Remove-AzDevCenterUserDevBoxAddOn.md new file mode 100644 index 000000000000..f9a8472032b2 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Remove-AzDevCenterUserDevBoxAddOn.md @@ -0,0 +1,49 @@ +### Example 1: Remove a Dev Box add-on by endpoint and user ID +```powershell +Remove-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +``` +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. + +### Example 2: Remove a Dev Box add-on by dev center name and current user +```powershell +Remove-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -AddOnName "devboxtunnel-sys-default" ` + -UserId "me" +``` +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" assigned to the current signed-in user using the dev center name. + +### Example 3: Remove a Dev Box add-on using InputObject and endpoint +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Remove-AzDevCenterUserDevBoxAddOn ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $addOnInput +``` +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" using the endpoint and an identity object. + +### Example 4: Remove a Dev Box add-on using InputObject and dev center name +```powershell +$addOnInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" + AddOnName = "devboxtunnel-sys-default" +} +Remove-AzDevCenterUserDevBoxAddOn ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $addOnInput +``` +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" using the dev center name and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Restore-AzDevCenterUserDevBoxSnapshot.md b/src/DevCenter/DevCenterData.AutoRest/examples/Restore-AzDevCenterUserDevBoxSnapshot.md new file mode 100644 index 000000000000..76acf4c9a152 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Restore-AzDevCenterUserDevBoxSnapshot.md @@ -0,0 +1,49 @@ +### Example 1: Restore a Dev Box to a snapshot by endpoint and user ID +```powershell +Restore-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -SnapshotId "snapshot-1234" +``` +This command restores the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" to the snapshot with ID "snapshot-1234" using the endpoint. + +### Example 2: Restore a Dev Box to a snapshot by dev center name and current user +```powershell +Restore-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -SnapshotId "snapshot-1234" +``` +This command restores the dev box "myDevBox" assigned to the current signed-in user to the snapshot with ID "snapshot-1234" using the dev center name. + +### Example 3: Restore a Dev Box to a snapshot using InputObject and endpoint +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + ProjectName = "DevProject" +} +Restore-AzDevCenterUserDevBoxSnapshot ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -InputObject $snapshotInput ` + -SnapshotId "snapshot-1234" +``` +This command restores the dev box "myDevBox" to the snapshot with ID "snapshot-1234" using the endpoint and an identity object. + +### Example 4: Restore a Dev Box to a snapshot using InputObject and dev center name +```powershell +$snapshotInput = @{ + DevBoxName = "myDevBox" + UserId = "me" + ProjectName = "DevProject" +} +Restore-AzDevCenterUserDevBoxSnapshot ` + -DevCenterName "ContosoDevCenter" ` + -InputObject $snapshotInput ` + -SnapshotId "snapshot-1234" +``` +This command restores the dev box "myDevBox" to the snapshot with ID "snapshot-1234" using the dev center name and an identity object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/examples/Set-AzDevCenterUserDevBoxActiveHour.md b/src/DevCenter/DevCenterData.AutoRest/examples/Set-AzDevCenterUserDevBoxActiveHour.md new file mode 100644 index 000000000000..7c87e7e76c98 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/examples/Set-AzDevCenterUserDevBoxActiveHour.md @@ -0,0 +1,57 @@ +### Example 1: Set active hours for a Dev Box by endpoint and user ID +```powershell +Set-AzDevCenterUserDevBoxActiveHour ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -StartTimeHour 9 ` + -EndTimeHour 17 ` + -TimeZone "America/Los_Angeles" +``` +This command sets the active hours for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" from 9 AM to 5 PM in the "America/Los_Angeles" time zone using the endpoint. + +### Example 2: Set active hours for a Dev Box by dev center name and current user +```powershell +Set-AzDevCenterUserDevBoxActiveHour ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -StartTimeHour 8 ` + -EndTimeHour 16 ` + -TimeZone "America/New_York" +``` +This command sets the active hours for the dev box "myDevBox" assigned to the current signed-in user from 8 AM to 4 PM in the "America/New_York" time zone using the dev center name. + +### Example 3: Set active hours for a Dev Box using Body parameter and endpoint +```powershell +$activeHours = @{ + StartTimeHour = 10 + EndTimeHour = 18 + TimeZone = "America/Chicago" +} +Set-AzDevCenterUserDevBoxActiveHour ` + -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "me" ` + -Body $activeHours +``` +This command sets the active hours for the dev box "myDevBox" assigned to the current signed-in user from 10 AM to 6 PM in the "America/Chicago" time zone using the endpoint and a body object. + +### Example 4: Set active hours for a Dev Box using Body parameter and dev center name +```powershell +$activeHours = @{ + StartTimeHour = 7 + EndTimeHour = 15 + TimeZone = "America/Los_Angeles" +} +Set-AzDevCenterUserDevBoxActiveHour ` + -DevCenterName "ContosoDevCenter" ` + -ProjectName "DevProject" ` + -DevBoxName "myDevBox" ` + -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -Body $activeHours +``` +This command sets the active hours for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" from 7 AM to 3 PM in the "UTC" time zone using the dev center name and a body object. \ No newline at end of file diff --git a/src/DevCenter/DevCenterData.AutoRest/generate-info.json b/src/DevCenter/DevCenterData.AutoRest/generate-info.json index 99374784c49f..de8e2de22622 100644 --- a/src/DevCenter/DevCenterData.AutoRest/generate-info.json +++ b/src/DevCenter/DevCenterData.AutoRest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "464e8bbe-d4da-40e0-a4c5-9162a2319780" + "generate_Id": "86ff48c8-17e1-497f-9f54-fa5fd5732a74" } diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Approve-AzDevCenterUserDevBox.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Approve-AzDevCenterUserDevBox.Tests.ps1 new file mode 100644 index 000000000000..4745122cc25c --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Approve-AzDevCenterUserDevBox.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Approve-AzDevCenterUserDevBox')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Approve-AzDevCenterUserDevBox.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 'Approve-AzDevCenterUserDevBox' { + It 'Approve' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'ApproveViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Deploy-AzDevCenterUserEnvironment.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Deploy-AzDevCenterUserEnvironment.Recording.json index aa37c43a9dbc..803b591465f2 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Deploy-AzDevCenterUserEnvironment.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Deploy-AzDevCenterUserEnvironment.Recording.json @@ -1,8 +1,8 @@ { - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2024-05-01-preview+1": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2025-04-01-preview", "Content": "{\r\n \"parameters\": {\r\n \"name\": \"tijokm\"\r\n },\r\n \"environmentType\": \"m780es\",\r\n \"catalogName\": \"x3vu7b\",\r\n \"environmentDefinitionName\": \"FunctionApp\"\r\n}", "isContentBase64": false, "Headers": { @@ -17,10 +17,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:20:41 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "ba7448dc-d0ed-45c0-a997-71844c7d2470" ], "x-ms-client-request-id": [ "43fc3610-011e-4a12-8aac-11469ab667c1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:21:40.4809104Z" ], @@ -34,10 +34,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -57,11 +57,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:21:11 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4d248ec0-deec-4e12-9ab6-47f36c07efa8" ], "x-ms-client-request-id": [ "43fc3610-011e-4a12-8aac-11469ab667c1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:22:11.4317670Z" ], @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -98,11 +98,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:21:42 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "16426f3e-0c5f-490f-a5e6-7aa469c75e96" ], "x-ms-client-request-id": [ "43fc3610-011e-4a12-8aac-11469ab667c1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:22:41.8133551Z" ], @@ -116,10 +116,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -139,11 +139,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:22:12 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f3c1c5aa-f2c2-454c-8b18-c0f8c3052605" ], "x-ms-client-request-id": [ "43fc3610-011e-4a12-8aac-11469ab667c1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:23:12.1939550Z" ], @@ -157,10 +157,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -180,11 +180,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:22:42 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c1af62f6-87e4-45dc-8136-ad9240e99527" ], "x-ms-client-request-id": [ "43fc3610-011e-4a12-8aac-11469ab667c1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:23:19.9778174Z" ], @@ -198,10 +198,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -221,11 +221,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:23:13 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "11f9abcb-2026-4e7a-92ea-a6485aa9095b" ], "x-ms-client-request-id": [ "43fc3610-011e-4a12-8aac-11469ab667c1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:23:43.5128615Z" ], @@ -239,10 +239,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -262,11 +262,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:23:43 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d1aa946c-a90b-4570-b637-bf32c845aa9e" ], "x-ms-client-request-id": [ "43fc3610-011e-4a12-8aac-11469ab667c1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:24:43.2071706Z" ], @@ -280,10 +280,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -303,11 +303,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:24:13 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8ea21349-b3c3-48fa-8372-61c1adffa946" ], "x-ms-client-request-id": [ "43fc3610-011e-4a12-8aac-11469ab667c1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d5ed8c8d-6616-4189-be7f-7f530872b4bd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:25:13.5111428Z" ], @@ -321,10 +321,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2024-05-01-preview+9": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -359,10 +359,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2024-05-01-preview+10": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2025-04-01-preview+10": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2025-04-01-preview", "Content": "{\r\n \"environmentType\": \"m780es\",\r\n \"catalogName\": \"x3vu7b\",\r\n \"environmentDefinitionName\": \"Sandbox\"\r\n}", "isContentBase64": false, "Headers": { @@ -377,10 +377,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:24:28 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "05be41f7-ef77-452f-a8b8-6e12a5012774" ], "x-ms-client-request-id": [ "a3af054d-a4f5-4807-a26c-94894a6639b4" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:25:13.5111428Z" ], @@ -394,10 +394,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -417,11 +417,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:24:59 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c21f723f-140e-4326-aec9-da290b57488b" ], "x-ms-client-request-id": [ "a3af054d-a4f5-4807-a26c-94894a6639b4" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:25:13.5111428Z" ], @@ -435,10 +435,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -458,11 +458,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:25:29 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a819e7d8-a53e-431a-8584-62985b249c8f" ], "x-ms-client-request-id": [ "a3af054d-a4f5-4807-a26c-94894a6639b4" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:26:29.2083411Z" ], @@ -476,10 +476,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -499,11 +499,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:25:59 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "fdebb48e-241c-4d74-b390-8cb3705daaca" ], "x-ms-client-request-id": [ "a3af054d-a4f5-4807-a26c-94894a6639b4" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:26:35.2220575Z" ], @@ -517,10 +517,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true+14": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -540,11 +540,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:26:30 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3876b931-5bbc-4833-9c5d-0666e447f51d" ], "x-ms-client-request-id": [ "a3af054d-a4f5-4807-a26c-94894a6639b4" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:27:29.8606371Z" ], @@ -558,10 +558,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true+15": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -581,11 +581,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:27:00 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8738f731-ca33-4b78-8a4e-df59af3cea44" ], "x-ms-client-request-id": [ "a3af054d-a4f5-4807-a26c-94894a6639b4" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:28:00.2201036Z" ], @@ -599,10 +599,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true+16": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true+16": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -622,11 +622,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:27:30 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "02735d51-d323-4dac-8aa6-a51f6b1993f6" ], "x-ms-client-request-id": [ "a3af054d-a4f5-4807-a26c-94894a6639b4" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:28:13.5232191Z" ], @@ -640,10 +640,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true+17": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -663,11 +663,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:28:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5b27e2c1-071f-4d5f-b4ed-7b99722d7ec3" ], "x-ms-client-request-id": [ "a3af054d-a4f5-4807-a26c-94894a6639b4" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/511b5ca6-83de-4c45-9961-82c68fe06369?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:29:00.8827474Z" ], @@ -681,10 +681,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2024-05-01-preview+18": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2025-04-01-preview+18": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -719,10 +719,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2024-05-01-preview+1": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2025-04-01-preview", "Content": "{\r\n \"environmentType\": \"m780es\",\r\n \"catalogName\": \"x3vu7b\",\r\n \"environmentDefinitionName\": \"Sandbox\"\r\n}", "isContentBase64": false, "Headers": { @@ -737,10 +737,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:28:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "bfaad66a-1b07-4dd1-91a6-94ae7cf1ffad" ], "x-ms-client-request-id": [ "9c170406-e952-4545-ba07-bde7930cbcf5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "295" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:28:13.5232191Z" ], @@ -754,10 +754,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -777,11 +777,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:28:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a36f42ed-ba86-4b9d-84a4-e73d32d129ba" ], "x-ms-client-request-id": [ "9c170406-e952-4545-ba07-bde7930cbcf5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:29:00.8827474Z" ], @@ -795,10 +795,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -818,11 +818,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:29:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "50a41772-0f00-43b7-8288-6a5bc95fb046" ], "x-ms-client-request-id": [ "9c170406-e952-4545-ba07-bde7930cbcf5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:30:02.7634586Z" ], @@ -836,10 +836,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -859,11 +859,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:29:33 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "fa3a5b1e-8fe6-4e50-b30f-7c48fcbed466" ], "x-ms-client-request-id": [ "9c170406-e952-4545-ba07-bde7930cbcf5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:30:33.0478194Z" ], @@ -877,10 +877,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -900,11 +900,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:30:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "291e97e6-84c0-47fa-a396-ce5eba71126a" ], "x-ms-client-request-id": [ "9c170406-e952-4545-ba07-bde7930cbcf5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:31:03.5358093Z" ], @@ -918,10 +918,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -941,11 +941,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:30:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "da451079-67ad-4703-8ab9-38610269fb76" ], "x-ms-client-request-id": [ "9c170406-e952-4545-ba07-bde7930cbcf5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:31:33.8363550Z" ], @@ -959,10 +959,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -982,11 +982,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:31:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0b8a2cc4-de9f-4c18-a9bc-0d97cd8c4fee" ], "x-ms-client-request-id": [ "9c170406-e952-4545-ba07-bde7930cbcf5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:31:50.0148611Z" ], @@ -1000,10 +1000,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1023,11 +1023,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:31:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "71c32744-fbe7-42e4-8db8-42bc8e473121" ], "x-ms-client-request-id": [ "9c170406-e952-4545-ba07-bde7930cbcf5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/d250b0f3-d04d-4e89-ac9f-d89c0999120c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:32:34.5203659Z" ], @@ -1041,10 +1041,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2024-05-01-preview+9": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1079,10 +1079,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2024-05-01-preview+10": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2025-04-01-preview+10": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2025-04-01-preview", "Content": "{\r\n \"parameters\": {\r\n \"name\": \"2jwit4\"\r\n },\r\n \"environmentType\": \"m780es\",\r\n \"catalogName\": \"x3vu7b\",\r\n \"environmentDefinitionName\": \"FunctionApp\"\r\n}", "isContentBase64": false, "Headers": { @@ -1097,10 +1097,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:31:36 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "1989581e-4822-4efe-8c58-3e28898dfeae" ], "x-ms-client-request-id": [ "5e3fd6b3-517e-43c0-b6de-4966aaed76a9" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:32:36.0762430Z" ], @@ -1114,10 +1114,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1137,11 +1137,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:32:06 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "00fd22ae-d6ea-4b05-b08c-8841a45dbebb" ], "x-ms-client-request-id": [ "5e3fd6b3-517e-43c0-b6de-4966aaed76a9" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:32:34.5203659Z" ], @@ -1155,10 +1155,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1178,11 +1178,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:32:37 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0799585c-af45-4dec-83f9-85777ba8137c" ], "x-ms-client-request-id": [ "5e3fd6b3-517e-43c0-b6de-4966aaed76a9" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:33:36.9129481Z" ], @@ -1196,10 +1196,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1219,11 +1219,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:33:07 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "fe62a795-806d-4bdc-bca1-7bc95f6d270f" ], "x-ms-client-request-id": [ "5e3fd6b3-517e-43c0-b6de-4966aaed76a9" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:34:07.1688886Z" ], @@ -1237,10 +1237,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true+14": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1260,11 +1260,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 18:33:37 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0213d98f-73fe-47c3-bc2f-f34254518c09" ], "x-ms-client-request-id": [ "5e3fd6b3-517e-43c0-b6de-4966aaed76a9" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/4c65040e-08dc-412f-9dd3-ce1634cc74b0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T18:34:37.4245443Z" ], @@ -1278,10 +1278,10 @@ "isContentBase64": false } }, - "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2024-05-01-preview+15": { + "Deploy-AzDevCenterUserEnvironment+[NoContext]+ReplaceViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2025-04-01-preview+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Disable-AzDevCenterUserDevBoxAddOn.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Disable-AzDevCenterUserDevBoxAddOn.Tests.ps1 new file mode 100644 index 000000000000..0df5b583a0c6 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Disable-AzDevCenterUserDevBoxAddOn.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Disable-AzDevCenterUserDevBoxAddOn')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Disable-AzDevCenterUserDevBoxAddOn.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 'Disable-AzDevCenterUserDevBoxAddOn' { + It 'Disable' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DisableViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Enable-AzDevCenterUserDevBoxAddOn.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Enable-AzDevCenterUserDevBoxAddOn.Tests.ps1 new file mode 100644 index 000000000000..a2219866dbb8 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Enable-AzDevCenterUserDevBoxAddOn.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Enable-AzDevCenterUserDevBoxAddOn')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Enable-AzDevCenterUserDevBoxAddOn.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 'Enable-AzDevCenterUserDevBoxAddOn' { + It 'Enable' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'EnableViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserCatalog.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserCatalog.Recording.json index fdb22b94832e..1cb09573ec70 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserCatalog.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserCatalog.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserCatalog+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserCatalog+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserCatalog+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserCatalog+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserCatalog+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserCatalog+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserCatalog+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserCatalog+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -151,10 +151,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserCatalog+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserCatalog+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -189,10 +189,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserCatalog+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserCatalog+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBox.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBox.Recording.json index 5e16943523dc..1a5c77eb5e03 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBox.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBox.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/devboxes?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/devboxes?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/devboxes?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/devboxes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes?api-version=2024-05-01-preview+3": { + "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/devboxes?api-version=2024-05-01-preview+4": { + "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/devboxes?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/devboxes?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/devboxes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -151,10 +151,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/users/me/devboxes?api-version=2024-05-01-preview+5": { + "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/users/me/devboxes?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/users/me/devboxes?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/users/me/devboxes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -189,10 +189,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProjt69b30/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes?api-version=2024-05-01-preview+6": { + "Get-AzDevCenterUserDevBox+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProjt69b30/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProjt69b30/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProjt69b30/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -227,10 +227,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBox+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes/k507fd?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBox+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes/k507fd?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes/k507fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/c3c951b7-d307-4c40-9495-70bd562d98d5/devboxes/k507fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -265,10 +265,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBox+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserDevBox+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -303,10 +303,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBox+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBox+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -341,10 +341,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBox+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserDevBox+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxAction.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxAction.Recording.json index 367635b74a77..e9d3b10246b6 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxAction.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxAction.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserDevBoxAction+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBoxAction+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxAction+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserDevBoxAction+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxAction+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBoxAction+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxAction+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserDevBoxAction+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -151,10 +151,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxAction+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBoxAction+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -189,10 +189,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxAction+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserDevBoxAction+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxAddon.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxAddon.Tests.ps1 new file mode 100644 index 000000000000..9cc91fd32d46 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxAddon.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterUserDevBoxAddon')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterUserDevBoxAddon.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-AzDevCenterUserDevBoxAddon' { + 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/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxImagingTaskLog.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxImagingTaskLog.Tests.ps1 new file mode 100644 index 000000000000..744d7289a810 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxImagingTaskLog.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterUserDevBoxImagingTaskLog')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterUserDevBoxImagingTaskLog.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-AzDevCenterUserDevBoxImagingTaskLog' { + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxOperation.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxOperation.Recording.json index 4405f293fd27..ca5ca8dda5f5 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxOperation.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxOperation.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserDevBoxOperation+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBoxOperation+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxOperation+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserDevBoxOperation+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/actions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxOperation+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations/d0954a94-3550-4919-bcbe-1c94ed79e0cd?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBoxOperation+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations/d0954a94-3550-4919-bcbe-1c94ed79e0cd?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations/d0954a94-3550-4919-bcbe-1c94ed79e0cd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations/d0954a94-3550-4919-bcbe-1c94ed79e0cd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxOperation+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations/d0954a94-3550-4919-bcbe-1c94ed79e0cd?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBoxOperation+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations/d0954a94-3550-4919-bcbe-1c94ed79e0cd?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations/d0954a94-3550-4919-bcbe-1c94ed79e0cd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/operations/d0954a94-3550-4919-bcbe-1c94ed79e0cd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxRemoteConnection.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxRemoteConnection.Recording.json index b0313003f0ea..74395eaf3add 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxRemoteConnection.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxRemoteConnection.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserDevBoxRemoteConnection+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBoxRemoteConnection+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxRemoteConnection+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserDevBoxRemoteConnection+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxRemoteConnection+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserDevBoxRemoteConnection+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserDevBoxRemoteConnection+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserDevBoxRemoteConnection+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd/remoteConnection?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxSnapshot.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxSnapshot.Tests.ps1 new file mode 100644 index 000000000000..1cf5f83cbace --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevBoxSnapshot.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterUserDevBoxSnapshot')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterUserDevBoxSnapshot.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-AzDevCenterUserDevBoxSnapshot' { + 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/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevCenterApproval.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevCenterApproval.Tests.ps1 new file mode 100644 index 000000000000..3fa65c00ee6f --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserDevCenterApproval.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterUserDevCenterApproval')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterUserDevCenterApproval.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-AzDevCenterUserDevCenterApproval' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironment.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironment.Recording.json index f79d17e7d8c3..80634d83dbbe 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironment.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironment.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserEnvironment+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environments?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironment+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environments?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environments?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environments?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironment+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environments?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserEnvironment+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environments?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environments?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environments?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironment+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironment+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironment+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kecfh8?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserEnvironment+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kecfh8?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kecfh8?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kecfh8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -151,10 +151,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironment+[NoContext]+List1+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironment+[NoContext]+List1+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -189,10 +189,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironment+[NoContext]+List1+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserEnvironment+[NoContext]+List1+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -227,10 +227,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironment+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironment+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -265,10 +265,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironment+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserEnvironment+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/smv3q9?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentAction.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentAction.Recording.json index f53626cadbf5..ac85b3b27ea0 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentAction.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentAction.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserEnvironmentAction+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentAction+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentAction+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentAction+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -81,10 +81,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentAction+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentAction+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentDefinition.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentDefinition.Recording.json index 79903df029c0..5652346cc7aa 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentDefinition.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentDefinition.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentDefinitions?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentDefinitions?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentDefinitions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentDefinitions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentDefinitions?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentDefinitions?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentDefinitions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentDefinitions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+List1+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+List1+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+List1+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+List1+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -151,10 +151,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -189,10 +189,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/FunctionApp?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/FunctionApp?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/FunctionApp?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/FunctionApp?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -227,10 +227,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -265,10 +265,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserEnvironmentDefinition+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/catalogs/x3vu7b/environmentDefinitions/Sandbox?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentLog.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentLog.Recording.json index ed74185f5e53..c56992759078 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentLog.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentLog.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserEnvironmentLog+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68/logs?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentLog+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68/logs?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68/logs?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68/logs?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentOperation.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentOperation.Recording.json index 07e6366da159..c9e45a54f468 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentOperation.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentOperation.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserEnvironmentOperation+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentOperation+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentOperation+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentOperation+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -81,10 +81,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentOperation+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentOperation+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/operations/4d48a4d5-7edc-437d-9bfa-30e9b4328f68?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentType.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentType.Recording.json index bd0c2bcecd15..10d7c69958a4 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentType.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentType.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserEnvironmentType+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentTypes?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserEnvironmentType+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentTypes?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentTypes?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentTypes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserEnvironmentType+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentTypes?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserEnvironmentType+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentTypes?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentTypes?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/environmentTypes?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentTypeAbility.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentTypeAbility.Tests.ps1 new file mode 100644 index 000000000000..74f4397913bd --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserEnvironmentTypeAbility.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterUserEnvironmentTypeAbility')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterUserEnvironmentTypeAbility.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-AzDevCenterUserEnvironmentTypeAbility' { + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserPool.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserPool.Recording.json index a3501182bff3..0a4fc00e66b9 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserPool.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserPool.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserPool+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserPool+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserPool+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserPool+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserPool+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserPool+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserPool+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserPool+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -151,10 +151,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserPool+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserPool+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -189,10 +189,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserPool+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserPool+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserProject.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserProject.Recording.json index 9ae2d6df9891..ef7d21079125 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserProject.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserProject.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserProject+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserProject+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserProject+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserProject+[NoContext]+List+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserProject+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserProject+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserProject+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserProject+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -151,10 +151,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserProject+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserProject+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -189,10 +189,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserProject+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserProject+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserProjectAbility.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserProjectAbility.Tests.ps1 new file mode 100644 index 000000000000..812679f233df --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserProjectAbility.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzDevCenterUserProjectAbility')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzDevCenterUserProjectAbility.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-AzDevCenterUserProjectAbility' { + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserSchedule.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserSchedule.Recording.json index fb6e023130dc..dc321098aadb 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserSchedule.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Get-AzDevCenterUserSchedule.Recording.json @@ -1,8 +1,8 @@ { - "Get-AzDevCenterUserSchedule+[NoContext]+ListByProject+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/schedules?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserSchedule+[NoContext]+ListByProject+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/schedules?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/schedules?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/schedules?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserSchedule+[NoContext]+ListByProject+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/schedules?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserSchedule+[NoContext]+ListByProject+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/schedules?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/schedules?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/schedules?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserSchedule+[NoContext]+ListByPool+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserSchedule+[NoContext]+ListByPool+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserSchedule+[NoContext]+ListByPool+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserSchedule+[NoContext]+ListByPool+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -151,10 +151,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserSchedule+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserSchedule+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -189,10 +189,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserSchedule+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserSchedule+[NoContext]+Get+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -227,10 +227,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserSchedule+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2024-05-01-preview+1": { + "Get-AzDevCenterUserSchedule+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -265,10 +265,10 @@ "isContentBase64": false } }, - "Get-AzDevCenterUserSchedule+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2024-05-01-preview+2": { + "Get-AzDevCenterUserSchedule+[NoContext]+GetViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/pools/nzboe1/schedules/default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserAlignPool.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserAlignPool.Tests.ps1 new file mode 100644 index 000000000000..d17dadb206fb --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserAlignPool.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Invoke-AzDevCenterUserAlignPool')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Invoke-AzDevCenterUserAlignPool.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 'Invoke-AzDevCenterUserAlignPool' { + It 'AlignExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Align' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'AlignViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'AlignViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserDelayDevBoxAction.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserDelayDevBoxAction.Recording.json index 7b2ad7e640bc..d87c45632678 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserDelayDevBoxAction.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserDelayDevBoxAction.Recording.json @@ -1,8 +1,8 @@ { - "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+Delay1+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions:delay?api-version=2024-05-01-preview\u0026until=2023-07-29T01:50:00.0000000Z+1": { + "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+Delay1+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions:delay?api-version=2025-04-01-preview\u0026until=2023-07-29T01:50:00.0000000Z+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions:delay?api-version=2024-05-01-preview\u0026until=2023-07-29T01:50:00.0000000Z", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions:delay?api-version=2025-04-01-preview\u0026until=2023-07-29T01:50:00.0000000Z", "Content": null, "isContentBase64": false, "Headers": { @@ -37,10 +37,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+Delay+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default?api-version=2024-05-01-preview+1": { + "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+Delay+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+Delay+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default:delay?api-version=2024-05-01-preview\u0026until=2023-07-29T01:55:00.0000000Z+2": { + "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+Delay+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default:delay?api-version=2025-04-01-preview\u0026until=2023-07-29T01:55:00.0000000Z+2": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default:delay?api-version=2024-05-01-preview\u0026until=2023-07-29T01:55:00.0000000Z", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default:delay?api-version=2025-04-01-preview\u0026until=2023-07-29T01:55:00.0000000Z", "Content": null, "isContentBase64": false, "Headers": { @@ -113,10 +113,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+Delay1ByDevCenter+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions:delay?api-version=2024-05-01-preview\u0026until=2023-07-29T02:00:00.0000000Z+1": { + "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+Delay1ByDevCenter+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions:delay?api-version=2025-04-01-preview\u0026until=2023-07-29T02:00:00.0000000Z+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions:delay?api-version=2024-05-01-preview\u0026until=2023-07-29T02:00:00.0000000Z", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions:delay?api-version=2025-04-01-preview\u0026until=2023-07-29T02:00:00.0000000Z", "Content": null, "isContentBase64": false, "Headers": { @@ -151,10 +151,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+DelayByDevCenter+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default?api-version=2024-05-01-preview+1": { + "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+DelayByDevCenter+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -189,10 +189,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+DelayByDevCenter+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default:delay?api-version=2024-05-01-preview\u0026until=2023-07-29T02:05:00.0000000Z+2": { + "Invoke-AzDevCenterUserDelayDevBoxAction+[NoContext]+DelayByDevCenter+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default:delay?api-version=2025-04-01-preview\u0026until=2023-07-29T02:05:00.0000000Z+2": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default:delay?api-version=2024-05-01-preview\u0026until=2023-07-29T02:05:00.0000000Z", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd/actions/schedule-default:delay?api-version=2025-04-01-preview\u0026until=2023-07-29T02:05:00.0000000Z", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserDelayEnvironmentAction.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserDelayEnvironmentAction.Recording.json index f30f3d5c032c..f618c94928d6 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserDelayEnvironmentAction.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Invoke-AzDevCenterUserDelayEnvironmentAction.Recording.json @@ -1,8 +1,8 @@ { - "Invoke-AzDevCenterUserDelayEnvironmentAction+[NoContext]+Delay+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete?api-version=2024-05-01-preview+1": { + "Invoke-AzDevCenterUserDelayEnvironmentAction+[NoContext]+Delay+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -40,10 +40,10 @@ "isContentBase64": false } }, - "Invoke-AzDevCenterUserDelayEnvironmentAction+[NoContext]+Delay+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete:delay?api-version=2024-05-01-preview\u0026until=2023-12-02T11:50:00.0000000Z+2": { + "Invoke-AzDevCenterUserDelayEnvironmentAction+[NoContext]+Delay+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete:delay?api-version=2025-04-01-preview\u0026until=2023-12-02T11:50:00.0000000Z+2": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete:delay?api-version=2024-05-01-preview\u0026until=2023-12-02T11:50:00.0000000Z", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete:delay?api-version=2025-04-01-preview\u0026until=2023-12-02T11:50:00.0000000Z", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBox.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBox.Recording.json index 64fc2ad97d7d..c47faa2cef6a 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBox.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBox.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox3?api-version=2024-05-01-preview+1": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox3?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox3?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox3?api-version=2025-04-01-preview", "Content": "{\r\n \"poolName\": \"nzboe1\"\r\n}", "isContentBase64": false, "Headers": { @@ -17,10 +17,10 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:20:10 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "834863fe-2764-4952-8cb0-37b12610b407" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:20:34.3267446Z" ], @@ -34,10 +34,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+2": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -57,11 +57,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:20:40 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6963d386-2394-4f4a-aaab-0d0a1aee0a4e" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:21:40.1937059Z" ], @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+3": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -98,11 +98,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:21:10 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "67419c7b-96bb-42c9-88e0-988991fb133c" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:22:10.4603544Z" ], @@ -116,10 +116,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+4": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -139,11 +139,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:21:40 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a3ef88ef-7563-4a1f-8d8f-9cfedbb2735a" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:22:07.6302989Z" ], @@ -157,10 +157,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+5": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -180,11 +180,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:22:11 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6de0c7ef-6370-4e80-abd0-547b1f678ca3" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:23:08.4274144Z" ], @@ -198,10 +198,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+6": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -221,11 +221,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:22:41 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8b85c948-3113-43c6-bf11-0d55e4ad6e79" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:23:41.2889963Z" ], @@ -239,10 +239,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+7": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -262,11 +262,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:23:11 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "970caa2b-8d9b-4aee-92bb-d0de76006c98" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:24:11.5707047Z" ], @@ -280,10 +280,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+8": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -303,11 +303,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:23:41 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1aeba887-9895-45f0-b411-978d93b9c6e4" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:24:41.7957448Z" ], @@ -321,10 +321,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+9": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -344,11 +344,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:24:12 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "56c0dac1-94ba-45c9-a042-1a2816255dd8" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:25:12.0018110Z" ], @@ -362,10 +362,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+10": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -385,11 +385,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:24:42 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cfc327e8-642f-439f-88c6-c72462f95ff9" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:25:42.2643926Z" ], @@ -403,10 +403,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+11": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -426,11 +426,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:25:12 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "40128485-fb0f-4c5a-bec8-a2b6ab1215ba" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:26:12.5712613Z" ], @@ -444,10 +444,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+12": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -467,11 +467,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:25:43 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "aac820df-c481-4566-b5a8-ba506accd12f" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:26:36.5260218Z" ], @@ -485,10 +485,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+13": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -508,11 +508,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:26:13 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f59187b3-644a-4496-b81e-756e0e4c77ae" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:27:13.4733540Z" ], @@ -526,10 +526,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+14": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -549,11 +549,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:26:44 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9aec2c3e-45bd-4a77-9a8b-5275a62bf7cd" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:27:43.7936525Z" ], @@ -567,10 +567,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+15": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -590,11 +590,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:27:14 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5215ff55-a1b1-4f38-89fb-9bf1b0e67007" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:27:36.5431138Z" ], @@ -608,10 +608,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+16": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+16": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -631,11 +631,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:27:44 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a224ad8e-65da-45f3-a81c-a190f40bb1c9" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:28:13.8424847Z" ], @@ -649,10 +649,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+17": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -672,11 +672,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:28:14 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f1d5ab9c-af4b-40de-a036-867b4ea75b64" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:29:08.4221152Z" ], @@ -690,10 +690,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+18": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+18": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -713,11 +713,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:28:45 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "14f02618-5fe1-4e11-8d80-3b9608333bce" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:29:45.0959219Z" ], @@ -731,10 +731,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+19": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+19": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -754,11 +754,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:29:15 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f7f43eac-6943-499c-8824-594dfd4fa99d" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:30:08.0294504Z" ], @@ -772,10 +772,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+20": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+20": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -795,11 +795,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:29:46 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e2c120da-9e10-4bc7-9048-a1b6023d1c69" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:30:45.8621822Z" ], @@ -813,10 +813,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+21": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+21": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -836,11 +836,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:30:16 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "22c9d3c2-53aa-4c7f-bfe5-19b523276ebb" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:31:16.1030603Z" ], @@ -854,10 +854,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+22": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+22": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -877,11 +877,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:30:46 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5010de80-9e58-45d6-9560-7a9a79a420a0" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:31:08.3922902Z" ], @@ -895,10 +895,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+23": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+23": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -918,11 +918,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:31:17 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "2c6f48bb-81b2-4e67-9955-73abc193ff05" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:31:45.9579613Z" ], @@ -936,10 +936,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+24": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+24": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -959,11 +959,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:31:47 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "52388f72-878a-4f5d-8701-01c62d2f4b88" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:32:47.1426600Z" ], @@ -977,10 +977,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+25": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+25": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1000,11 +1000,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:32:17 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "36b12ff8-fe00-4dd1-8c57-d7eadec13a42" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:33:17.4378560Z" ], @@ -1018,10 +1018,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+26": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+26": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1041,11 +1041,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:32:47 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "de852ca5-2325-4e73-a80a-ff568274edca" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:33:47.7156900Z" ], @@ -1059,10 +1059,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+27": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+27": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1082,11 +1082,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:33:18 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5b99ba90-b258-407a-96b9-92912f3057a3" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:34:08.1610351Z" ], @@ -1100,10 +1100,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+28": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+28": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1123,11 +1123,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:33:48 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c3fa749a-803f-4e71-b39f-697149def60d" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:34:48.3917682Z" ], @@ -1141,10 +1141,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+29": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+29": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1164,11 +1164,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:34:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d5b7f0e9-f6d7-4d0e-8f4c-a14617f5d1c3" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:35:18.7867009Z" ], @@ -1182,10 +1182,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+30": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+30": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1205,11 +1205,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:34:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "aac14ef9-547f-4365-bbf5-efeba66440cb" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:35:38.7056359Z" ], @@ -1223,10 +1223,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+31": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+31": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1246,11 +1246,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:35:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "2ed36638-e41d-4b1e-8cba-b7684cc15b1e" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:36:19.5633119Z" ], @@ -1264,10 +1264,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+32": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+32": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1287,11 +1287,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:35:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a45b45e6-861b-45ba-a9c8-a1e832a18f74" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:36:50.0067662Z" ], @@ -1305,10 +1305,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+33": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+33": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1328,11 +1328,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:36:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a4ff2bfe-e233-45dc-b99d-08f812169e21" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:37:20.2894807Z" ], @@ -1346,10 +1346,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+34": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+34": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1369,11 +1369,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:36:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "555220d0-2e82-46a1-af95-2fd00e59ba60" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:37:50.7708188Z" ], @@ -1387,10 +1387,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+35": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+35": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1410,11 +1410,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:37:21 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6092967a-f288-4616-97c0-9c3bd3e74704" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:38:21.0060796Z" ], @@ -1428,10 +1428,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+36": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+36": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1451,11 +1451,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:37:51 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c4b8707c-1dda-4e38-aa2b-31cfc6f44a22" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:38:51.2648606Z" ], @@ -1469,10 +1469,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+37": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+37": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1492,11 +1492,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:38:21 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9f55e21a-8df8-4526-8783-8f9fc981ae6a" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:39:08.1801278Z" ], @@ -1510,10 +1510,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+38": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+38": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1533,11 +1533,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:38:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "586d6c12-498f-4cf2-bad5-510bcae7f6f2" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:39:51.8410715Z" ], @@ -1551,10 +1551,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+39": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+39": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1574,11 +1574,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:39:22 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c48b6bb8-3709-41bd-9cd0-962cfeb7950d" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:40:08.2800459Z" ], @@ -1592,10 +1592,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+40": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+40": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1615,11 +1615,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:39:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3fe69d2e-fda8-4d7c-902e-98fa40c3bfcd" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:40:08.7135925Z" ], @@ -1633,10 +1633,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+41": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+41": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1656,11 +1656,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:40:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1e7fa201-21a3-4ced-b579-04c65dfda1f7" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:41:22.8367268Z" ], @@ -1674,10 +1674,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+42": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+42": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1697,11 +1697,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:40:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3dfc50a6-997d-4614-853d-44f9e3960e36" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:41:08.3466862Z" ], @@ -1715,10 +1715,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+43": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+43": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1738,11 +1738,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:41:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "67d83d04-ef5f-41ae-9ac4-19705e90fddb" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:41:36.5359691Z" ], @@ -1756,10 +1756,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+44": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+44": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1779,11 +1779,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:41:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "13ffae9a-a8bc-4263-8aab-e9085b28d7d1" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:42:53.7995827Z" ], @@ -1797,10 +1797,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+45": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+45": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1820,11 +1820,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:42:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d1e527bb-2086-44ae-83aa-36803377fd39" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:43:24.0741213Z" ], @@ -1838,10 +1838,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+46": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+46": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1861,11 +1861,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:42:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cad6e91f-1f6c-40fd-809e-167cba1befbb" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:43:08.2120454Z" ], @@ -1879,10 +1879,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+47": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+47": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1902,11 +1902,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:43:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5f340d45-6f77-4402-8cf8-5a2ab30d319a" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:44:07.9186583Z" ], @@ -1920,10 +1920,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+48": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+48": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1943,11 +1943,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:43:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "33fd8a52-2b13-4cec-ae26-efa3d34bb2b8" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:44:54.8728358Z" ], @@ -1961,10 +1961,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+49": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+49": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1984,11 +1984,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:44:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "63ada69c-49d3-49e2-8170-276181e607b5" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:45:25.2819547Z" ], @@ -2002,10 +2002,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+50": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+50": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2025,11 +2025,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:44:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f8f53d02-1e4a-430f-961f-b4f2ec1c504b" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:45:38.6855941Z" ], @@ -2043,10 +2043,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+51": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+51": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2066,11 +2066,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:45:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ebc318cd-495a-4c20-9425-d894b3b08777" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:46:25.7638458Z" ], @@ -2084,10 +2084,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+52": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+52": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2107,11 +2107,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:45:56 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "bc697cf2-f0e4-4713-8854-bfd22b0490ee" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:46:56.0722843Z" ], @@ -2125,10 +2125,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+53": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+53": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2148,11 +2148,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:46:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e3610577-6536-407f-a9ec-c51cbb11d225" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:47:26.4630190Z" ], @@ -2166,10 +2166,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true+54": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true+54": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2189,11 +2189,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:46:56 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "639c727f-92f9-4cba-a813-50b46d0353fd" ], "x-ms-client-request-id": [ "7d6e8723-479a-40d3-9180-51728a88f300" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7181d09f-c3a5-4e4c-b8f9-0a451fdb1612?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:47:56.7097436Z" ], @@ -2207,10 +2207,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox3?api-version=2024-05-01-preview+55": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox3?api-version=2025-04-01-preview+55": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox3?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2245,10 +2245,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox2?api-version=2024-05-01-preview+56": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox2?api-version=2025-04-01-preview+56": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox2?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox2?api-version=2025-04-01-preview", "Content": "{\r\n \"poolName\": \"nzboe1\"\r\n}", "isContentBase64": false, "Headers": { @@ -2263,10 +2263,10 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:47:11 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "292fa275-781d-4184-9c65-674104f26044" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:47:56.7097436Z" ], @@ -2280,10 +2280,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+57": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+57": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2303,11 +2303,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:47:42 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "19f63659-62f0-47da-9cbb-5e9739bf03f1" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:48:41.7743964Z" ], @@ -2321,10 +2321,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+58": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+58": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2344,11 +2344,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:48:12 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "eda53752-db20-4e7c-b068-e3bf26cfbf23" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:49:12.1611492Z" ], @@ -2362,10 +2362,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+59": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+59": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2385,11 +2385,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:48:42 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0e8ec484-236e-433b-9d65-33d9f9cbc90b" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:49:42.4416701Z" ], @@ -2403,10 +2403,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+60": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+60": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2426,11 +2426,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:49:12 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "034f0850-2480-4a1c-b29f-f818a7519a9a" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:50:12.7286679Z" ], @@ -2444,10 +2444,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+61": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+61": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2467,11 +2467,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:49:43 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4405973f-110e-4bdb-88a7-ac04e2255822" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:50:43.4309353Z" ], @@ -2485,10 +2485,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+62": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+62": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2508,11 +2508,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:50:14 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "34134c16-ff73-4254-af9f-1cb558d4a304" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:51:06.5564915Z" ], @@ -2526,10 +2526,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+63": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+63": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2549,11 +2549,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:50:44 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cf69f524-1ea5-4eb3-872b-22c83f9dbc18" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:51:44.1577679Z" ], @@ -2567,10 +2567,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+64": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+64": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2590,11 +2590,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:51:14 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9f74b2dc-94cd-42b2-8366-1bc5d4490252" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:51:57.2521537Z" ], @@ -2608,10 +2608,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+65": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+65": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2631,11 +2631,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:51:45 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e2769448-fad4-4add-96c9-4b69a38ede00" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:52:34.3627838Z" ], @@ -2649,10 +2649,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+66": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+66": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2672,11 +2672,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:52:15 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e303b0dc-71ed-4ad5-a526-703f0a7f966a" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:53:15.1711370Z" ], @@ -2690,10 +2690,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+67": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+67": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2713,11 +2713,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:52:45 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "79b14f7e-1db3-4eaa-8143-5f0cdade4113" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:53:45.4708879Z" ], @@ -2731,10 +2731,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+68": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+68": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2754,11 +2754,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:53:16 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "713245e4-79cb-4114-a843-9f398b1a1e4b" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:54:15.9112555Z" ], @@ -2772,10 +2772,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+69": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+69": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2795,11 +2795,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:53:46 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cb95bdc3-b551-47d3-a9f7-33b024bf1d98" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:54:46.1359998Z" ], @@ -2813,10 +2813,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+70": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+70": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2836,11 +2836,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:54:16 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "34fa7dbb-e5bd-496d-ac20-4a6af94890f1" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:54:43.8482435Z" ], @@ -2854,10 +2854,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+71": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+71": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2877,11 +2877,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:54:47 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cd491173-01f7-40aa-80a4-91ac5fef9a48" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:55:46.8863102Z" ], @@ -2895,10 +2895,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+72": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+72": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2918,11 +2918,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:55:17 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0e93c095-9b5c-41c0-bb9f-bb0bf2fd5329" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:56:17.2114630Z" ], @@ -2936,10 +2936,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+73": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+73": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2959,11 +2959,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:55:47 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9444a82d-0308-4ed0-97b8-f99f5b23ecec" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:56:47.6784341Z" ], @@ -2977,10 +2977,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+74": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+74": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3000,11 +3000,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:56:18 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a5eb3adc-656c-4b5a-8604-6b68ba61eb7f" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "295" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:57:08.1745167Z" ], @@ -3018,10 +3018,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+75": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+75": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3041,11 +3041,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:56:48 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "160be677-515e-4c42-860f-ac750ae49f1f" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "295" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:57:18.6680454Z" ], @@ -3059,10 +3059,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+76": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+76": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3082,11 +3082,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:57:18 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3c381058-2c5a-43dd-bfa8-4d3f860e367a" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:58:18.5075658Z" ], @@ -3100,10 +3100,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+77": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+77": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3123,11 +3123,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:57:48 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "506f6c5e-51c3-4c82-a4bc-186b4ffa16da" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:58:08.4252880Z" ], @@ -3141,10 +3141,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+78": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+78": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3164,11 +3164,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:58:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f8011cfc-92fc-40e8-8670-e4a47621d1ee" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:59:07.9579887Z" ], @@ -3182,10 +3182,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+79": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+79": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3205,11 +3205,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:58:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d99bbf2b-65df-4783-9c60-175d3c0acb02" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:59:49.4383559Z" ], @@ -3223,10 +3223,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+80": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+80": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3246,11 +3246,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:59:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1579d830-2b41-4c67-abe7-0a68654e677a" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:00:19.6963067Z" ], @@ -3264,10 +3264,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+81": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+81": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3287,11 +3287,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:59:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a5b3b75c-4d0b-473b-b978-f257d5a532d8" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:00:49.9305312Z" ], @@ -3305,10 +3305,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+82": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+82": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3328,11 +3328,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:00:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "423f0f3c-59a3-4078-bf38-180a304b5f83" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:01:08.2522450Z" ], @@ -3346,10 +3346,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+83": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+83": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3369,11 +3369,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:00:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "09453d7c-546c-452c-93a5-cd8c78b0ef4a" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:01:50.3850916Z" ], @@ -3387,10 +3387,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+84": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+84": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3410,11 +3410,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:01:21 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "186f5efc-ced0-44c0-84d1-18ffa27a1f7b" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:02:08.3685225Z" ], @@ -3428,10 +3428,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+85": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+85": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3451,11 +3451,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:01:51 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "59e29402-4cf2-41c4-a098-141e0724bb13" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:02:51.3613248Z" ], @@ -3469,10 +3469,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+86": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+86": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3492,11 +3492,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:02:21 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "68228cfd-5537-435f-881b-ecfb5d768a15" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:03:21.6629770Z" ], @@ -3510,10 +3510,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+87": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+87": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3533,11 +3533,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:02:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c3e7b5b6-a345-46d0-ab9b-108b2d76de0d" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:03:51.9791512Z" ], @@ -3551,10 +3551,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+88": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+88": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3574,11 +3574,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:03:22 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "af0bb2c5-1be5-417d-9dfb-c3725f975929" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:04:22.2530176Z" ], @@ -3592,10 +3592,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+89": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+89": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3615,11 +3615,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:03:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "03aeec64-36cb-41c7-9ed7-aa3ef5d63ac7" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:04:38.7161595Z" ], @@ -3633,10 +3633,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+90": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+90": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3656,11 +3656,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:04:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "31738aac-0b1d-498d-a301-48721e3a6e10" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:05:22.9987461Z" ], @@ -3674,10 +3674,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+91": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+91": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3697,11 +3697,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:04:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f70eb5ab-b556-4923-bc7d-c72ceef355bd" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:05:53.3860750Z" ], @@ -3715,10 +3715,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+92": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+92": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3738,11 +3738,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:05:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e97a6b90-6926-44e4-967a-b6109d505919" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:06:23.7981177Z" ], @@ -3756,10 +3756,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+93": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+93": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3779,11 +3779,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:05:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8d90bd0a-b3bf-4387-a72d-74a9cf0feca1" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:06:54.0022274Z" ], @@ -3797,10 +3797,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+94": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+94": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3820,11 +3820,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:06:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "32e00f65-04c9-4c9c-8b4e-c11a4f71cd75" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:07:24.2227831Z" ], @@ -3838,10 +3838,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+95": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+95": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3861,11 +3861,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:06:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "16915586-e590-40cd-861d-62dc341dcc57" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:07:54.6467809Z" ], @@ -3879,10 +3879,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+96": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+96": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3902,11 +3902,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:07:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1aebc792-b72b-437d-91fe-ec0c21220f93" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:07:57.2773418Z" ], @@ -3920,10 +3920,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+97": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+97": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3943,11 +3943,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:07:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d97992b8-2c7e-49d8-a705-3a1f1296a1e1" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:08:55.4302672Z" ], @@ -3961,10 +3961,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+98": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+98": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3984,11 +3984,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:08:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "763eb0a3-01a5-428e-a50a-d4a4b7716f8d" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:09:25.7386778Z" ], @@ -4002,10 +4002,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+99": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+99": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4025,11 +4025,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:08:56 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5fb1bdac-863e-4f2e-a41d-32de210e48f2" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:09:56.1646717Z" ], @@ -4043,10 +4043,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+100": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+100": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4066,11 +4066,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:09:26 GMT" ], "Connection": [ "close" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "687f751f-10b9-4aa0-ad82-d4d2a3400afa" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:10:26.3864305Z" ], @@ -4084,10 +4084,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+101": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+101": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4107,11 +4107,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:09:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9a3bd045-b188-408e-bae2-e91bb2df47c8" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:10:43.8850559Z" ], @@ -4125,10 +4125,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+102": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+102": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4148,11 +4148,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:10:27 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1c02415d-dade-405e-894f-d02ba3afa7e2" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:11:27.1497580Z" ], @@ -4166,10 +4166,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+103": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+103": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4189,11 +4189,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:10:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5afd1e75-3ac1-4d31-aef1-7ff398063d05" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:11:27.1497580Z" ], @@ -4207,10 +4207,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true+104": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true+104": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4230,11 +4230,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:11:27 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "78c41a48-5070-4cd4-81e9-99073c6284b7" ], "x-ms-client-request-id": [ "a8c0e7bc-1955-4f32-9adf-f3675858c550" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0a510d55-770c-443c-9e6b-c7390dce67f0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:12:27.6637461Z" ], @@ -4248,10 +4248,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox2?api-version=2024-05-01-preview+105": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox2?api-version=2025-04-01-preview+105": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox2?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -4286,10 +4286,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox5?api-version=2024-05-01-preview+1": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox5?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox5?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox5?api-version=2025-04-01-preview", "Content": "{\r\n \"poolName\": \"nzboe1\"\r\n}", "isContentBase64": false, "Headers": { @@ -4304,10 +4304,10 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:11:28 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "52962968-6514-497c-88bf-894da1107504" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:12:28.3846757Z" ], @@ -4321,10 +4321,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+2": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4344,11 +4344,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:11:59 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "602c1eed-16de-4b1c-8b05-facdd8aea6d5" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:12:27.6637461Z" ], @@ -4362,10 +4362,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+3": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4385,11 +4385,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:12:29 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "abe0dea0-2828-43da-9f31-694c6e5e9b0b" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:13:29.2021335Z" ], @@ -4403,10 +4403,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+4": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4426,11 +4426,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:12:59 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "54dfec39-aa01-42b4-b0ad-977cb9537ca1" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:13:59.7215295Z" ], @@ -4444,10 +4444,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+5": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4467,11 +4467,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:13:30 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5533cd1b-9241-45a4-80cf-a197e9425248" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:14:14.1663794Z" ], @@ -4485,10 +4485,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+6": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4508,11 +4508,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:14:00 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "24f2544e-75d4-423b-8947-8e387e9b54ce" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:15:00.2593377Z" ], @@ -4526,10 +4526,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+7": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4549,11 +4549,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:14:30 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6fc8d28a-4321-466f-9f37-c9cdadebfa95" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:15:27.2832816Z" ], @@ -4567,10 +4567,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+8": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4590,11 +4590,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:15:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "2a9ea791-b5e6-4f1f-be93-4e274a034bbf" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:16:00.9462609Z" ], @@ -4608,10 +4608,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+9": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4631,11 +4631,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:15:31 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "90f2816d-7ec3-416e-8c8d-64061f556b65" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:16:31.1757854Z" ], @@ -4649,10 +4649,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+10": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4672,11 +4672,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:16:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "dcf315ac-4038-47c9-a4ea-5ab7a9ed738e" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:17:01.6632346Z" ], @@ -4690,10 +4690,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+11": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4713,11 +4713,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:16:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ccf3f635-6b23-44ca-84eb-d7d5b966be59" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:17:32.0553825Z" ], @@ -4731,10 +4731,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+12": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4754,11 +4754,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:17:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "46aa8baa-ee57-4331-982d-6904be922d43" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:17:34.3917850Z" ], @@ -4772,10 +4772,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+13": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4795,11 +4795,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:17:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cf004422-6308-4146-9c02-c9ae6c8eb97c" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:18:32.6097054Z" ], @@ -4813,10 +4813,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+14": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4836,11 +4836,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:18:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b3a9824d-27ec-4646-bc96-43d74faf09cf" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:19:02.8878789Z" ], @@ -4854,10 +4854,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+15": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4877,11 +4877,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:18:33 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6b36e57b-a3f2-4406-8078-3ed8bfdcbce4" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:19:33.2864812Z" ], @@ -4895,10 +4895,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+16": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+16": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4918,11 +4918,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:19:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ae54f351-e79c-4c93-874e-c5ebace106a8" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:20:03.6031778Z" ], @@ -4936,10 +4936,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+17": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4959,11 +4959,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:19:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "838568a8-837d-403a-94ce-60ee6f4e2f68" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:20:33.9590242Z" ], @@ -4977,10 +4977,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+18": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+18": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5000,11 +5000,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:20:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "2127d6d7-4bcb-4d65-aed5-aed28fe1cea0" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:21:04.4061581Z" ], @@ -5018,10 +5018,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+19": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+19": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5041,11 +5041,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:20:35 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e0afb274-e3fb-4286-a42b-87885ce5bdd2" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:21:34.7268806Z" ], @@ -5059,10 +5059,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+20": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+20": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5082,11 +5082,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:21:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "15079ee7-4e64-457c-8ef8-8ba3c8c8f173" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:22:04.3954271Z" ], @@ -5100,10 +5100,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+21": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+21": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5123,11 +5123,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:21:35 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "93b47793-dfc8-4a37-b601-1544f4de43c2" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:22:35.6231807Z" ], @@ -5141,10 +5141,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+22": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+22": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5164,11 +5164,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:22:06 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "af78e4d6-544d-466c-a2e1-de1d91cb6245" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:23:05.8984213Z" ], @@ -5182,10 +5182,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+23": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+23": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5205,11 +5205,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:22:36 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a7b3dc7a-e92e-423d-9eb7-e23e875a0315" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:22:57.2671176Z" ], @@ -5223,10 +5223,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+24": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+24": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5246,11 +5246,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:23:06 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0cd6e3e5-50c7-4b17-a0a1-d6fdd1b2731a" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:24:06.4619233Z" ], @@ -5264,10 +5264,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+25": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+25": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5287,11 +5287,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:23:37 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f0477685-0b15-4888-b187-9adb2c6bef1e" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:24:36.9003195Z" ], @@ -5305,10 +5305,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+26": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+26": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5328,11 +5328,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:24:07 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "41b86153-f240-48ce-bb6b-1d118923ccd0" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:24:27.2831524Z" ], @@ -5346,10 +5346,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+27": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+27": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5369,11 +5369,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:24:37 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ef1c21d9-7410-41ee-8322-80b148ff54a3" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:25:37.7829742Z" ], @@ -5387,10 +5387,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+28": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+28": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5410,11 +5410,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:25:08 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "60ecc3a7-1540-4d29-825c-e897cacdc062" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:26:08.0788877Z" ], @@ -5428,10 +5428,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+29": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+29": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5451,11 +5451,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:25:38 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a6b57ac5-1921-4b0e-b92c-f1c8bfcda57a" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:26:38.4767852Z" ], @@ -5469,10 +5469,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+30": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+30": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5492,11 +5492,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:26:09 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9361067a-582a-44a7-a536-9c5b3c5ea7f1" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:27:08.9989103Z" ], @@ -5510,10 +5510,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+31": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+31": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5533,11 +5533,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:26:39 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3367e11b-9a6f-4f3e-ac9e-08306393d6d1" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:27:08.7224060Z" ], @@ -5551,10 +5551,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+32": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+32": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5574,11 +5574,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:27:09 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6a4e4861-9b81-4244-af94-6a76c93b554c" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:27:43.9008854Z" ], @@ -5592,10 +5592,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+33": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+33": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5615,11 +5615,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:27:40 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6b291db3-8cf8-43e3-8b1c-e1cc981da126" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:28:27.2731853Z" ], @@ -5633,10 +5633,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+34": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+34": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5656,11 +5656,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:28:10 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "96adc381-5a90-42b9-be7e-22075c9ecef7" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:28:38.7607993Z" ], @@ -5674,10 +5674,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+35": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+35": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5697,11 +5697,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:28:40 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5a739c24-46f4-4aac-aa67-59d8c2063aec" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "296" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:29:06.5478295Z" ], @@ -5715,10 +5715,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+36": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+36": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5738,11 +5738,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:29:11 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "07d71517-1a45-4c40-a510-1b5ab3a68c9e" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "296" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:29:57.2814943Z" ], @@ -5756,10 +5756,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+37": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+37": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5779,11 +5779,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:29:41 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "366c4eb5-dbc1-40d3-9f27-0b71e13bad6c" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:30:41.1910733Z" ], @@ -5797,10 +5797,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+38": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+38": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5820,11 +5820,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:30:11 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5a82a7c7-deeb-4e2b-acee-2c2f259261c1" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:31:11.5374900Z" ], @@ -5838,10 +5838,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+39": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+39": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5861,11 +5861,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:30:41 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c31cdadb-d932-4afc-83a7-90203c7827c3" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:31:41.7591822Z" ], @@ -5879,10 +5879,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+40": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+40": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5902,11 +5902,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:31:12 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "2214a279-daf9-4bb5-a5f3-9f982731112a" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:31:41.7591822Z" ], @@ -5920,10 +5920,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+41": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+41": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5943,11 +5943,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:31:42 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e90c3c82-e85b-4dca-b5fa-ef14338991ed" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:32:06.5987282Z" ], @@ -5961,10 +5961,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+42": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+42": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5984,11 +5984,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:32:13 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9e3c7710-92d4-4488-8567-921bfd056cf5" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:32:36.6187441Z" ], @@ -6002,10 +6002,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+43": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+43": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6025,11 +6025,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:32:43 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b0052d27-4bc5-43a3-af8c-5e1451a0520d" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:33:43.1375826Z" ], @@ -6043,10 +6043,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+44": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+44": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6066,11 +6066,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:33:13 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6bee58ca-85ba-47f7-871c-33a0e0626761" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:34:13.5374382Z" ], @@ -6084,10 +6084,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+45": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+45": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6107,11 +6107,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:33:44 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8d1c04e6-1944-4f99-8957-959feba09916" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:34:43.9365291Z" ], @@ -6125,10 +6125,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+46": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+46": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6148,11 +6148,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:34:14 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4adfe4ee-a947-47d7-a193-912455650b3d" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:35:14.2319798Z" ], @@ -6166,10 +6166,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+47": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+47": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6189,11 +6189,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:34:44 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4565b9b6-22ba-462f-8a70-7ffff25883fe" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:35:34.4070035Z" ], @@ -6207,10 +6207,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true+48": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true+48": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6230,11 +6230,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:35:15 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0ad4abc2-713a-49aa-8e99-ae9f99952535" ], "x-ms-client-request-id": [ "0d0e670c-dad9-4031-94e3-255f30fcdd5e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1893c4d1-cf1b-4b5a-a5e2-9ae4344b5315?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:36:14.9717627Z" ], @@ -6248,10 +6248,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox5?api-version=2024-05-01-preview+49": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox5?api-version=2025-04-01-preview+49": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox5?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox5?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -6286,10 +6286,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox6?api-version=2024-05-01-preview+50": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox6?api-version=2025-04-01-preview+50": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox6?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox6?api-version=2025-04-01-preview", "Content": "{\r\n \"poolName\": \"nzboe1\"\r\n}", "isContentBase64": false, "Headers": { @@ -6304,10 +6304,10 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:35:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "8e3ab65a-0dc5-41bd-900b-d181d8270f8d" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:35:34.4070035Z" ], @@ -6321,10 +6321,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+51": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+51": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6344,11 +6344,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:35:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "de2e2a9a-75a3-4c75-99e9-3985906df519" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:36:14.9717627Z" ], @@ -6362,10 +6362,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+52": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+52": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6385,11 +6385,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:36:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0f1caa65-fccd-44ae-9ac4-5b77e0a8d1dd" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:37:08.7446256Z" ], @@ -6403,10 +6403,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+53": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+53": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6426,11 +6426,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:36:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ed54b0a6-c7b1-49e8-8e6a-7fe52cfe7bbd" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:37:55.6491138Z" ], @@ -6444,10 +6444,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+54": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+54": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6467,11 +6467,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:37:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "062747cb-938a-4402-a97b-9f3b7c22da81" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:38:25.8829195Z" ], @@ -6485,10 +6485,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+55": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+55": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6508,11 +6508,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:37:56 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f58712c2-61be-4e45-9f00-93053e5a8cb3" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:38:13.8881309Z" ], @@ -6526,10 +6526,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+56": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+56": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6549,11 +6549,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:38:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "22bc1c78-f23f-4347-8cff-210748d46b45" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:39:26.4817827Z" ], @@ -6567,10 +6567,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+57": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+57": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6590,11 +6590,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:38:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1d53a234-f132-46ba-9d2e-70637826f62e" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "296" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:39:06.6207999Z" ], @@ -6608,10 +6608,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+58": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+58": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6631,11 +6631,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:39:27 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "bd4bf3a1-bca0-4bf8-9b47-f8f9177ffe9a" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:40:27.2163732Z" ], @@ -6649,10 +6649,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+59": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+59": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6672,11 +6672,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:39:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "746129af-3e3b-4112-922c-da8c1a23d883" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:40:57.5502284Z" ], @@ -6690,10 +6690,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+60": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+60": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6713,11 +6713,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:40:28 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0bd44f09-de41-43e2-acdc-c88498009202" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:40:36.6213650Z" ], @@ -6731,10 +6731,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+61": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+61": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6754,11 +6754,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:40:58 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "058476b3-acf0-4c21-9d70-5504793475ca" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:41:58.2704200Z" ], @@ -6772,10 +6772,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+62": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+62": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6795,11 +6795,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:41:29 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "27fb93e5-0139-442e-86d7-231a6983d691" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:42:28.7662465Z" ], @@ -6813,10 +6813,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+63": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+63": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6836,11 +6836,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:41:59 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1807919d-d8e0-4c69-b927-9dde5bc13a4b" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:42:59.2060076Z" ], @@ -6854,10 +6854,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+64": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+64": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6877,11 +6877,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:42:29 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a73f0dd3-1a01-41d9-bc60-d44bacd29adb" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:43:04.4050685Z" ], @@ -6895,10 +6895,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+65": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+65": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6918,11 +6918,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:43:00 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3cc3ed82-38a9-41c9-b5e8-164e980d973c" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:43:57.2950304Z" ], @@ -6936,10 +6936,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+66": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+66": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -6959,11 +6959,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:43:30 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "62ba5d0c-2f53-45d3-a36f-c5db2e5194ea" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:44:27.2972930Z" ], @@ -6977,10 +6977,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+67": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+67": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7000,11 +7000,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:44:00 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cc85acd4-c006-421e-8399-5794ab412c9e" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:45:00.7241466Z" ], @@ -7018,10 +7018,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+68": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+68": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7041,11 +7041,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:44:31 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6370d5b9-390b-4ebf-bd9a-a625adf4100c" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:45:31.0875278Z" ], @@ -7059,10 +7059,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+69": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+69": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7082,11 +7082,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:45:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b3cdc80c-b0b2-4521-a257-d6042a2ebb09" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:46:01.3230484Z" ], @@ -7100,10 +7100,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+70": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+70": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7123,11 +7123,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:45:31 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "db12c617-db54-4389-b378-a8c5cfa600e3" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:46:31.5729803Z" ], @@ -7141,10 +7141,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+71": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+71": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7164,11 +7164,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:46:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "78c0cc61-4598-4144-ba72-2f922070fa8e" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:47:01.7867871Z" ], @@ -7182,10 +7182,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+72": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+72": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7205,11 +7205,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:46:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ac292953-4f9a-44f5-88a1-e760d61318dc" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:47:32.0735050Z" ], @@ -7223,10 +7223,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+73": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+73": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7246,11 +7246,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:47:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4de47e85-9659-4e35-9be7-bfd43b5c2c09" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:48:02.3242606Z" ], @@ -7264,10 +7264,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+74": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+74": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7287,11 +7287,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:47:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f25815a4-8129-44ec-98fb-20317c943e09" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:48:32.5968428Z" ], @@ -7305,10 +7305,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+75": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+75": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7328,11 +7328,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:48:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "01e95880-a946-4f44-8751-d607582e03fa" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:49:02.8801024Z" ], @@ -7346,10 +7346,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+76": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+76": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7369,11 +7369,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:48:33 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "df2756f1-d264-4015-9e22-c084ad0ef5a1" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:49:08.7473760Z" ], @@ -7387,10 +7387,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+77": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+77": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7410,11 +7410,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:49:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "87dbeec2-a113-4c95-86de-5a48d92c9a34" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:50:03.5132096Z" ], @@ -7428,10 +7428,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+78": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+78": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7451,11 +7451,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:49:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e44e54ef-3564-4ff1-9984-72ec1033770f" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:50:33.9844844Z" ], @@ -7469,10 +7469,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+79": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+79": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7492,11 +7492,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:50:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4b546c06-9fd9-4798-a5fc-ea8cb285cfa3" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:51:04.3000073Z" ], @@ -7510,10 +7510,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+80": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+80": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7533,11 +7533,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:50:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b27153cb-f2cb-4bdb-b87b-fda42935da6f" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:51:06.6151751Z" ], @@ -7551,10 +7551,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+81": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+81": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7574,11 +7574,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:51:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "db2ea04e-e3c5-4f66-8fc1-da6f8f822ac5" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:52:05.0939082Z" ], @@ -7592,10 +7592,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+82": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+82": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7615,11 +7615,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:51:36 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "94a9fe2e-8555-4407-8846-678b5f1078dc" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:52:35.6818706Z" ], @@ -7633,10 +7633,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+83": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+83": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7656,11 +7656,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:52:06 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c53fece6-437e-4f35-b6d4-fc93521ca699" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:53:06.2169684Z" ], @@ -7674,10 +7674,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+84": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+84": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7697,11 +7697,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:52:37 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c73e5608-e793-4379-8bf8-c6737d3663db" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:53:36.6926145Z" ], @@ -7715,10 +7715,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+85": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+85": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7738,11 +7738,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:53:07 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "92a2ea57-40b7-4d51-bea3-460e331ddd81" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:53:43.8943124Z" ], @@ -7756,10 +7756,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+86": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+86": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7779,11 +7779,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:53:37 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "98b49b7b-53cb-46cc-8eac-49c1d8baee7c" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:54:27.3028578Z" ], @@ -7797,10 +7797,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+87": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+87": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7820,11 +7820,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:54:08 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a37c88cc-330a-4897-ace4-688e6161f430" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:55:08.0353327Z" ], @@ -7838,10 +7838,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+88": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+88": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7861,11 +7861,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:54:38 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5d445885-f69f-4a3d-b84f-ac89d90ea716" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:55:38.4704466Z" ], @@ -7879,10 +7879,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+89": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+89": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7902,11 +7902,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:55:09 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ba33bd83-c60c-4077-a877-00a2408a50ac" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:56:08.8547975Z" ], @@ -7920,10 +7920,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+90": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+90": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7943,11 +7943,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:55:39 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "414024d3-ac67-4a4f-9485-18cb8e97317a" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:56:39.4563694Z" ], @@ -7961,10 +7961,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+91": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+91": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -7984,11 +7984,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:56:10 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5b07c0ce-a185-4f39-a2e2-68871f1e03ad" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:57:09.8899499Z" ], @@ -8002,10 +8002,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+92": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+92": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -8025,11 +8025,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:56:40 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "bfeb7a84-2b3d-4bee-a5ae-ec0db583d71e" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:57:27.2943810Z" ], @@ -8043,10 +8043,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+93": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+93": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -8066,11 +8066,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:57:11 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5c97d53b-cfc2-433d-926f-692217151d7e" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:58:10.8501319Z" ], @@ -8084,10 +8084,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+94": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+94": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -8107,11 +8107,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:57:41 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5818b133-a5ce-4791-af07-34c8f3cfda33" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:58:41.2418398Z" ], @@ -8125,10 +8125,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+95": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+95": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -8148,11 +8148,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:58:11 GMT" ], "Connection": [ "close" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "891eb2ac-0c2a-47c7-ba83-b2df39ea2c4f" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:59:11.6408007Z" ], @@ -8166,10 +8166,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true+96": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true+96": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -8189,11 +8189,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 02:58:42 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "371040a8-1359-4f07-8f3f-a2a2ef7ca615" ], "x-ms-client-request-id": [ "ff8102d5-07a4-4005-ae9e-62e44eafcf54" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e445a572-65f8-4172-ad95-7f3f6f47794c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T02:59:42.2659129Z" ], @@ -8207,10 +8207,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox6?api-version=2024-05-01-preview+97": { + "New-AzDevCenterUserDevBox+[NoContext]+CreateViaIdentityExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox6?api-version=2025-04-01-preview+97": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox6?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/devbox6?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPlanMember.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBoxAddOn.Tests.ps1 similarity index 82% rename from src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPlanMember.Tests.ps1 rename to src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBoxAddOn.Tests.ps1 index b42d9174496a..78fe8a9e386b 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/New-AzDevCenterAdminPlanMember.Tests.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBoxAddOn.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzDevCenterAdminPlanMember')) +if(($null -eq $TestName) -or ($TestName -contains 'New-AzDevCenterUserDevBoxAddOn')) { $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 'New-AzDevCenterUserDevBoxAddOn.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-AzDevCenterAdminPlanMembe . ($mockingPath | Select-Object -First 1).FullName } -Describe 'New-AzDevCenterAdminPlanMember' { +Describe 'New-AzDevCenterUserDevBoxAddOn' { It 'CreateExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBoxSnapshot.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBoxSnapshot.Tests.ps1 new file mode 100644 index 000000000000..1a93d67041d3 --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserDevBoxSnapshot.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzDevCenterUserDevBoxSnapshot')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzDevCenterUserDevBoxSnapshot.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 'New-AzDevCenterUserDevBoxSnapshot' { + It 'Capture' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CaptureViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CaptureByDevCenter' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CaptureViaIdentityByDevCenter' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserEnvironment.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserEnvironment.Recording.json index a0320a5049ce..ac08cb5b83c8 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserEnvironment.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/New-AzDevCenterUserEnvironment.Recording.json @@ -1,8 +1,8 @@ { - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2024-05-01-preview+1": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2025-04-01-preview", "Content": "{\r\n \"parameters\": {\r\n \"name\": \"95itx0\"\r\n },\r\n \"environmentType\": \"m780es\",\r\n \"catalogName\": \"x3vu7b\",\r\n \"environmentDefinitionName\": \"FunctionApp\"\r\n}", "isContentBase64": false, "Headers": { @@ -17,10 +17,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:24:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "163b439e-ae28-4e10-82b1-cb9b8d7fb9e4" ], "x-ms-client-request-id": [ "5cd770b6-b37a-4248-9edc-71a5903349d5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "296" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:25:48.7279159Z" ], @@ -34,10 +34,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true+2": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -57,11 +57,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:25:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "baac0c78-94ed-4cca-8d87-31f7e8d311af" ], "x-ms-client-request-id": [ "5cd770b6-b37a-4248-9edc-71a5903349d5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "296" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:25:48.9255830Z" ], @@ -75,10 +75,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true+3": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -98,11 +98,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:25:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5327ee03-89e1-4bcc-b8af-0bb961e20347" ], "x-ms-client-request-id": [ "5cd770b6-b37a-4248-9edc-71a5903349d5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:26:55.0184689Z" ], @@ -116,10 +116,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true+4": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -139,11 +139,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:26:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e2774638-c849-4a84-9f7c-b05408cf8ec7" ], "x-ms-client-request-id": [ "5cd770b6-b37a-4248-9edc-71a5903349d5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:26:57.4564418Z" ], @@ -157,10 +157,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true+5": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -180,11 +180,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:26:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "927520a9-c680-40ca-a2d2-730568bdea52" ], "x-ms-client-request-id": [ "5cd770b6-b37a-4248-9edc-71a5903349d5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:27:55.5077341Z" ], @@ -198,10 +198,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true+6": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -221,11 +221,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:27:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6459c423-3846-4456-ab58-db1faded6223" ], "x-ms-client-request-id": [ "5cd770b6-b37a-4248-9edc-71a5903349d5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:28:26.3044671Z" ], @@ -239,10 +239,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true+7": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -262,11 +262,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:27:56 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e263d9d2-10bc-4ed2-a785-4600718bff27" ], "x-ms-client-request-id": [ "5cd770b6-b37a-4248-9edc-71a5903349d5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:28:56.5938617Z" ], @@ -280,10 +280,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true+8": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -303,11 +303,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:28:27 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "157e2152-ffc8-4b46-bcd4-1b6c8042e6e7" ], "x-ms-client-request-id": [ "5cd770b6-b37a-4248-9edc-71a5903349d5" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0e0866b5-ff2a-407b-a718-f99398e5f5b4?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:28:58.7424115Z" ], @@ -321,10 +321,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2024-05-01-preview+9": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -359,10 +359,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2024-05-01-preview+10": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2025-04-01-preview+10": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2025-04-01-preview", "Content": "{\r\n \"environmentType\": \"m780es\",\r\n \"catalogName\": \"x3vu7b\",\r\n \"environmentDefinitionName\": \"Sandbox\"\r\n}", "isContentBase64": false, "Headers": { @@ -377,10 +377,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:28:29 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "ec4ad4ae-c3fe-46b7-b5dc-fa23fb811a7a" ], "x-ms-client-request-id": [ "18f7290b-55ea-44bd-9799-2f0dfc6cc27a" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:28:56.5938617Z" ], @@ -394,10 +394,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true+11": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -417,11 +417,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:28:59 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3b7c24d9-8d4a-4221-b60f-9cfe00223cdb" ], "x-ms-client-request-id": [ "18f7290b-55ea-44bd-9799-2f0dfc6cc27a" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:29:59.4567543Z" ], @@ -435,10 +435,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true+12": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -458,11 +458,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:29:29 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "95540e2b-f066-47f7-891e-b638f5a68f3e" ], "x-ms-client-request-id": [ "18f7290b-55ea-44bd-9799-2f0dfc6cc27a" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:30:29.6838235Z" ], @@ -476,10 +476,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true+13": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -499,11 +499,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:30:00 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "57240e64-a08a-499a-957a-6d4f0b67d11b" ], "x-ms-client-request-id": [ "18f7290b-55ea-44bd-9799-2f0dfc6cc27a" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:30:59.9709557Z" ], @@ -517,10 +517,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true+14": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -540,11 +540,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:30:30 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ceab00b3-f457-4df8-8a15-265e23e18b2e" ], "x-ms-client-request-id": [ "18f7290b-55ea-44bd-9799-2f0dfc6cc27a" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:31:27.4737939Z" ], @@ -558,10 +558,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true+15": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -581,11 +581,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:31:00 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "91a96dab-052f-4dd1-86aa-d0682059d278" ], "x-ms-client-request-id": [ "18f7290b-55ea-44bd-9799-2f0dfc6cc27a" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/76f15ce5-8866-4013-9984-1cc625fccabb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:32:00.5385311Z" ], @@ -599,10 +599,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2024-05-01-preview+16": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateExpanded+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2025-04-01-preview+16": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -637,10 +637,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2024-05-01-preview+1": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2025-04-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2025-04-01-preview", "Content": "{\r\n \"environmentType\": \"m780es\",\r\n \"catalogName\": \"x3vu7b\",\r\n \"environmentDefinitionName\": \"Sandbox\"\r\n}", "isContentBase64": false, "Headers": { @@ -655,10 +655,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:31:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "cdf3ad25-a779-406e-a3a3-a155c593b1d2" ], "x-ms-client-request-id": [ "afe9881f-8bc6-44f3-9b05-27c4e1d27bca" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:31:27.4737939Z" ], @@ -672,10 +672,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true+2": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -695,11 +695,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:31:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "2dcbb641-d2aa-4eb1-b864-0b3ab2f7acc9" ], "x-ms-client-request-id": [ "afe9881f-8bc6-44f3-9b05-27c4e1d27bca" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:32:00.5385311Z" ], @@ -713,10 +713,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true+3": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -736,11 +736,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:32:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "2d41202d-36d0-4ee9-abb9-d2f91c43aff4" ], "x-ms-client-request-id": [ "afe9881f-8bc6-44f3-9b05-27c4e1d27bca" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:33:02.1432053Z" ], @@ -754,10 +754,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true+4": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -777,11 +777,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:32:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "60ee9676-c631-4c87-8602-cf675d3c98a7" ], "x-ms-client-request-id": [ "afe9881f-8bc6-44f3-9b05-27c4e1d27bca" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:33:32.3796007Z" ], @@ -795,10 +795,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true+5": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -818,11 +818,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:33:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4fd25a5c-9dee-4cd1-8119-105457859d26" ], "x-ms-client-request-id": [ "afe9881f-8bc6-44f3-9b05-27c4e1d27bca" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:34:02.6386040Z" ], @@ -836,10 +836,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true+6": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -859,11 +859,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:33:33 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ae6e003e-b279-4122-9d0f-67d72258f06b" ], "x-ms-client-request-id": [ "afe9881f-8bc6-44f3-9b05-27c4e1d27bca" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1525f277-8499-46c5-b45a-b947a4edb46c?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:34:32.9447373Z" ], @@ -877,10 +877,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2024-05-01-preview+7": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest7?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -915,10 +915,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2024-05-01-preview+8": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$PUT+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2025-04-01-preview+8": { "Request": { "Method": "PUT", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2025-04-01-preview", "Content": "{\r\n \"parameters\": {\r\n \"name\": \"2jwit4\"\r\n },\r\n \"environmentType\": \"m780es\",\r\n \"catalogName\": \"x3vu7b\",\r\n \"environmentDefinitionName\": \"FunctionApp\"\r\n}", "isContentBase64": false, "Headers": { @@ -933,10 +933,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:33:42 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "e7853f73-55b6-4e45-9bee-e08ddf108d63" ], "x-ms-client-request-id": [ "3d535da7-aa2b-4a70-a060-4c43ea5dd909" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:34:02.6386040Z" ], @@ -950,10 +950,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true+9": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -973,11 +973,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:34:12 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "294622d0-8eb3-4066-b681-b30dcdf0e2fd" ], "x-ms-client-request-id": [ "3d535da7-aa2b-4a70-a060-4c43ea5dd909" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:34:33.4245848Z" ], @@ -991,10 +991,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true+10": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1014,11 +1014,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:34:43 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "648645d9-fe33-4724-a2f4-d0f6a8158082" ], "x-ms-client-request-id": [ "3d535da7-aa2b-4a70-a060-4c43ea5dd909" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:35:20.8174009Z" ], @@ -1032,10 +1032,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true+11": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1055,11 +1055,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:35:13 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "dc0061a6-0fd0-4b63-bfe3-e65f12d32106" ], "x-ms-client-request-id": [ "3d535da7-aa2b-4a70-a060-4c43ea5dd909" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:35:40.7906873Z" ], @@ -1073,10 +1073,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true+12": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1096,11 +1096,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:35:43 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f5ec4688-b30a-4225-a8f7-33d9b9f2d806" ], "x-ms-client-request-id": [ "3d535da7-aa2b-4a70-a060-4c43ea5dd909" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/7d0f141b-2d2a-46c9-89e2-73ab103d9659?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:35:50.7754850Z" ], @@ -1114,10 +1114,10 @@ "isContentBase64": false } }, - "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2024-05-01-preview+13": { + "New-AzDevCenterUserEnvironment+[NoContext]+CreateViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2025-04-01-preview+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/envtest8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserDevBox.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserDevBox.Recording.json index 48bbac4f077c..c1e68f362ce4 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserDevBox.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserDevBox.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -22,10 +22,10 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:51:59 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "f0401e1f-7635-4cdd-8f9b-f121a8692338" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:52:59.2590741Z" ], @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -62,11 +62,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:52:30 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "41eb2108-6f1d-4c5d-a38a-9aa8a30d9235" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:53:08.0347300Z" ], @@ -80,10 +80,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -103,11 +103,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:53:00 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8ca364c8-ba87-4094-a45e-62c4752821ad" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:53:14.1083972Z" ], @@ -121,10 +121,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -144,11 +144,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:53:31 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "20f9e0a8-3a17-4cea-9a3c-84da803ea18c" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:54:30.7515038Z" ], @@ -162,10 +162,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -185,11 +185,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:54:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c18a3d0b-9486-4bce-bc23-48bee5599d72" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:55:01.1869818Z" ], @@ -203,10 +203,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -226,11 +226,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:54:31 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c3aeffac-9bf5-43b7-b0e9-19fd3ef2fdae" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:55:31.5876094Z" ], @@ -244,10 +244,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -267,11 +267,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:55:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "00772e18-9808-477a-9025-5bc6b20ca7f9" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:56:01.8623460Z" ], @@ -285,10 +285,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -308,11 +308,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:55:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6db44aed-05c0-46f5-87e3-a30221800e76" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:56:32.1526648Z" ], @@ -326,10 +326,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+9": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -349,11 +349,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:56:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "92985394-f6b9-4465-acb2-032f3cf3babf" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:57:03.0785191Z" ], @@ -367,10 +367,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -390,11 +390,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:56:33 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1cb82174-6af2-4578-b6cc-42bb4206fdf5" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:57:33.4587872Z" ], @@ -408,10 +408,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -431,11 +431,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:57:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "de20bf6d-dff2-4927-bb73-3f10950cf209" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:58:03.7560866Z" ], @@ -449,10 +449,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -472,11 +472,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:57:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6f9ef92f-7a1d-4f8c-a16a-4cb5c7a85cae" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:58:26.9862178Z" ], @@ -490,10 +490,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -513,11 +513,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:58:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c9c90d26-20e0-455e-8efc-27f2e0b13ed4" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:59:04.7202646Z" ], @@ -531,10 +531,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+14": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -554,11 +554,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:58:35 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6d56f72b-04f0-4d2a-84f9-624df55b4646" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:59:34.2999615Z" ], @@ -572,10 +572,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+15": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -595,11 +595,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:59:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "eb43dd9c-9fa2-41fc-86bd-2a1034c84d22" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:00:05.3686919Z" ], @@ -613,10 +613,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true+16": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true+16": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -636,11 +636,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:59:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "7ba83e25-9248-4ce3-b8ef-2cceb9913a3e" ], "x-ms-client-request-id": [ "4e42fe9f-fe23-4744-a6e9-d556157f7d9f" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/73f7138d-6371-429d-8e47-ee64c6e376e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T00:59:43.8085086Z" ], @@ -654,10 +654,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2024-05-01-preview+17": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2025-04-01-preview+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -692,10 +692,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2024-05-01-preview+18": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2025-04-01-preview+18": { "Request": { "Method": "DELETE", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -715,10 +715,10 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:59:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "b00df5ff-5c61-41d9-9ed7-7ea7d9291eca" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:00:05.3686919Z" ], @@ -732,10 +732,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+19": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+19": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -755,11 +755,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 00:59:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "dfddd64f-fa7b-4764-8240-4864b3e6e9d9" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:00:50.4078061Z" ], @@ -773,10 +773,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+20": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+20": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -796,11 +796,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:00:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5b064025-730f-4201-96c9-8bdedb2ca555" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:00:56.9771802Z" ], @@ -814,10 +814,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+21": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+21": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -837,11 +837,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:00:51 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "15ce8a07-16b4-4685-8854-8cd92bfb4556" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:01:26.9637200Z" ], @@ -855,10 +855,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+22": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+22": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -878,11 +878,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:01:21 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "79b0fd6f-acb9-41db-a8b3-41df7ab585a0" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:02:07.5559813Z" ], @@ -896,10 +896,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+23": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+23": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -919,11 +919,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:01:51 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9e9f492c-e3c2-43e8-9507-6f3165629bec" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:02:51.6111715Z" ], @@ -937,10 +937,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+24": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+24": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -960,11 +960,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:02:22 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "001a67b2-d78e-4222-b097-d8e33ad2f267" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:03:21.8793926Z" ], @@ -978,10 +978,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+25": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+25": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1001,11 +1001,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:02:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6ef5bd9b-ee96-40dd-845e-ce7792436a21" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:03:43.8198041Z" ], @@ -1019,10 +1019,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+26": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+26": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1042,11 +1042,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:03:22 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9b68c38c-f2d9-435c-81ce-b2c7eb7f44fd" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:04:22.5229224Z" ], @@ -1060,10 +1060,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+27": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+27": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1083,11 +1083,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:03:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "97ca81dd-5eb8-43ae-ab8a-529792329c45" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:04:52.8214988Z" ], @@ -1101,10 +1101,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+28": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+28": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1124,11 +1124,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:04:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cf627ae9-7f25-4e4a-ba38-5d55e1686775" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:05:23.1012660Z" ], @@ -1142,10 +1142,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+29": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+29": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1165,11 +1165,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:04:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a3e7ae52-dd45-4bc4-b7dd-c4b7d9ec7eee" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:05:53.5295508Z" ], @@ -1183,10 +1183,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true+30": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true+30": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1206,11 +1206,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:04:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6cf682ea-bd30-468a-99d3-8a1c09ae66e3" ], "x-ms-client-request-id": [ "05bff464-14fe-4c51-9a14-4ea6617799e3" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a03882af-9722-41a9-85a0-a76fcaae35d0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:05:53.9174379Z" ], @@ -1224,10 +1224,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2024-05-01-preview+31": { + "Remove-AzDevCenterUserDevBox+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2025-04-01-preview+31": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1262,10 +1262,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1285,10 +1285,10 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:04:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "8544139c-c03f-4d6d-aa88-fa58d40d8b93" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:05:53.5295508Z" ], @@ -1302,10 +1302,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1325,11 +1325,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:05:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "95b53f75-944e-41fa-849d-f6e10352540b" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:05:53.9174379Z" ], @@ -1343,10 +1343,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1366,11 +1366,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:05:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c486265b-c20c-4b66-8512-a78c98ee295e" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:06:55.0770041Z" ], @@ -1384,10 +1384,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1407,11 +1407,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:06:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b3b13429-da87-4e21-b316-541e2563881c" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:07:08.8389534Z" ], @@ -1425,10 +1425,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1448,11 +1448,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:06:56 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c6d23b7a-3bd8-4f9a-8e83-4e5f4e510729" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:07:55.6950419Z" ], @@ -1466,10 +1466,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1489,11 +1489,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:07:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e1e2eeaa-52b3-4a9d-b29e-f74980ab594c" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:08:26.1388504Z" ], @@ -1507,10 +1507,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1530,11 +1530,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:07:56 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a84e9083-e2e6-4a36-af4f-1dad5fac86f7" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:08:56.5811634Z" ], @@ -1548,10 +1548,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1571,11 +1571,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:08:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d64069e7-4983-457f-951c-3133e703948c" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:09:26.8582115Z" ], @@ -1589,10 +1589,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+9": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1612,11 +1612,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:08:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6d9f5273-ac19-49bf-9944-93dd595df8af" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:09:57.1004149Z" ], @@ -1630,10 +1630,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1653,11 +1653,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:09:27 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "359cf910-065c-4632-b422-d447d8f14e88" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:10:27.4242552Z" ], @@ -1671,10 +1671,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1694,11 +1694,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:09:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "80909423-e925-4b32-948f-ed99c3da97bc" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:10:57.7075892Z" ], @@ -1712,10 +1712,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1735,11 +1735,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:10:28 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "255b0e44-7b56-4c27-a840-c221116d1c59" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:11:07.4959421Z" ], @@ -1753,10 +1753,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1776,11 +1776,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:10:58 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c262907a-17cf-4280-8c2d-4f2649d3279c" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:11:58.4117180Z" ], @@ -1794,10 +1794,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true+14": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1817,11 +1817,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:10:58 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c4412678-4aa3-42af-8893-794fdb4ad682" ], "x-ms-client-request-id": [ "87ad0228-95f4-475d-8376-a0772cfff5b7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/38bc068a-85a1-46a3-9d75-1d009b9e2322?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:11:58.7206485Z" ], @@ -1835,10 +1835,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2024-05-01-preview+15": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2025-04-01-preview+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1873,10 +1873,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2024-05-01-preview+16": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2025-04-01-preview+16": { "Request": { "Method": "DELETE", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1896,10 +1896,10 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:11:08 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "57297055-2aa9-4d69-9938-2e4ea7120478" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:11:58.4117180Z" ], @@ -1913,10 +1913,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+17": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1936,11 +1936,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:11:38 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5e491520-c336-47b8-b10a-32323cd9ba36" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:11:58.7206485Z" ], @@ -1954,10 +1954,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+18": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+18": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1977,11 +1977,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:12:08 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e2cac9bf-2052-4563-a905-4103b0995d6f" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:13:08.7522781Z" ], @@ -1995,10 +1995,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+19": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+19": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2018,11 +2018,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:12:39 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "07941e29-6fbc-428c-80e3-33657f1dd2de" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:13:06.5208378Z" ], @@ -2036,10 +2036,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+20": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+20": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2059,11 +2059,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:13:09 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b87221da-773a-458f-9d79-3af30fa9d22e" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:14:09.3405929Z" ], @@ -2077,10 +2077,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+21": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+21": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2100,11 +2100,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:13:39 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "bb51bbce-f196-4517-a3eb-3ae29c31bf2c" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:14:39.6718858Z" ], @@ -2118,10 +2118,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+22": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+22": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2141,11 +2141,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:14:10 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d26280df-92c2-468a-9885-9c9a9f3cf170" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:15:10.0109057Z" ], @@ -2159,10 +2159,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+23": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+23": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2182,11 +2182,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:14:40 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e8372102-7a98-4ac6-845a-6ba1c1a06a53" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:15:40.2794520Z" ], @@ -2200,10 +2200,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+24": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+24": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2223,11 +2223,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:15:10 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3dd248b3-8b81-40d9-be8e-28e3e660c211" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:16:04.3237480Z" ], @@ -2241,10 +2241,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+25": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+25": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2264,11 +2264,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:15:40 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "550da00e-523c-4823-8df0-9c651256ab9c" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:16:40.7443151Z" ], @@ -2282,10 +2282,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+26": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+26": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2305,11 +2305,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:16:11 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "eac03fdd-bbcf-4715-a67d-04210ff43091" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:17:11.0251967Z" ], @@ -2323,10 +2323,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+27": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+27": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2346,11 +2346,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:16:41 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f0005c8f-beeb-4b78-b30e-196b3530bcbf" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:17:41.2710343Z" ], @@ -2364,10 +2364,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+28": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+28": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2387,11 +2387,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:17:11 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "70577092-fa1a-4fa1-98aa-a4e53c2c9d01" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:18:11.5094672Z" ], @@ -2405,10 +2405,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+29": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+29": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2428,11 +2428,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:17:41 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "881205a9-ee80-44ba-83db-a5eac55d46d1" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:18:41.8079689Z" ], @@ -2446,10 +2446,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+30": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+30": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2469,11 +2469,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:18:12 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e1261913-d402-4e4c-ba68-706435e4df31" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:19:12.0663603Z" ], @@ -2487,10 +2487,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true+31": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true+31": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2510,11 +2510,11 @@ "Headers": { "Date": [ "Sat, 29 Jul 2023 01:18:12 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c4188a02-1fef-49f4-87c9-1b45c2f742be" ], "x-ms-client-request-id": [ "f1de9d04-7d60-4d35-9f67-b3ecdd421256" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/0acf16ab-4dad-4f35-8e9f-5a8816f45920?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-29T01:19:12.3464009Z" ], @@ -2528,10 +2528,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2024-05-01-preview+32": { + "Remove-AzDevCenterUserDevBox+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2025-04-01-preview+32": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPlan.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserDevBoxAddOn.Tests.ps1 similarity index 88% rename from src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPlan.Tests.ps1 rename to src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserDevBoxAddOn.Tests.ps1 index 88761411403b..05fafcd12fef 100644 --- a/src/DevCenter/DevCenter.AutoRest/test/Remove-AzDevCenterAdminPlan.Tests.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserDevBoxAddOn.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzDevCenterAdminPlan')) +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzDevCenterUserDevBoxAddOn')) { $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 'Remove-AzDevCenterUserDevBoxAddOn.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-AzDevCenterAdminPlan') . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Remove-AzDevCenterAdminPlan' { +Describe 'Remove-AzDevCenterUserDevBoxAddOn' { It 'Delete' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserEnvironment.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserEnvironment.Recording.json index d31e125d8808..14c9da66f787 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserEnvironment.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Remove-AzDevCenterUserEnvironment.Recording.json @@ -1,8 +1,8 @@ { - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/uwqne8?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/uwqne8?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/uwqne8?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/uwqne8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -22,10 +22,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:55:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "5a2d9708-d839-4919-9da0-336270708897" ], "x-ms-client-request-id": [ "40000905-dab4-4b8e-9373-6b70c49b9c97" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "291" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:56:02.9431410Z" ], @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -62,11 +62,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:56:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b82e3626-91c0-4936-97d1-d4733cc5f48f" ], "x-ms-client-request-id": [ "40000905-dab4-4b8e-9373-6b70c49b9c97" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "292" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:56:30.0720809Z" ], @@ -80,10 +80,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -103,11 +103,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:56:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e058fe12-61ca-453a-b167-7f4c97d2a2aa" ], "x-ms-client-request-id": [ "40000905-dab4-4b8e-9373-6b70c49b9c97" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:57:49.5740812Z" ], @@ -121,10 +121,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -144,11 +144,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:57:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "102e7f6a-952d-4057-bb52-25f730dbbad4" ], "x-ms-client-request-id": [ "40000905-dab4-4b8e-9373-6b70c49b9c97" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:58:19.9516280Z" ], @@ -162,10 +162,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -185,11 +185,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:57:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "979e4ce3-3e4c-41ad-adde-652bc73be68f" ], "x-ms-client-request-id": [ "40000905-dab4-4b8e-9373-6b70c49b9c97" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:58:50.3730969Z" ], @@ -203,10 +203,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -226,11 +226,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:57:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4795b2b0-cad7-4841-b926-21030cb6f5b7" ], "x-ms-client-request-id": [ "40000905-dab4-4b8e-9373-6b70c49b9c97" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a1ceb38a-5004-46bf-a813-af3eb841ac16?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:58:50.7541041Z" ], @@ -244,10 +244,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/uwqne8?api-version=2024-05-01-preview+7": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/uwqne8?api-version=2025-04-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/uwqne8?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/uwqne8?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -282,10 +282,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/c5dqaf?api-version=2024-05-01-preview+8": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/c5dqaf?api-version=2025-04-01-preview+8": { "Request": { "Method": "DELETE", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/c5dqaf?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/c5dqaf?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -305,10 +305,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:57:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "fabeac9c-3875-4f08-9b4e-9f3f161c4342" ], "x-ms-client-request-id": [ "7010821c-4d89-4d0e-89b0-2d38e5e75979" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:58:50.3730969Z" ], @@ -322,10 +322,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true+9": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -345,11 +345,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:58:22 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "faa4ee73-6cce-4310-b387-87a1478af099" ], "x-ms-client-request-id": [ "7010821c-4d89-4d0e-89b0-2d38e5e75979" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:58:50.7541041Z" ], @@ -363,10 +363,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -386,11 +386,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:58:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1899a056-e1dd-4014-bffd-133c06d1dbce" ], "x-ms-client-request-id": [ "7010821c-4d89-4d0e-89b0-2d38e5e75979" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:59:53.0623598Z" ], @@ -404,10 +404,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -427,11 +427,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:59:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "459b8556-f522-41f1-a8e9-fe60d2a6b330" ], "x-ms-client-request-id": [ "7010821c-4d89-4d0e-89b0-2d38e5e75979" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:00:23.3336860Z" ], @@ -445,10 +445,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -468,11 +468,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:59:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ded4af18-7cbc-478f-bbef-19a8118bef62" ], "x-ms-client-request-id": [ "7010821c-4d89-4d0e-89b0-2d38e5e75979" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e390e78d-5536-4e60-bf93-1ea1b343b081?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:00:23.6030329Z" ], @@ -486,10 +486,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/c5dqaf?api-version=2024-05-01-preview+13": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+Delete+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/c5dqaf?api-version=2025-04-01-preview+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/c5dqaf?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/c5dqaf?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -524,10 +524,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/q52klh?api-version=2024-05-01-preview+1": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/q52klh?api-version=2025-04-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/q52klh?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/q52klh?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -547,10 +547,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:59:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "355b859e-ab01-4a81-9d22-85e1676560fa" ], "x-ms-client-request-id": [ "49f70f6c-a858-4a60-8523-ffc078171c57" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:00:23.3336860Z" ], @@ -564,10 +564,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -587,11 +587,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:59:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "16ebffa2-5077-4c82-93f4-33be842f2ef8" ], "x-ms-client-request-id": [ "49f70f6c-a858-4a60-8523-ffc078171c57" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:00:23.6030329Z" ], @@ -605,10 +605,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -628,11 +628,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 02:00:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "55a985e9-f8ac-4955-abc9-c3f8f358a468" ], "x-ms-client-request-id": [ "49f70f6c-a858-4a60-8523-ffc078171c57" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:01:24.8948673Z" ], @@ -646,10 +646,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -669,11 +669,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 02:00:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5a414879-c795-4949-9db7-1946adb883e6" ], "x-ms-client-request-id": [ "49f70f6c-a858-4a60-8523-ffc078171c57" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/5d8a1b16-0189-40c8-984b-5e7af834aacd?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:01:25.2709029Z" ], @@ -687,10 +687,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/q52klh?api-version=2024-05-01-preview+5": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/q52klh?api-version=2025-04-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/q52klh?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/q52klh?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -725,10 +725,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kfh3c4?api-version=2024-05-01-preview+6": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$DELETE+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kfh3c4?api-version=2025-04-01-preview+6": { "Request": { "Method": "DELETE", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kfh3c4?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kfh3c4?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -748,10 +748,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 02:00:27 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "19b8305e-5480-4e49-bf23-03b000a019bc" ], "x-ms-client-request-id": [ "339c6786-3caf-4013-bfcf-56f09b854407" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:01:24.8948673Z" ], @@ -765,10 +765,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -788,11 +788,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 02:00:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5763855d-93bd-479d-8cb7-a807b7aece0f" ], "x-ms-client-request-id": [ "339c6786-3caf-4013-bfcf-56f09b854407" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:01:25.2709029Z" ], @@ -806,10 +806,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -829,11 +829,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 02:01:27 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "43a95d6d-86ae-4c7d-bd64-4e70d0ab28d1" ], "x-ms-client-request-id": [ "339c6786-3caf-4013-bfcf-56f09b854407" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:02:27.7434885Z" ], @@ -847,10 +847,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true+9": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -870,11 +870,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 02:01:28 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "74250d9a-cbed-44d0-a146-577f56c9acf7" ], "x-ms-client-request-id": [ "339c6786-3caf-4013-bfcf-56f09b854407" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7c955f9-dd06-44ce-8637-1b154ca9f5f1?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T02:02:27.9766524Z" ], @@ -888,10 +888,10 @@ "isContentBase64": false } }, - "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kfh3c4?api-version=2024-05-01-preview+10": { + "Remove-AzDevCenterUserEnvironment+[NoContext]+DeleteViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kfh3c4?api-version=2025-04-01-preview+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kfh3c4?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/environments/kfh3c4?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Repair-AzDevCenterUserDevBox.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Repair-AzDevCenterUserDevBox.Recording.json index 394e2e639098..923c63abe62a 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Repair-AzDevCenterUserDevBox.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Repair-AzDevCenterUserDevBox.Recording.json @@ -1,8 +1,8 @@ { - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox2:repair?api-version=2024-05-01-preview+1": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox2:repair?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox2:repair?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox2:repair?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -22,10 +22,10 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:35:31 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "74debe8f-2870-4e02-abb7-01738d95939a" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:36:31.5336502Z" ], @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -62,11 +62,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:36:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "464287e9-b5f0-4789-8ac2-69c9c6693a7b" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:37:01.8864828Z" ], @@ -80,10 +80,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -103,11 +103,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:36:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f6d5907c-6188-4477-9600-4500c26d7358" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:37:32.1242419Z" ], @@ -121,10 +121,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -144,11 +144,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:37:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "bd0d646c-4d05-4446-91cc-2a416848b422" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:38:02.2873542Z" ], @@ -162,10 +162,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -185,11 +185,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:37:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a56ee516-6e5f-4330-a21b-e73c04a25601" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:38:32.4276852Z" ], @@ -203,10 +203,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -226,11 +226,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:38:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d03a88d5-db54-4f23-9cfb-b5e992b89665" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:39:02.5654283Z" ], @@ -244,10 +244,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -267,11 +267,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:38:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "26c702eb-e30d-4fe6-be13-73f74a1221b0" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:39:32.8329794Z" ], @@ -285,10 +285,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -308,11 +308,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:39:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d9ed73bc-9cd9-41e4-a564-bad7d3348c4e" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:40:02.9773067Z" ], @@ -326,10 +326,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+9": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -349,11 +349,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:39:33 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ef5aa264-9e6c-46ea-9d00-a3b97270387c" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:40:33.1104839Z" ], @@ -367,10 +367,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -390,11 +390,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:40:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b0cde278-dc96-4733-ad88-31c75594b306" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:41:03.2868586Z" ], @@ -408,10 +408,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -431,11 +431,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:40:33 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ff84fbd4-3a1c-4a8a-bce2-cc51afea19c9" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:41:33.4272465Z" ], @@ -449,10 +449,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -472,11 +472,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:41:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9a1eb235-252b-4adc-a150-033144ed2a65" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:42:03.5488907Z" ], @@ -490,10 +490,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -513,11 +513,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:41:33 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "43780ed1-33e5-4ff6-b683-8a90359a05b0" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:42:33.7717514Z" ], @@ -531,10 +531,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+14": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -554,11 +554,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:42:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b927cb3a-f4dd-4073-b7de-73cdcdf3b964" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:43:03.9922154Z" ], @@ -572,10 +572,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true+15": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -595,11 +595,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:42:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0267d546-3eaf-4940-bc57-a73ace95b71d" ], "x-ms-client-request-id": [ "7192ea47-d6e7-4f83-85b3-be254694c6a2" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/cab60f1e-2656-45d4-9374-db1fb8d3057e?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:43:04.1898036Z" ], @@ -613,10 +613,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox3:repair?api-version=2024-05-01-preview+16": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox3:repair?api-version=2025-04-01-preview+16": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox3:repair?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox3:repair?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -636,10 +636,10 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:42:17 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "0b81c6eb-d9b1-42d7-9b3c-8bfbd5dd14d3" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:42:33.7717514Z" ], @@ -653,10 +653,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+17": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -676,11 +676,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:42:47 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1bf94de3-147f-44a1-9108-1703d7d107f9" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:43:03.9922154Z" ], @@ -694,10 +694,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+18": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+18": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -717,11 +717,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:43:17 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "289d16ac-0052-4284-84db-c85675f56cf9" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:44:17.4555187Z" ], @@ -735,10 +735,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+19": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+19": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -758,11 +758,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:43:47 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b7f26d52-b911-4cec-af86-7b52ac3141c6" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:44:47.5847543Z" ], @@ -776,10 +776,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+20": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+20": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -799,11 +799,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:44:17 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cbfbe37e-401e-4e98-8f1d-2034d26a38ab" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:45:17.7296503Z" ], @@ -817,10 +817,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+21": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+21": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -840,11 +840,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:44:47 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "40ee4aaf-1083-49f0-b7d3-ac624abbcef7" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:45:47.8518759Z" ], @@ -858,10 +858,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+22": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+22": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -881,11 +881,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:45:18 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9135909e-3e2f-47d1-b6fa-b5ca191a3e6c" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:46:17.9906749Z" ], @@ -899,10 +899,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+23": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+23": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -922,11 +922,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:45:48 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "25ae8f36-4639-42bf-83a8-825559e8b854" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:46:48.1384176Z" ], @@ -940,10 +940,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+24": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+24": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -963,11 +963,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:46:18 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "71d29785-8ad2-47e8-a53d-d36f6753581e" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:47:18.2888261Z" ], @@ -981,10 +981,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+25": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+25": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1004,11 +1004,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:46:48 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "25afed5e-031d-477b-8853-c79396dc9f56" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:47:48.5790877Z" ], @@ -1022,10 +1022,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+26": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+26": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1045,11 +1045,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:47:18 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8185f586-a266-4790-beb8-bb74b1640b5a" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:48:18.8388331Z" ], @@ -1063,10 +1063,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+27": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+27": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1086,11 +1086,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:47:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "998e94bc-1dea-4770-bb82-a52ba7d2d200" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:48:49.0421093Z" ], @@ -1104,10 +1104,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+28": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+28": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1127,11 +1127,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:48:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "42a74047-e627-405b-ba9f-101a349efe58" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:49:19.1752322Z" ], @@ -1145,10 +1145,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+29": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+29": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1168,11 +1168,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:48:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "05cfddea-c99e-49c6-81fa-98b0a43a628b" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:49:49.3947142Z" ], @@ -1186,10 +1186,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+30": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+30": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1209,11 +1209,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:49:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5447f103-905d-4762-a432-4f04647f776c" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:50:19.5544117Z" ], @@ -1227,10 +1227,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+31": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+31": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1250,11 +1250,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:49:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "90f81914-cacd-46ea-83d5-7dbc27ecdc05" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:50:49.7129775Z" ], @@ -1268,10 +1268,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+32": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+32": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1291,11 +1291,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:50:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "26c872e3-8046-4512-96aa-31658114a9f2" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:51:19.8681824Z" ], @@ -1309,10 +1309,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+33": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+33": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1332,11 +1332,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:50:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "dee90101-5196-4881-ba28-2fc6a5cf6e69" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:51:50.0072091Z" ], @@ -1350,10 +1350,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+34": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+34": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1373,11 +1373,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:51:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "60cffd2f-9fc9-48b5-b6c1-f2ba61fec904" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:52:20.1615128Z" ], @@ -1391,10 +1391,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+35": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+35": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1414,11 +1414,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:51:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "27512f4d-0606-4e22-bafc-5d89bf2df84f" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:52:50.3003457Z" ], @@ -1432,10 +1432,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+36": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+36": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1455,11 +1455,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:52:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "871a210a-d027-4d4e-8739-13cb282ea630" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:53:20.5242120Z" ], @@ -1473,10 +1473,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+37": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+37": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1496,11 +1496,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:52:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e1f216d7-6fc8-4074-9399-441a019c18c6" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:53:50.6538551Z" ], @@ -1514,10 +1514,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+38": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+38": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1537,11 +1537,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:53:21 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "028b4d9a-61b4-417c-a613-cc373cb74cb8" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:54:21.3596352Z" ], @@ -1555,10 +1555,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+39": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+39": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1578,11 +1578,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:53:51 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cadb20e9-5abf-4226-9d19-6b01a3125ff4" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:54:51.5207070Z" ], @@ -1596,10 +1596,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+40": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+40": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1619,11 +1619,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:54:21 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8d74469e-511d-48f0-8165-806414265520" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:55:21.8928980Z" ], @@ -1637,10 +1637,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+41": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+41": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1660,11 +1660,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:54:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "46c82bee-1e19-4431-a7f0-cf728e5670f1" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:55:52.0177414Z" ], @@ -1678,10 +1678,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true+42": { + "Repair-AzDevCenterUserDevBox+[NoContext]+Repair+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true+42": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1701,11 +1701,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:54:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "48a6476c-e427-46a1-9a24-4cd84907e988" ], "x-ms-client-request-id": [ "0e6c0ea6-6bab-4cff-b2a3-751cc9c18391" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/b1c27c76-2038-4d15-bf3c-8ed6c676aaf9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:55:52.1627441Z" ], @@ -1719,10 +1719,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox4:repair?api-version=2024-05-01-preview+1": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox4:repair?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox4:repair?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox4:repair?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1742,10 +1742,10 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:54:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "a988847a-de62-4230-907d-5ff6388d67aa" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:55:21.8928980Z" ], @@ -1759,10 +1759,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1782,11 +1782,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:55:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "5906f658-655a-45e7-ad1f-cbaeaff4fff5" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:55:52.0177414Z" ], @@ -1800,10 +1800,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1823,11 +1823,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:55:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "47f1dd88-fb2f-452c-ad94-b7e5cdc1d094" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:56:53.3197745Z" ], @@ -1841,10 +1841,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1864,11 +1864,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:56:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "49fa1aee-dd3d-4d3e-994c-3ef0df5b4d03" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:57:23.4565968Z" ], @@ -1882,10 +1882,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1905,11 +1905,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:56:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "82e68e8a-f4e9-4874-830e-c53b147e4fb0" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:57:53.6056673Z" ], @@ -1923,10 +1923,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1946,11 +1946,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:57:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "12c14c97-cdc9-43e4-8544-9972368e2282" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:58:23.8590815Z" ], @@ -1964,10 +1964,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1987,11 +1987,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:57:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "54b27786-104f-4641-8c6e-4b0d0dd9366b" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:58:54.0078505Z" ], @@ -2005,10 +2005,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2028,11 +2028,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:58:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "bda1b6db-fd7d-4697-aadc-4c84bd0c757a" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:59:24.2184612Z" ], @@ -2046,10 +2046,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+9": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2069,11 +2069,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:58:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cf7ce661-fc4b-4169-83e3-c4001fcf7b88" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T03:59:54.3758727Z" ], @@ -2087,10 +2087,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2110,11 +2110,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:59:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "078efb31-45f5-4c52-9834-32280e7ff292" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:00:24.5394835Z" ], @@ -2128,10 +2128,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2151,11 +2151,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 03:59:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9ffa2bf9-d3b2-4563-8c59-5dc9a36cb198" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:00:54.6867953Z" ], @@ -2169,10 +2169,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2192,11 +2192,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:00:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f27ae081-3a2a-4c8b-bf40-deed72f9028b" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:01:24.8640733Z" ], @@ -2210,10 +2210,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2233,11 +2233,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:00:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cc1d8e42-9c21-49d7-8578-58b7548e5f1c" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:01:55.0890612Z" ], @@ -2251,10 +2251,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true+14": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2274,11 +2274,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:00:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "7f99ff43-14f9-40ee-b2f8-d9f96b70074f" ], "x-ms-client-request-id": [ "372cdc40-a16c-4864-9da8-f5fad86ffc7e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/4ed062f6-3e1b-47ad-8163-8f4c8d3d8d70?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:01:55.3543958Z" ], @@ -2292,10 +2292,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox4:repair?api-version=2024-05-01-preview+15": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox4:repair?api-version=2025-04-01-preview+15": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox4:repair?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/users/me/devboxes/devbox4:repair?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -2315,10 +2315,10 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:01:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "714dc41c-2976-449d-bb61-e4683718d984" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:01:24.8640733Z" ], @@ -2332,10 +2332,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+16": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+16": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2355,11 +2355,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:01:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "022efe10-2280-420b-9390-e57fc7bf3c22" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:01:55.3543958Z" ], @@ -2373,10 +2373,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+17": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2396,11 +2396,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:02:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1f6e0161-4823-462a-b5ba-4db1a955962b" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:03:04.1522912Z" ], @@ -2414,10 +2414,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+18": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+18": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2437,11 +2437,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:02:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3491a121-00ae-4245-b115-2721848f0bd7" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:03:34.2913048Z" ], @@ -2455,10 +2455,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+19": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+19": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2478,11 +2478,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:03:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ab9d544c-37d1-4c33-8b20-345e329f96e9" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:04:04.4474790Z" ], @@ -2496,10 +2496,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+20": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+20": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2519,11 +2519,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:03:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "656b53fa-624b-4846-a397-b717c6f14c45" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:04:34.6105305Z" ], @@ -2537,10 +2537,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+21": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+21": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2560,11 +2560,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:04:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "912b9c6e-394b-45b5-a2d6-63cc343a4072" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:05:04.7773025Z" ], @@ -2578,10 +2578,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+22": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+22": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2601,11 +2601,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:04:35 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8a716ca8-ddd1-484a-a07a-b960a4d043cb" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:05:35.0562642Z" ], @@ -2619,10 +2619,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+23": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+23": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2642,11 +2642,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:05:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "02c1915a-9c1a-4a80-98ab-872aa5cab0b4" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:06:05.2254536Z" ], @@ -2660,10 +2660,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+24": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+24": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2683,11 +2683,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:05:35 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "0b33125f-2d54-4a7a-8aaa-de8131de07b0" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:06:35.3611355Z" ], @@ -2701,10 +2701,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+25": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+25": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2724,11 +2724,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:06:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "814e9dca-3c6c-41cd-a6b1-20107063571f" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:07:05.5727987Z" ], @@ -2742,10 +2742,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+26": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+26": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2765,11 +2765,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:06:35 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "31b52448-5bc5-42ab-8a37-30e883d94b99" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:07:35.7801665Z" ], @@ -2783,10 +2783,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+27": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+27": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2806,11 +2806,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:07:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "72c4a3d9-76a7-41d3-80d9-28f6a2271b8d" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:08:05.9383879Z" ], @@ -2824,10 +2824,10 @@ "isContentBase64": false } }, - "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true+28": { + "Repair-AzDevCenterUserDevBox+[NoContext]+RepairViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true+28": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2847,11 +2847,11 @@ "Headers": { "Date": [ "Wed, 13 Sep 2023 04:07:06 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a417ed3a-806d-4f37-a105-69f90cc5c84d" ], "x-ms-client-request-id": [ "d3bcd15b-0345-4c66-a3fb-551d25611bc1" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-amlim-dc-euap.centraluseuap.devcenter.azure.com/projects/amlim-project/operationstatuses/319a5541-6189-45ce-b203-9e83545c574a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-09-13T04:08:06.0929212Z" ], diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Restart-AzDevCenterUserDevBox.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Restart-AzDevCenterUserDevBox.Recording.json index 22294cbb4dd3..4e840ffd7a74 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Restart-AzDevCenterUserDevBox.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Restart-AzDevCenterUserDevBox.Recording.json @@ -1,8 +1,8 @@ { - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2024-05-01-preview+1": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -22,10 +22,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:40:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "524fcd4f-7135-4d40-b661-3e9259cb3746" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:40:50.8162048Z" ], @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -62,11 +62,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:40:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "867a8ef9-f5ff-476d-afc9-3a390f0bea00" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:41:22.7483694Z" ], @@ -80,10 +80,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -103,11 +103,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:41:24 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d882b603-a0a4-4bcb-9e98-2d024b0e7cc6" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:42:24.3392804Z" ], @@ -121,10 +121,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -144,11 +144,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:41:54 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "a0fb1789-8bf9-4374-b950-0f856eff75ae" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:42:54.5860403Z" ], @@ -162,10 +162,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -185,11 +185,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:42:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d14f8a8a-b3b9-42cb-a5b7-f36206fe3291" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:43:24.8733504Z" ], @@ -203,10 +203,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -226,11 +226,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:42:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "474e4efd-6ab3-4790-b6aa-769a90b91c8b" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:43:55.6407977Z" ], @@ -244,10 +244,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -267,11 +267,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:43:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "89035d97-2f53-4798-a624-75acd6d1596b" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:44:25.9249574Z" ], @@ -285,10 +285,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -308,11 +308,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:43:56 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "78c27b18-6213-40f6-8f40-976748e2a390" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:44:56.2124627Z" ], @@ -326,10 +326,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+9": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -349,11 +349,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:44:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d9cf1131-bb61-445c-830d-95eeb4fe94fd" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:45:26.5091136Z" ], @@ -367,10 +367,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -390,11 +390,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:44:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3771e1e0-bc93-466c-b876-9650f604ceda" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:45:56.9834963Z" ], @@ -408,10 +408,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -431,11 +431,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:45:27 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f2cafefa-14b1-4113-bb78-9bdc24837e6b" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:46:27.2609673Z" ], @@ -449,10 +449,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -472,11 +472,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:45:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "677ff7ea-a4a7-49a3-9d0a-f33e33c46796" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:46:57.5041460Z" ], @@ -490,10 +490,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -513,11 +513,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:45:57 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "510bc4fa-488e-47d0-8ce7-571cefad09cc" ], "x-ms-client-request-id": [ "af99222f-1c30-4527-a981-236f6c8824b0" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/71368dbc-9d47-49e1-b7d3-8bef3c7e1400?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:46:27.2609673Z" ], @@ -531,10 +531,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview+14": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -569,10 +569,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2024-05-01-preview+15": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2025-04-01-preview+15": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -592,10 +592,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:46:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "22a50355-ec38-4e32-b4d1-eae80c8d3018" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:46:57.5041460Z" ], @@ -609,10 +609,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+16": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+16": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -632,11 +632,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:46:31 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "48cec2b8-5f5e-4c9c-b68d-41c8ec2fb146" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:47:31.2503915Z" ], @@ -650,10 +650,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+17": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -673,11 +673,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:47:01 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "59960e0b-d100-49f3-9833-56f7a5ef7ae6" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:48:01.6732921Z" ], @@ -691,10 +691,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+18": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+18": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -714,11 +714,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:47:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e34d7fbf-8315-498a-8924-790b300a1220" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:48:31.9155322Z" ], @@ -732,10 +732,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+19": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+19": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -755,11 +755,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:48:02 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "544b22f3-09b1-457c-b8b1-a6246474e217" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:48:50.8346698Z" ], @@ -773,10 +773,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+20": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+20": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -796,11 +796,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:48:32 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1dc2c3ea-6fa9-4787-b3e9-c88993c66a65" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:49:32.7374905Z" ], @@ -814,10 +814,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+21": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+21": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -837,11 +837,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:49:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "816c5719-5d09-489e-b9fb-f73bd9cd9dca" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:50:03.0273524Z" ], @@ -855,10 +855,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+22": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+22": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -878,11 +878,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:49:33 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "61efff7f-424e-41fd-b7b7-0e1d383f0dd5" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:49:50.8222148Z" ], @@ -896,10 +896,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+23": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+23": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -919,11 +919,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:50:03 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ed140851-c18c-4ead-95f4-f4c3da421ec9" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:51:03.6289486Z" ], @@ -937,10 +937,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+24": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+24": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -960,11 +960,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:50:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "cee8aba9-ff4d-497a-858c-6682c5869450" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:51:33.8888706Z" ], @@ -978,10 +978,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+25": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+25": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1001,11 +1001,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:51:04 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "43e62791-4b55-4837-9ef8-026c548ede0e" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:52:04.1570503Z" ], @@ -1019,10 +1019,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+26": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+26": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1042,11 +1042,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:51:34 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9d7a348f-996c-4c9a-8dbd-4f0f79e59803" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:52:34.5389519Z" ], @@ -1060,10 +1060,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+27": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+27": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1083,11 +1083,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:52:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b69c7734-6dcf-48a3-8a25-d50b521e0115" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:53:04.8037157Z" ], @@ -1101,10 +1101,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true+28": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true+28": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1124,11 +1124,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:52:05 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "64ec5ddf-b278-4d29-8e86-bd6378c686e1" ], "x-ms-client-request-id": [ "143939e8-c4fe-4d93-b5da-77206e1788cf" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/a7053b54-814d-4cad-afc1-fdc025a11690?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:53:05.1023293Z" ], @@ -1142,10 +1142,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview+29": { + "Restart-AzDevCenterUserDevBox+[NoContext]+Restart+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview+29": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1180,10 +1180,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2024-05-01-preview+1": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1203,10 +1203,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:52:06 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "cc6c334d-3e95-4feb-a9ac-f0b87de15ff7" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:53:04.8037157Z" ], @@ -1220,10 +1220,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1243,11 +1243,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:52:36 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "7b752fd3-e62e-454f-ae86-fe5186540d7c" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:53:05.1023293Z" ], @@ -1261,10 +1261,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1284,11 +1284,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:53:06 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d0a87eec-e24b-4d26-bf33-951426040a18" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:54:06.5062988Z" ], @@ -1302,10 +1302,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1325,11 +1325,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:53:37 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "6c089ed4-d349-4cd9-97b5-bab61a80a87c" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:54:36.7846360Z" ], @@ -1343,10 +1343,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1366,11 +1366,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:54:07 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "760ffb0b-daee-43d7-b5bb-62f1833f2576" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:55:07.1197523Z" ], @@ -1384,10 +1384,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1407,11 +1407,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:54:37 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b3a31174-970c-4bb2-8c32-cda84e1cb8c0" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:55:37.4664767Z" ], @@ -1425,10 +1425,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1448,11 +1448,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:55:08 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9c50c554-1450-4bc4-b555-1a8eba2df8e0" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:56:07.7714333Z" ], @@ -1466,10 +1466,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1489,11 +1489,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:55:38 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d0f362c5-bd56-4e62-9a62-65bb49dd7a84" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:56:38.1108516Z" ], @@ -1507,10 +1507,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+9": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1530,11 +1530,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:56:08 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c828cbb3-4572-4355-bf5a-b051225eb944" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:56:50.8209463Z" ], @@ -1548,10 +1548,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1571,11 +1571,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:56:39 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "900291d1-b0d2-491e-a861-435be09a4db9" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:57:38.8238504Z" ], @@ -1589,10 +1589,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1612,11 +1612,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:57:09 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4fbdb293-f7b7-4d37-8388-9d6f1629f137" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:58:09.1352995Z" ], @@ -1630,10 +1630,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1653,11 +1653,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:57:09 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c93b30b0-685b-4b39-a977-23fb61d0f454" ], "x-ms-client-request-id": [ "d8585b36-0a6c-4e8c-b32b-e9226a66b6e7" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/51bf03ed-83d3-4c0f-b97e-dc8e445dc8e9?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:58:09.5318486Z" ], @@ -1671,10 +1671,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview+13": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1709,10 +1709,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2024-05-01-preview+14": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2025-04-01-preview+14": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd:restart?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1732,10 +1732,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:57:18 GMT" ], "Connection": [ "close" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "c4d759d3-3817-478c-8a7a-219bb7bcc3e7" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:58:09.1352995Z" ], @@ -1749,10 +1749,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+15": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1772,11 +1772,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:57:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9caa6902-db48-4c34-8962-d96c59cd2b7d" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:58:48.9721127Z" ], @@ -1790,10 +1790,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+16": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+16": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1813,11 +1813,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:58:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "eec47915-a8ca-44c1-af78-866272045b7b" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:59:19.2421203Z" ], @@ -1831,10 +1831,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+17": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1854,11 +1854,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:58:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "afb323a7-02a7-4758-bf3f-35fca0abf8c2" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:59:49.4787273Z" ], @@ -1872,10 +1872,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+18": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+18": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1895,11 +1895,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:59:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "b6ec2fcd-88c0-4e46-b883-5bcd18ba7788" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T00:59:50.7591004Z" ], @@ -1913,10 +1913,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+19": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+19": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1936,11 +1936,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 00:59:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8b09c05f-b148-46a3-8e77-cc1f00b244b4" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:00:40.8004127Z" ], @@ -1954,10 +1954,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+20": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+20": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1977,11 +1977,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:00:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ea3d32af-8fbd-47fd-a87e-c764346f180b" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:01:20.5793247Z" ], @@ -1995,10 +1995,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+21": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+21": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2018,11 +2018,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:00:51 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "17fd0d2c-f180-4c0d-882f-7b8a1e4fffdd" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:01:50.9051599Z" ], @@ -2036,10 +2036,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+22": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+22": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2059,11 +2059,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:01:21 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "f5c3eba8-35b4-479f-9f21-8bbbab16dcde" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:02:21.2051397Z" ], @@ -2077,10 +2077,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+23": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+23": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2100,11 +2100,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:01:51 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "265c265a-7cc2-401d-ae56-3dc47e1523d4" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:02:51.7085943Z" ], @@ -2118,10 +2118,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+24": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+24": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2141,11 +2141,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:02:22 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1c4e5aa3-88d8-469b-9100-cad3cd5732c0" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:03:22.0224043Z" ], @@ -2159,10 +2159,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+25": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+25": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2182,11 +2182,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:02:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1bca8103-5e55-4b9a-95ab-ac3d5823bcc7" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:03:52.3386537Z" ], @@ -2200,10 +2200,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true+26": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true+26": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2223,11 +2223,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 01:02:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "4b98143e-1cd0-4b5a-bd31-a512b45fff83" ], "x-ms-client-request-id": [ "cb396122-973c-4b27-a6d3-d29e6d74651e" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/2a8e229f-ed55-4de6-a5c8-7a5b8bed04d5?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T01:03:52.6203218Z" ], @@ -2241,10 +2241,10 @@ "isContentBase64": false } }, - "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview+27": { + "Restart-AzDevCenterUserDevBox+[NoContext]+RestartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview+27": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k507fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Restore-AzDevCenterUserDevBoxSnapshot.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Restore-AzDevCenterUserDevBoxSnapshot.Tests.ps1 new file mode 100644 index 000000000000..ca825575860b --- /dev/null +++ b/src/DevCenter/DevCenterData.AutoRest/test/Restore-AzDevCenterUserDevBoxSnapshot.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Restore-AzDevCenterUserDevBoxSnapshot')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Restore-AzDevCenterUserDevBoxSnapshot.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 'Restore-AzDevCenterUserDevBoxSnapshot' { + It 'Restore' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RestoreViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Set-AzDevCenterUserEnvironment.Tests.ps1 b/src/DevCenter/DevCenterData.AutoRest/test/Set-AzDevCenterUserDevBoxActiveHour.Tests.ps1 similarity index 82% rename from src/DevCenter/DevCenterData.AutoRest/test/Set-AzDevCenterUserEnvironment.Tests.ps1 rename to src/DevCenter/DevCenterData.AutoRest/test/Set-AzDevCenterUserDevBoxActiveHour.Tests.ps1 index bbbc048ad5b5..2f0e2b7f52bc 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Set-AzDevCenterUserEnvironment.Tests.ps1 +++ b/src/DevCenter/DevCenterData.AutoRest/test/Set-AzDevCenterUserDevBoxActiveHour.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Set-AzDevCenterUserEnvironment')) +if(($null -eq $TestName) -or ($TestName -contains 'Set-AzDevCenterUserDevBoxActiveHour')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Set-AzDevCenterUserEnvironment.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Set-AzDevCenterUserDevBoxActiveHour.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 'Set-AzDevCenterUserEnvironmen . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Set-AzDevCenterUserEnvironment' { - It 'ReplaceExpanded' -skip { +Describe 'Set-AzDevCenterUserDevBoxActiveHour' { + It 'SetExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } - It 'Replace' -skip { + It 'Set' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } } diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Skip-AzDevCenterUserDevBoxAction.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Skip-AzDevCenterUserDevBoxAction.Recording.json index aa2381952e2d..1ee8f46276fa 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Skip-AzDevCenterUserDevBoxAction.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Skip-AzDevCenterUserDevBoxAction.Recording.json @@ -1,8 +1,8 @@ { - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default?api-version=2024-05-01-preview+1": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -72,10 +72,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default:skip?api-version=2024-05-01-preview+2": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default:skip?api-version=2025-04-01-preview+2": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default:skip?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default:skip?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -138,10 +138,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default?api-version=2024-05-01-preview+3": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -211,10 +211,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default?api-version=2024-05-01-preview+4": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -284,10 +284,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default:skip?api-version=2024-05-01-preview+5": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default:skip?api-version=2025-04-01-preview+5": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default:skip?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default:skip?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -350,10 +350,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default?api-version=2024-05-01-preview+6": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -423,10 +423,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default?api-version=2024-05-01-preview+1": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default?api-version=2025-04-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -496,10 +496,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default:skip?api-version=2024-05-01-preview+2": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default:skip?api-version=2025-04-01-preview+2": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default:skip?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default:skip?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -562,10 +562,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default?api-version=2024-05-01-preview+3": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default?api-version=2025-04-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -635,10 +635,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default?api-version=2024-05-01-preview+4": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default?api-version=2025-04-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -708,10 +708,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default:skip?api-version=2024-05-01-preview+5": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default:skip?api-version=2025-04-01-preview+5": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default:skip?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default:skip?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -774,10 +774,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default?api-version=2024-05-01-preview+6": { + "Skip-AzDevCenterUserDevBoxAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3/actions/schedule-default?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Skip-AzDevCenterUserEnvironmentAction.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Skip-AzDevCenterUserEnvironmentAction.Recording.json index 6cad6df68d28..c1b35079664a 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Skip-AzDevCenterUserEnvironmentAction.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Skip-AzDevCenterUserEnvironmentAction.Recording.json @@ -1,8 +1,8 @@ { - "Skip-AzDevCenterUserEnvironmentAction+[NoContext]+Skip+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete:skip?api-version=2024-05-01-preview+1": { + "Skip-AzDevCenterUserEnvironmentAction+[NoContext]+Skip+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete:skip?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete:skip?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions/Delete:skip?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -38,10 +38,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserEnvironmentAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions?api-version=2024-05-01-preview+2": { + "Skip-AzDevCenterUserEnvironmentAction+[NoContext]+Skip+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh/actions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -79,10 +79,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserEnvironmentAction+[NoContext]+SkipViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete:skip?api-version=2024-05-01-preview+1": { + "Skip-AzDevCenterUserEnvironmentAction+[NoContext]+SkipViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete:skip?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete:skip?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions/Delete:skip?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -118,10 +118,10 @@ "isContentBase64": false } }, - "Skip-AzDevCenterUserEnvironmentAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions?api-version=2024-05-01-preview+2": { + "Skip-AzDevCenterUserEnvironmentAction+[NoContext]+SkipViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions?api-version=2025-04-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh2/actions?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Start-AzDevCenterUserDevBox.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Start-AzDevCenterUserDevBox.Recording.json index fb049d317c99..0966f9af27cf 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Start-AzDevCenterUserDevBox.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Start-AzDevCenterUserDevBox.Recording.json @@ -1,8 +1,8 @@ { - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2024-05-01-preview+1": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -22,10 +22,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:25:16 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "003b80f5-86bc-4eea-a76b-169aa2372800" ], "x-ms-client-request-id": [ "c9d14d86-99cd-478e-b100-5a7ae0c31292" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "296" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:26:04.5176440Z" ], @@ -39,10 +39,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -62,11 +62,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:25:46 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "537add1b-57df-4f51-9293-2a5e4bec2bb4" ], "x-ms-client-request-id": [ "c9d14d86-99cd-478e-b100-5a7ae0c31292" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:26:12.5281379Z" ], @@ -80,10 +80,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -103,11 +103,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:26:17 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "903749bb-6d8a-42b9-b0fc-23d994106b82" ], "x-ms-client-request-id": [ "c9d14d86-99cd-478e-b100-5a7ae0c31292" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:27:16.9986692Z" ], @@ -121,10 +121,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -144,11 +144,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:26:47 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3f524693-35ee-41bb-90d9-41e8c2e85529" ], "x-ms-client-request-id": [ "c9d14d86-99cd-478e-b100-5a7ae0c31292" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:27:04.7841607Z" ], @@ -162,10 +162,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -185,11 +185,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:26:47 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "46e5e40f-4d05-45fa-8762-d238e8228bdf" ], "x-ms-client-request-id": [ "c9d14d86-99cd-478e-b100-5a7ae0c31292" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/533c0c3f-e602-402f-82ac-5d007aaf6a7a?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:27:19.7728048Z" ], @@ -203,10 +203,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2024-05-01-preview+6": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2025-04-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -241,10 +241,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2024-05-01-preview+7": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2025-04-01-preview+7": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -264,10 +264,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:26:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "9bf24a93-2c84-4e35-a2f3-6c8f8167042e" ], "x-ms-client-request-id": [ "863a4c12-f234-453a-8f98-e5a045863355" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "296" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:27:04.7841607Z" ], @@ -281,10 +281,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -304,11 +304,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:27:19 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d11dbc39-63d7-41ea-8614-7a060fc9dc93" ], "x-ms-client-request-id": [ "863a4c12-f234-453a-8f98-e5a045863355" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:27:19.7728048Z" ], @@ -322,10 +322,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true+9": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -345,11 +345,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:27:49 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "3c11bd90-8545-4ca5-936e-a9c8d5877277" ], "x-ms-client-request-id": [ "863a4c12-f234-453a-8f98-e5a045863355" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:28:49.7399907Z" ], @@ -363,10 +363,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -386,11 +386,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:28:20 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "ecfe975f-414f-41a1-974a-200ef9e16645" ], "x-ms-client-request-id": [ "863a4c12-f234-453a-8f98-e5a045863355" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:28:24.1511196Z" ], @@ -404,10 +404,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -427,11 +427,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:28:50 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "791502ce-8d8a-423b-83f7-cff8511cea9c" ], "x-ms-client-request-id": [ "863a4c12-f234-453a-8f98-e5a045863355" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:29:50.5950462Z" ], @@ -445,10 +445,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -468,11 +468,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:28:51 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "8ce9a54f-5d7d-4ea5-bed1-29d89720ee7c" ], "x-ms-client-request-id": [ "863a4c12-f234-453a-8f98-e5a045863355" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/f748043f-bbed-48f8-8af0-238ed519dad0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:29:49.7934481Z" ], @@ -486,10 +486,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2024-05-01-preview+13": { + "Start-AzDevCenterUserDevBox+[NoContext]+Start+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2025-04-01-preview+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -524,10 +524,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2024-05-01-preview+1": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -547,10 +547,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:28:51 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "3fe76762-d50e-40a8-b3ce-79c1e16f6bc0" ], "x-ms-client-request-id": [ "b55a21f3-e338-481d-afc4-16fba6d95116" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:29:50.5950462Z" ], @@ -564,10 +564,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -587,11 +587,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:29:21 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "7a2da7d5-f3a0-4650-bf9b-814c10a8608c" ], "x-ms-client-request-id": [ "b55a21f3-e338-481d-afc4-16fba6d95116" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "296" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:29:51.0892414Z" ], @@ -605,10 +605,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -628,11 +628,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:29:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9ea23e16-f97b-44d7-ae49-a73ba8558978" ], "x-ms-client-request-id": [ "b55a21f3-e338-481d-afc4-16fba6d95116" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:30:52.0008408Z" ], @@ -646,10 +646,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -669,11 +669,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:30:22 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "9e593954-f05a-4b73-90e5-8cbb10972f05" ], "x-ms-client-request-id": [ "b55a21f3-e338-481d-afc4-16fba6d95116" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:30:54.1381530Z" ], @@ -687,10 +687,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -710,11 +710,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:30:52 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "15e3b23c-fc0f-4da2-899d-0abfcaeb5d37" ], "x-ms-client-request-id": [ "b55a21f3-e338-481d-afc4-16fba6d95116" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:31:48.1157921Z" ], @@ -728,10 +728,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -751,11 +751,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:31:23 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "38229124-bfea-4965-868f-373d539428ad" ], "x-ms-client-request-id": [ "b55a21f3-e338-481d-afc4-16fba6d95116" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:31:54.1302186Z" ], @@ -769,10 +769,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -792,11 +792,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:31:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "1b832ea2-d132-46e4-8224-c7b3a161152e" ], "x-ms-client-request-id": [ "b55a21f3-e338-481d-afc4-16fba6d95116" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:32:53.2301260Z" ], @@ -810,10 +810,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true+8": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -833,11 +833,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:31:53 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "65beea2f-8c4a-40a8-bec8-e5455d13df84" ], "x-ms-client-request-id": [ "b55a21f3-e338-481d-afc4-16fba6d95116" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/e2bc01a7-8547-41a7-a1d6-fa579116d6cb?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:31:54.1302186Z" ], @@ -851,10 +851,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2024-05-01-preview+9": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2025-04-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -889,10 +889,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2024-05-01-preview+10": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2025-04-01-preview+10": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd:start?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -912,10 +912,10 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:31:55 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "b8522cc8-3c5e-4189-80fa-dd74c9d860e8" ], "x-ms-client-request-id": [ "5292a2fa-354c-4de0-babc-4eab17d0fcab" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "297" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:32:53.2301260Z" ], @@ -929,10 +929,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -952,11 +952,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:32:25 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "c6c862a7-19f8-406b-9f74-67dd4d6dff46" ], "x-ms-client-request-id": [ "5292a2fa-354c-4de0-babc-4eab17d0fcab" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "298" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:33:01.2786528Z" ], @@ -970,10 +970,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -993,11 +993,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:32:56 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "d4bbbc76-74b3-41b0-bbcf-de29c896c432" ], "x-ms-client-request-id": [ "5292a2fa-354c-4de0-babc-4eab17d0fcab" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:33:55.9042465Z" ], @@ -1011,10 +1011,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1034,11 +1034,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:33:26 GMT" ], "Connection": [ "keep-alive" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "e51ac04d-b475-4a68-a80c-91516ed95061" ], "x-ms-client-request-id": [ "5292a2fa-354c-4de0-babc-4eab17d0fcab" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:34:26.3319842Z" ], @@ -1052,10 +1052,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true+14": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1075,11 +1075,11 @@ "Headers": { "Date": [ "Fri, 28 Jul 2023 16:33:26 GMT" ], "Connection": [ "close" ], - "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview\u0026monitor=true" ], + "Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" ], "x-ms-correlation-request-id": [ "15e7504a-16b9-415f-afe0-6d15e7329fcc" ], "x-ms-client-request-id": [ "5292a2fa-354c-4de0-babc-4eab17d0fcab" ], - "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2024-05-01-preview" ], + "Operation-Location": [ "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/1386e748-5186-45d8-a02c-d59048a5ff4f?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" ], "X-Rate-Limit-Remaining": [ "299" ], "X-Rate-Limit-Reset": [ "2023-07-28T16:34:26.6729785Z" ], @@ -1093,10 +1093,10 @@ "isContentBase64": false } }, - "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2024-05-01-preview+15": { + "Start-AzDevCenterUserDevBox+[NoContext]+StartViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2025-04-01-preview+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/k607fd?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Stop-AzDevCenterUserDevBox.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Stop-AzDevCenterUserDevBox.Recording.json index e2844529348d..7596a0a21d16 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Stop-AzDevCenterUserDevBox.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Stop-AzDevCenterUserDevBox.Recording.json @@ -1,8 +1,8 @@ { - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1:stop?api-version=2024-05-01-preview+1": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1:stop?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1:stop?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1:stop?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -42,7 +42,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "9fd138d8-1edd-49cf-93ff-feb191fa0e19" @@ -51,7 +51,7 @@ "bb3ed875-c2c1-4011-9113-8ccba64ad256" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -78,10 +78,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -121,7 +121,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -133,7 +133,7 @@ "bb3ed875-c2c1-4011-9113-8ccba64ad256" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -160,10 +160,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -203,7 +203,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -215,7 +215,7 @@ "bb3ed875-c2c1-4011-9113-8ccba64ad256" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -242,10 +242,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -285,7 +285,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -297,7 +297,7 @@ "bb3ed875-c2c1-4011-9113-8ccba64ad256" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -324,10 +324,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -367,7 +367,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -379,7 +379,7 @@ "bb3ed875-c2c1-4011-9113-8ccba64ad256" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -406,10 +406,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -449,7 +449,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -461,7 +461,7 @@ "bb3ed875-c2c1-4011-9113-8ccba64ad256" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -488,10 +488,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -531,7 +531,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -543,7 +543,7 @@ "bb3ed875-c2c1-4011-9113-8ccba64ad256" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/43d327a1-1358-4950-ac3a-b686ed20847d?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -570,10 +570,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2024-05-01-preview+8": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox1?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -643,10 +643,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2:stop?api-version=2024-05-01-preview+9": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2:stop?api-version=2025-04-01-preview+9": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2:stop?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2:stop?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -686,7 +686,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "c4e1139c-cde7-482b-9daf-9cf7430e8810" @@ -695,7 +695,7 @@ "9f36a26f-bf7c-447f-ba04-ceb5dd9882b8" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -722,10 +722,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -765,7 +765,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -777,7 +777,7 @@ "9f36a26f-bf7c-447f-ba04-ceb5dd9882b8" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -804,10 +804,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -847,7 +847,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -859,7 +859,7 @@ "9f36a26f-bf7c-447f-ba04-ceb5dd9882b8" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -886,10 +886,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -929,7 +929,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -941,7 +941,7 @@ "9f36a26f-bf7c-447f-ba04-ceb5dd9882b8" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -968,10 +968,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1011,7 +1011,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -1023,7 +1023,7 @@ "9f36a26f-bf7c-447f-ba04-ceb5dd9882b8" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1050,10 +1050,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true+14": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1093,7 +1093,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -1105,7 +1105,7 @@ "9f36a26f-bf7c-447f-ba04-ceb5dd9882b8" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/6763cc55-5438-4100-9c92-2a584d5d2742?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1132,10 +1132,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2024-05-01-preview+15": { + "Stop-AzDevCenterUserDevBox+[NoContext]+Stop+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2025-04-01-preview+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox2?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1205,10 +1205,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3:stop?api-version=2024-05-01-preview+1": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3:stop?api-version=2025-04-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3:stop?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3:stop?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1248,7 +1248,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "019ce617-b24b-444e-ad73-d32601bc07f8" @@ -1257,7 +1257,7 @@ "2085e207-16cb-44af-b620-58e1be109019" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1284,10 +1284,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true+2": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true+2": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1327,7 +1327,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -1339,7 +1339,7 @@ "2085e207-16cb-44af-b620-58e1be109019" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1366,10 +1366,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true+3": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true+3": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1409,7 +1409,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -1421,7 +1421,7 @@ "2085e207-16cb-44af-b620-58e1be109019" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1448,10 +1448,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true+4": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true+4": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1491,7 +1491,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -1503,7 +1503,7 @@ "2085e207-16cb-44af-b620-58e1be109019" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1530,10 +1530,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true+5": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true+5": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1573,7 +1573,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -1585,7 +1585,7 @@ "2085e207-16cb-44af-b620-58e1be109019" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1612,10 +1612,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true+6": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true+6": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1655,7 +1655,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -1667,7 +1667,7 @@ "2085e207-16cb-44af-b620-58e1be109019" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1694,10 +1694,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true+7": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true+7": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1737,7 +1737,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -1749,7 +1749,7 @@ "2085e207-16cb-44af-b620-58e1be109019" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/ca745408-3274-491d-bad3-9cb144299c79?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1776,10 +1776,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2024-05-01-preview+8": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2025-04-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox3?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1849,10 +1849,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4:stop?api-version=2024-05-01-preview+9": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$POST+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4:stop?api-version=2025-04-01-preview+9": { "Request": { "Method": "POST", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4:stop?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4:stop?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { @@ -1892,7 +1892,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "x-ms-correlation-request-id": [ "a873793b-134e-4305-b0d9-d43802cdc058" @@ -1901,7 +1901,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -1928,10 +1928,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+10": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+10": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -1971,7 +1971,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -1983,7 +1983,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2010,10 +2010,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+11": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+11": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2053,7 +2053,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2065,7 +2065,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2092,10 +2092,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+12": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+12": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2135,7 +2135,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2147,7 +2147,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2174,10 +2174,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+13": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+13": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2217,7 +2217,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2229,7 +2229,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2256,10 +2256,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+14": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+14": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2299,7 +2299,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2311,7 +2311,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2338,10 +2338,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+15": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2381,7 +2381,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2393,7 +2393,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2420,10 +2420,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+16": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+16": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2463,7 +2463,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2475,7 +2475,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2502,10 +2502,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+17": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+17": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2545,7 +2545,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2557,7 +2557,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2584,10 +2584,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+18": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+18": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2627,7 +2627,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2639,7 +2639,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2666,10 +2666,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+19": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+19": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2709,7 +2709,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2721,7 +2721,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2748,10 +2748,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+20": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+20": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2791,7 +2791,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2803,7 +2803,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2830,10 +2830,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+21": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+21": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2873,7 +2873,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2885,7 +2885,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2912,10 +2912,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+22": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+22": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -2955,7 +2955,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -2967,7 +2967,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -2994,10 +2994,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+23": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+23": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3037,7 +3037,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3049,7 +3049,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3076,10 +3076,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+24": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+24": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3119,7 +3119,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3131,7 +3131,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3158,10 +3158,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+25": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+25": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3201,7 +3201,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3213,7 +3213,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3240,10 +3240,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+26": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+26": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3283,7 +3283,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3295,7 +3295,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3322,10 +3322,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+27": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+27": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3365,7 +3365,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3377,7 +3377,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3404,10 +3404,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+28": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+28": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3447,7 +3447,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3459,7 +3459,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3486,10 +3486,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+29": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+29": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3529,7 +3529,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3541,7 +3541,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3568,10 +3568,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+30": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+30": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3611,7 +3611,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3623,7 +3623,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3650,10 +3650,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+31": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+31": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3693,7 +3693,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3705,7 +3705,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3732,10 +3732,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+32": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+32": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3775,7 +3775,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3787,7 +3787,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3814,10 +3814,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+33": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+33": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3857,7 +3857,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3869,7 +3869,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3896,10 +3896,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+34": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+34": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -3939,7 +3939,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -3951,7 +3951,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -3978,10 +3978,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+35": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+35": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4021,7 +4021,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4033,7 +4033,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4060,10 +4060,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+36": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+36": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4103,7 +4103,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4115,7 +4115,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4142,10 +4142,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+37": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+37": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4185,7 +4185,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4197,7 +4197,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4224,10 +4224,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+38": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+38": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4267,7 +4267,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4279,7 +4279,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4306,10 +4306,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+39": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+39": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4349,7 +4349,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4361,7 +4361,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4388,10 +4388,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+40": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+40": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4431,7 +4431,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4443,7 +4443,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4470,10 +4470,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+41": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+41": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4513,7 +4513,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4525,7 +4525,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4552,10 +4552,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+42": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+42": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4595,7 +4595,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4607,7 +4607,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4634,10 +4634,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+43": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+43": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4677,7 +4677,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4689,7 +4689,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4716,10 +4716,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+44": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+44": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4759,7 +4759,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4771,7 +4771,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4798,10 +4798,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+45": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+45": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4841,7 +4841,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4853,7 +4853,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4880,10 +4880,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+46": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+46": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -4923,7 +4923,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -4935,7 +4935,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -4962,10 +4962,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+47": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+47": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5005,7 +5005,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -5017,7 +5017,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -5044,10 +5044,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+48": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+48": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5087,7 +5087,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -5099,7 +5099,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -5126,10 +5126,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+49": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+49": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5169,7 +5169,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -5181,7 +5181,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -5208,10 +5208,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+50": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+50": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5251,7 +5251,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -5263,7 +5263,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -5290,10 +5290,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+51": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+51": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5333,7 +5333,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -5345,7 +5345,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -5372,10 +5372,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+52": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+52": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5415,7 +5415,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -5427,7 +5427,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -5454,10 +5454,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true+53": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true+53": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true", "Content": null, "isContentBase64": false, "Headers": { @@ -5497,7 +5497,7 @@ "keep-alive" ], "Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview\u0026monitor=true" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview\u0026monitor=true" ], "Retry-After": [ "30" @@ -5509,7 +5509,7 @@ "7719a2c2-b2bd-46cc-a209-534bc43c65f5" ], "Operation-Location": [ - "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2024-05-01-preview" + "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshproja68gny/operationstatuses/b6618a82-8c3a-4db7-a016-e2def3db5dc0?api-version=2025-04-01-preview" ], "X-Rate-Limit-Limit": [ "1m" @@ -5536,10 +5536,10 @@ "isContentBase64": false } }, - "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2024-05-01-preview+15": { + "Stop-AzDevCenterUserDevBox+[NoContext]+StopViaIdentity+$GET+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2025-04-01-preview+15": { "Request": { "Method": "GET", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshdc645vnb.canadacentral.devcenter.azure.com/projects/pwshProja68gny/users/me/devboxes/skipDevBox4?api-version=2025-04-01-preview", "Content": null, "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/Update-AzDevCenterUserEnvironment.Recording.json b/src/DevCenter/DevCenterData.AutoRest/test/Update-AzDevCenterUserEnvironment.Recording.json index 3730ec965368..e9e7332b2f02 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/Update-AzDevCenterUserEnvironment.Recording.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/Update-AzDevCenterUserEnvironment.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzDevCenterUserEnvironment+[NoContext]+PatchExpanded+$PATCH+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterUserEnvironment+[NoContext]+PatchExpanded+$PATCH+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh?api-version=2025-04-01-preview", "Content": "{\r\n \"expirationDate\": \"2024-07-12T22:02:04.3117922-07:00\"\r\n}", "isContentBase64": false, "Headers": { @@ -35,10 +35,10 @@ "isContentBase64": false } }, - "Update-AzDevCenterUserEnvironment+[NoContext]+PatchViaIdentityExpanded+$PATCH+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh?api-version=2024-05-01-preview+1": { + "Update-AzDevCenterUserEnvironment+[NoContext]+PatchViaIdentityExpanded+$PATCH+https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh?api-version=2025-04-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh?api-version=2024-05-01-preview", + "RequestUri": "https://003b06c3-d471-4452-9686-9e7f3ca85f0a-pwshtestdevcenter.centraluseuap.devcenter.azure.com/projects/pwshProj3stxlh/users/me/environments/amlim-pwsh?api-version=2025-04-01-preview", "Content": "{\r\n \"expirationDate\": \"2024-08-12T22:02:04.7642679-07:00\"\r\n}", "isContentBase64": false, "Headers": { diff --git a/src/DevCenter/DevCenterData.AutoRest/test/deploymentTemplates/template.json b/src/DevCenter/DevCenterData.AutoRest/test/deploymentTemplates/template.json index 0412477bfb33..c55dfb6acd92 100644 --- a/src/DevCenter/DevCenterData.AutoRest/test/deploymentTemplates/template.json +++ b/src/DevCenter/DevCenterData.AutoRest/test/deploymentTemplates/template.json @@ -126,7 +126,7 @@ { "type": "Microsoft.DevCenter/devcenters", "name": "[parameters('devCenterName')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "identity": { "type": "UserAssigned", @@ -138,7 +138,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'))]", @@ -152,7 +152,7 @@ { "type": "Microsoft.DevCenter/projects", "name": "[parameters('projectName2')]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devCenterId": "[resourceId('Microsoft.DevCenter/devcenters', parameters('devCenterName'))]", @@ -166,7 +166,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')]", @@ -282,7 +282,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')]", @@ -295,7 +295,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'))]" } @@ -304,7 +304,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')]" @@ -319,7 +319,7 @@ { "type": "microsoft.devcenter/devcenters/environmenttypes", "name": "[concat(parameters('devCenterName'), '/', parameters('environmentTypeName'))]", - "apiVersion": "2024-05-01-preview" + "apiVersion": "2025-04-01-preview" } ] } @@ -343,7 +343,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')]", @@ -360,7 +360,7 @@ { "type": "microsoft.devcenter/projects/pools", "name": "[concat(parameters('projectName2'), '/', parameters('poolName2'))]", - "apiVersion": "2024-05-01-preview", + "apiVersion": "2025-04-01-preview", "location": "[parameters('location')]", "properties": { "devBoxDefinitionName": "[parameters('devBoxDefinitionName')]", @@ -377,7 +377,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", @@ -405,7 +405,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", diff --git a/tools/StaticAnalysis/Exceptions/Az.DevCenter/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.DevCenter/BreakingChangeIssues.csv new file mode 100644 index 000000000000..a67e0c2ca07c --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.DevCenter/BreakingChangeIssues.csv @@ -0,0 +1,170 @@ +"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Az.DevCenter","Connect-AzDevCenterAdminCatalog","Connect-AzDevCenterAdminCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Connect-AzDevCenterAdminCatalog","Connect-AzDevCenterAdminCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Connect-AzDevCenterAdminProjectCatalog","Connect-AzDevCenterAdminProjectCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Connect-AzDevCenterAdminProjectCatalog","Connect-AzDevCenterAdminProjectCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminAttachedNetwork","Get-AzDevCenterAdminAttachedNetwork","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminAttachedNetwork","Get-AzDevCenterAdminAttachedNetwork","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminCatalog","Get-AzDevCenterAdminCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminCatalog","Get-AzDevCenterAdminCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminCatalogSyncErrorDetail","Get-AzDevCenterAdminCatalogSyncErrorDetail","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminCatalogSyncErrorDetail","Get-AzDevCenterAdminCatalogSyncErrorDetail","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminCustomizationTask","Get-AzDevCenterAdminCustomizationTask","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminCustomizationTask","Get-AzDevCenterAdminCustomizationTask","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminCustomizationTaskErrorDetail","Get-AzDevCenterAdminCustomizationTaskErrorDetail","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminCustomizationTaskErrorDetail","Get-AzDevCenterAdminCustomizationTaskErrorDetail","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminDevBoxDefinition","Get-AzDevCenterAdminDevBoxDefinition","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminDevBoxDefinition","Get-AzDevCenterAdminDevBoxDefinition","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminDevCenter","Get-AzDevCenterAdminDevCenter","0","3010","The property 'PlanId' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter' has been removed.","Add the property 'PlanId' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter'." +"Az.DevCenter","Get-AzDevCenterAdminDevCenter","Get-AzDevCenterAdminDevCenter","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminDevCenter","Get-AzDevCenterAdminDevCenter","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminEnvironmentDefinition","Get-AzDevCenterAdminEnvironmentDefinition","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminEnvironmentDefinition","Get-AzDevCenterAdminEnvironmentDefinition","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail","Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail","Get-AzDevCenterAdminEnvironmentDefinitionErrorDetail","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminEnvironmentType","Get-AzDevCenterAdminEnvironmentType","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminEnvironmentType","Get-AzDevCenterAdminEnvironmentType","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminGallery","Get-AzDevCenterAdminGallery","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminGallery","Get-AzDevCenterAdminGallery","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminImage","Get-AzDevCenterAdminImage","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminImage","Get-AzDevCenterAdminImage","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminImageVersion","Get-AzDevCenterAdminImageVersion","0","1060","The parameter set 'List' for cmdlet 'Get-AzDevCenterAdminImageVersion' is no longer the default parameter set.","Change the default parameter for cmdlet 'Get-AzDevCenterAdminImageVersion' back to 'List'." +"Az.DevCenter","Get-AzDevCenterAdminImageVersion","Get-AzDevCenterAdminImageVersion","0","1060","The parameter set 'List' for cmdlet 'Get-AzDevCenterAdminImageVersion' is no longer the default parameter set.","Change the default parameter for cmdlet 'Get-AzDevCenterAdminImageVersion' back to 'List'." +"Az.DevCenter","Get-AzDevCenterAdminImageVersion","Get-AzDevCenterAdminImageVersion","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminImageVersion","Get-AzDevCenterAdminImageVersion","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminNetworkConnection","Get-AzDevCenterAdminNetworkConnection","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminNetworkConnection","Get-AzDevCenterAdminNetworkConnection","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminNetworkConnectionHealthDetail","Get-AzDevCenterAdminNetworkConnectionHealthDetail","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminNetworkConnectionHealthDetail","Get-AzDevCenterAdminNetworkConnectionHealthDetail","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminOperationStatus","Get-AzDevCenterAdminOperationStatus","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminOperationStatus","Get-AzDevCenterAdminOperationStatus","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminPlan","Get-AzDevCenterAdminPlan","0","1000","The cmdlet 'Get-AzDevCenterAdminPlan' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzDevCenterAdminPlan' back to the module, or add an alias to the original cmdlet name." +"Az.DevCenter","Get-AzDevCenterAdminPlanMember","Get-AzDevCenterAdminPlanMember","0","1000","The cmdlet 'Get-AzDevCenterAdminPlanMember' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzDevCenterAdminPlanMember' back to the module, or add an alias to the original cmdlet name." +"Az.DevCenter","Get-AzDevCenterAdminPool","Get-AzDevCenterAdminPool","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminPool","Get-AzDevCenterAdminPool","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProject","Get-AzDevCenterAdminProject","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProject","Get-AzDevCenterAdminProject","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectAllowedEnvironmentType","Get-AzDevCenterAdminProjectAllowedEnvironmentType","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectAllowedEnvironmentType","Get-AzDevCenterAdminProjectAllowedEnvironmentType","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectCatalog","Get-AzDevCenterAdminProjectCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectCatalog","Get-AzDevCenterAdminProjectCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectCatalogSyncErrorDetail","Get-AzDevCenterAdminProjectCatalogSyncErrorDetail","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectCatalogSyncErrorDetail","Get-AzDevCenterAdminProjectCatalogSyncErrorDetail","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectEnvironmentDefinition","Get-AzDevCenterAdminProjectEnvironmentDefinition","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectEnvironmentDefinition","Get-AzDevCenterAdminProjectEnvironmentDefinition","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail","Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail","Get-AzDevCenterAdminProjectEnvironmentDefinitionErrorDetail","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectEnvironmentType","Get-AzDevCenterAdminProjectEnvironmentType","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectEnvironmentType","Get-AzDevCenterAdminProjectEnvironmentType","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectInheritedSetting","Get-AzDevCenterAdminProjectInheritedSetting","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminProjectInheritedSetting","Get-AzDevCenterAdminProjectInheritedSetting","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminSchedule","Get-AzDevCenterAdminSchedule","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Get-AzDevCenterAdminSchedule","Get-AzDevCenterAdminSchedule","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Invoke-AzDevCenterAdminExecuteCheckNameAvailability","Invoke-AzDevCenterAdminExecuteCheckNameAvailability","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Invoke-AzDevCenterAdminExecuteCheckNameAvailability","Invoke-AzDevCenterAdminExecuteCheckNameAvailability","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability","Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability","Invoke-AzDevCenterAdminExecuteCheckScopedNameAvailability","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminAttachedNetwork","New-AzDevCenterAdminAttachedNetwork","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminAttachedNetwork","New-AzDevCenterAdminAttachedNetwork","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminCatalog","New-AzDevCenterAdminCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminCatalog","New-AzDevCenterAdminCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminDevBoxDefinition","New-AzDevCenterAdminDevBoxDefinition","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminDevBoxDefinition","New-AzDevCenterAdminDevBoxDefinition","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminDevCenter","New-AzDevCenterAdminDevCenter","0","3010","The property 'PlanId' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter' has been removed.","Add the property 'PlanId' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter'." +"Az.DevCenter","New-AzDevCenterAdminDevCenter","New-AzDevCenterAdminDevCenter","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminDevCenter","New-AzDevCenterAdminDevCenter","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminDevCenter","New-AzDevCenterAdminDevCenter","0","2000","The cmdlet 'New-AzDevCenterAdminDevCenter' no longer supports the parameter 'PlanId' and no alias was found for the original parameter name.","Add the parameter 'PlanId' back to the cmdlet 'New-AzDevCenterAdminDevCenter', or add an alias to the original parameter name." +"Az.DevCenter","New-AzDevCenterAdminDevCenter","New-AzDevCenterAdminDevCenter","0","1050","The parameter set 'CreateExpanded' for cmdlet 'New-AzDevCenterAdminDevCenter' has been removed.","Add parameter set 'CreateExpanded' back to cmdlet 'New-AzDevCenterAdminDevCenter'." +"Az.DevCenter","New-AzDevCenterAdminDevCenter","New-AzDevCenterAdminDevCenter","0","1050","The parameter set 'CreateViaIdentityExpanded' for cmdlet 'New-AzDevCenterAdminDevCenter' has been removed.","Add parameter set 'CreateViaIdentityExpanded' back to cmdlet 'New-AzDevCenterAdminDevCenter'." +"Az.DevCenter","New-AzDevCenterAdminDevCenter","New-AzDevCenterAdminDevCenter","0","1050","The parameter set '__AllParameterSets' for cmdlet 'New-AzDevCenterAdminDevCenter' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'New-AzDevCenterAdminDevCenter'." +"Az.DevCenter","New-AzDevCenterAdminEnvironmentType","New-AzDevCenterAdminEnvironmentType","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminEnvironmentType","New-AzDevCenterAdminEnvironmentType","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminGallery","New-AzDevCenterAdminGallery","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminGallery","New-AzDevCenterAdminGallery","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminNetworkConnection","New-AzDevCenterAdminNetworkConnection","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminNetworkConnection","New-AzDevCenterAdminNetworkConnection","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminPlan","New-AzDevCenterAdminPlan","0","1000","The cmdlet 'New-AzDevCenterAdminPlan' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzDevCenterAdminPlan' back to the module, or add an alias to the original cmdlet name." +"Az.DevCenter","New-AzDevCenterAdminPlanMember","New-AzDevCenterAdminPlanMember","0","1000","The cmdlet 'New-AzDevCenterAdminPlanMember' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzDevCenterAdminPlanMember' back to the module, or add an alias to the original cmdlet name." +"Az.DevCenter","New-AzDevCenterAdminPool","New-AzDevCenterAdminPool","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminPool","New-AzDevCenterAdminPool","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminProject","New-AzDevCenterAdminProject","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminProject","New-AzDevCenterAdminProject","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminProjectCatalog","New-AzDevCenterAdminProjectCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminProjectCatalog","New-AzDevCenterAdminProjectCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminProjectEnvironmentType","New-AzDevCenterAdminProjectEnvironmentType","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminProjectEnvironmentType","New-AzDevCenterAdminProjectEnvironmentType","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminSchedule","New-AzDevCenterAdminSchedule","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterAdminSchedule","New-AzDevCenterAdminSchedule","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminAttachedNetwork","Remove-AzDevCenterAdminAttachedNetwork","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminAttachedNetwork","Remove-AzDevCenterAdminAttachedNetwork","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminCatalog","Remove-AzDevCenterAdminCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminCatalog","Remove-AzDevCenterAdminCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminDevBoxDefinition","Remove-AzDevCenterAdminDevBoxDefinition","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminDevBoxDefinition","Remove-AzDevCenterAdminDevBoxDefinition","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminDevCenter","Remove-AzDevCenterAdminDevCenter","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminDevCenter","Remove-AzDevCenterAdminDevCenter","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminEnvironmentType","Remove-AzDevCenterAdminEnvironmentType","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminEnvironmentType","Remove-AzDevCenterAdminEnvironmentType","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminGallery","Remove-AzDevCenterAdminGallery","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminGallery","Remove-AzDevCenterAdminGallery","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminNetworkConnection","Remove-AzDevCenterAdminNetworkConnection","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminNetworkConnection","Remove-AzDevCenterAdminNetworkConnection","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminPlan","Remove-AzDevCenterAdminPlan","0","1000","The cmdlet 'Remove-AzDevCenterAdminPlan' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzDevCenterAdminPlan' back to the module, or add an alias to the original cmdlet name." +"Az.DevCenter","Remove-AzDevCenterAdminPlanMember","Remove-AzDevCenterAdminPlanMember","0","1000","The cmdlet 'Remove-AzDevCenterAdminPlanMember' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzDevCenterAdminPlanMember' back to the module, or add an alias to the original cmdlet name." +"Az.DevCenter","Remove-AzDevCenterAdminPool","Remove-AzDevCenterAdminPool","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminPool","Remove-AzDevCenterAdminPool","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminProject","Remove-AzDevCenterAdminProject","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminProject","Remove-AzDevCenterAdminProject","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminProjectCatalog","Remove-AzDevCenterAdminProjectCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminProjectCatalog","Remove-AzDevCenterAdminProjectCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminProjectEnvironmentType","Remove-AzDevCenterAdminProjectEnvironmentType","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminProjectEnvironmentType","Remove-AzDevCenterAdminProjectEnvironmentType","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminSchedule","Remove-AzDevCenterAdminSchedule","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Remove-AzDevCenterAdminSchedule","Remove-AzDevCenterAdminSchedule","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Start-AzDevCenterAdminNetworkConnectionHealthCheck","Start-AzDevCenterAdminNetworkConnectionHealthCheck","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Start-AzDevCenterAdminNetworkConnectionHealthCheck","Start-AzDevCenterAdminNetworkConnectionHealthCheck","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Start-AzDevCenterAdminPoolHealthCheck","Start-AzDevCenterAdminPoolHealthCheck","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Start-AzDevCenterAdminPoolHealthCheck","Start-AzDevCenterAdminPoolHealthCheck","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Sync-AzDevCenterAdminCatalog","Sync-AzDevCenterAdminCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Sync-AzDevCenterAdminCatalog","Sync-AzDevCenterAdminCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Sync-AzDevCenterAdminProjectCatalog","Sync-AzDevCenterAdminProjectCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Sync-AzDevCenterAdminProjectCatalog","Sync-AzDevCenterAdminProjectCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminCatalog","Update-AzDevCenterAdminCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminCatalog","Update-AzDevCenterAdminCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminDevBoxDefinition","Update-AzDevCenterAdminDevBoxDefinition","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminDevBoxDefinition","Update-AzDevCenterAdminDevBoxDefinition","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminDevCenter","Update-AzDevCenterAdminDevCenter","0","3010","The property 'PlanId' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter' has been removed.","Add the property 'PlanId' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenter'." +"Az.DevCenter","Update-AzDevCenterAdminDevCenter","Update-AzDevCenterAdminDevCenter","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminDevCenter","Update-AzDevCenterAdminDevCenter","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminDevCenter","Update-AzDevCenterAdminDevCenter","0","2000","The cmdlet 'Update-AzDevCenterAdminDevCenter' no longer supports the parameter 'PlanId' and no alias was found for the original parameter name.","Add the parameter 'PlanId' back to the cmdlet 'Update-AzDevCenterAdminDevCenter', or add an alias to the original parameter name." +"Az.DevCenter","Update-AzDevCenterAdminDevCenter","Update-AzDevCenterAdminDevCenter","0","1050","The parameter set 'UpdateExpanded' for cmdlet 'Update-AzDevCenterAdminDevCenter' has been removed.","Add parameter set 'UpdateExpanded' back to cmdlet 'Update-AzDevCenterAdminDevCenter'." +"Az.DevCenter","Update-AzDevCenterAdminDevCenter","Update-AzDevCenterAdminDevCenter","0","1050","The parameter set 'UpdateViaIdentityExpanded' for cmdlet 'Update-AzDevCenterAdminDevCenter' has been removed.","Add parameter set 'UpdateViaIdentityExpanded' back to cmdlet 'Update-AzDevCenterAdminDevCenter'." +"Az.DevCenter","Update-AzDevCenterAdminDevCenter","Update-AzDevCenterAdminDevCenter","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Update-AzDevCenterAdminDevCenter' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzDevCenterAdminDevCenter'." +"Az.DevCenter","Update-AzDevCenterAdminEnvironmentType","Update-AzDevCenterAdminEnvironmentType","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminEnvironmentType","Update-AzDevCenterAdminEnvironmentType","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminNetworkConnection","Update-AzDevCenterAdminNetworkConnection","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminNetworkConnection","Update-AzDevCenterAdminNetworkConnection","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminPlan","Update-AzDevCenterAdminPlan","0","1000","The cmdlet 'Update-AzDevCenterAdminPlan' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Update-AzDevCenterAdminPlan' back to the module, or add an alias to the original cmdlet name." +"Az.DevCenter","Update-AzDevCenterAdminPlanMember","Update-AzDevCenterAdminPlanMember","0","1000","The cmdlet 'Update-AzDevCenterAdminPlanMember' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Update-AzDevCenterAdminPlanMember' back to the module, or add an alias to the original cmdlet name." +"Az.DevCenter","Update-AzDevCenterAdminPool","Update-AzDevCenterAdminPool","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminPool","Update-AzDevCenterAdminPool","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminProject","Update-AzDevCenterAdminProject","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminProject","Update-AzDevCenterAdminProject","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminProjectCatalog","Update-AzDevCenterAdminProjectCatalog","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminProjectCatalog","Update-AzDevCenterAdminProjectCatalog","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminProjectEnvironmentType","Update-AzDevCenterAdminProjectEnvironmentType","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminProjectEnvironmentType","Update-AzDevCenterAdminProjectEnvironmentType","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminSchedule","Update-AzDevCenterAdminSchedule","0","3010","The property 'PlanName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'PlanName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","Update-AzDevCenterAdminSchedule","Update-AzDevCenterAdminSchedule","0","3010","The property 'MemberName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity' has been removed.","Add the property 'MemberName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.IDevCenterIdentity'." +"Az.DevCenter","New-AzDevCenterUserDevBox","New-AzDevCenterUserDevBox","0","2000","The cmdlet 'New-AzDevCenterUserDevBox' no longer supports the parameter 'LocalAdministrator' and no alias was found for the original parameter name.","Add the parameter 'LocalAdministrator' back to the cmdlet 'New-AzDevCenterUserDevBox', or add an alias to the original parameter name." +"Az.DevCenter","New-AzDevCenterUserDevBox","New-AzDevCenterUserDevBox","0","1050","The parameter set 'CreateViaIdentityExpanded' for cmdlet 'New-AzDevCenterUserDevBox' has been removed.","Add parameter set 'CreateViaIdentityExpanded' back to cmdlet 'New-AzDevCenterUserDevBox'." +"Az.DevCenter","New-AzDevCenterUserDevBox","New-AzDevCenterUserDevBox","0","1050","The parameter set 'CreateExpanded' for cmdlet 'New-AzDevCenterUserDevBox' has been removed.","Add parameter set 'CreateExpanded' back to cmdlet 'New-AzDevCenterUserDevBox'." +"Az.DevCenter","New-AzDevCenterUserDevBox","New-AzDevCenterUserDevBox","0","1050","The parameter set 'CreateViaIdentityExpandedByDevCenter' for cmdlet 'New-AzDevCenterUserDevBox' has been removed.","Add parameter set 'CreateViaIdentityExpandedByDevCenter' back to cmdlet 'New-AzDevCenterUserDevBox'." +"Az.DevCenter","New-AzDevCenterUserDevBox","New-AzDevCenterUserDevBox","0","1050","The parameter set 'CreateExpandedByDevCenter' for cmdlet 'New-AzDevCenterUserDevBox' has been removed.","Add parameter set 'CreateExpandedByDevCenter' back to cmdlet 'New-AzDevCenterUserDevBox'." +"Az.DevCenter","New-AzDevCenterUserDevBox","New-AzDevCenterUserDevBox","0","1050","The parameter set '__AllParameterSets' for cmdlet 'New-AzDevCenterUserDevBox' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'New-AzDevCenterUserDevBox'." +"Az.DevCenter","Remove-AzDevCenterUserDevBox","Remove-AzDevCenterUserDevBox","0","3000","The type of property 'Property' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny' to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IOperationStatusProperties'.","Change the type of property 'Property' back to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny'." +"Az.DevCenter","Remove-AzDevCenterUserEnvironment","Remove-AzDevCenterUserEnvironment","0","3000","The type of property 'Property' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny' to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IOperationStatusProperties'.","Change the type of property 'Property' back to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny'." +"Az.DevCenter","Repair-AzDevCenterUserDevBox","Repair-AzDevCenterUserDevBox","0","3000","The type of property 'Property' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny' to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IOperationStatusProperties'.","Change the type of property 'Property' back to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny'." +"Az.DevCenter","Restart-AzDevCenterUserDevBox","Restart-AzDevCenterUserDevBox","0","3000","The type of property 'Property' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny' to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IOperationStatusProperties'.","Change the type of property 'Property' back to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny'." +"Az.DevCenter","Start-AzDevCenterUserDevBox","Start-AzDevCenterUserDevBox","0","3000","The type of property 'Property' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny' to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IOperationStatusProperties'.","Change the type of property 'Property' back to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny'." +"Az.DevCenter","Stop-AzDevCenterUserDevBox","Stop-AzDevCenterUserDevBox","0","3000","The type of property 'Property' of type 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IOperationStatus' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny' to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IOperationStatusProperties'.","Change the type of property 'Property' back to 'Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IAny'." \ No newline at end of file