diff --git a/src/spring/HISTORY.md b/src/spring/HISTORY.md index 0280d94d553..5e4d52dc0fa 100644 --- a/src/spring/HISTORY.md +++ b/src/spring/HISTORY.md @@ -1,5 +1,9 @@ Release History =============== +1.28.5 +--- +* Update Application Insight SDK. + 1.28.4 --- * Fix regression issue caused by the SDK change. diff --git a/src/spring/azext_spring/apm.py b/src/spring/azext_spring/apm.py index e537ea33982..f6075977f2d 100644 --- a/src/spring/azext_spring/apm.py +++ b/src/spring/azext_spring/apm.py @@ -8,13 +8,13 @@ from azure.cli.core.commands.client_factory import get_mgmt_service_client from azure.cli.core.util import sdk_no_wait from azure.core.exceptions import ResourceNotFoundError -from azure.mgmt.applicationinsights import ApplicationInsightsManagementClient from knack.log import get_logger from azure.mgmt.core.tools import parse_resource_id, is_valid_resource_id from ._utils import get_portal_uri from .custom import try_create_application_insights from .vendored_sdks.appplatform.v2024_05_01_preview import models +from .vendored_sdks.applicationinsights import ApplicationInsightsManagementClient logger = get_logger(__name__) DEFAULT_APM_NAME = "default" diff --git a/src/spring/azext_spring/buildpack_binding.py b/src/spring/azext_spring/buildpack_binding.py index 7d0724cf99e..4465723b2b3 100644 --- a/src/spring/azext_spring/buildpack_binding.py +++ b/src/spring/azext_spring/buildpack_binding.py @@ -11,7 +11,7 @@ from azure.mgmt.core.tools import parse_resource_id, is_valid_resource_id from azure.cli.core.commands.client_factory import get_mgmt_service_client from azure.cli.core.azclierror import InvalidArgumentValueError -from azure.mgmt.applicationinsights import ApplicationInsightsManagementClient +from .vendored_sdks.applicationinsights import ApplicationInsightsManagementClient from azure.core.exceptions import ResourceNotFoundError from knack.log import get_logger diff --git a/src/spring/azext_spring/custom.py b/src/spring/azext_spring/custom.py index 9be7e2094dd..555731bc613 100644 --- a/src/spring/azext_spring/custom.py +++ b/src/spring/azext_spring/custom.py @@ -30,7 +30,7 @@ from azure.cli.core.azclierror import ClientRequestError, FileOperationError, InvalidArgumentValueError, ResourceNotFoundError from azure.cli.core.commands.client_factory import get_mgmt_service_client, get_subscription_id from azure.cli.core.util import sdk_no_wait -from azure.mgmt.applicationinsights import ApplicationInsightsManagementClient +from .vendored_sdks.applicationinsights import ApplicationInsightsManagementClient from azure.cli.core.commands import cached_put from azure.mgmt.core.tools import resource_id from ._resource_quantity import validate_cpu, validate_memory @@ -1589,8 +1589,7 @@ def try_create_application_insights(cmd, resource_group, name, location): logger.warning(APP_INSIGHTS_CREATION_FAILURE_WARNING) return None - app_insights_client = get_mgmt_service_client(cmd.cli_ctx, ApplicationInsightsManagementClient, - api_version='2020-02-02-preview') + app_insights_client = get_mgmt_service_client(cmd.cli_ctx, ApplicationInsightsManagementClient) ai_properties = { "location": location, "kind": "web", diff --git a/src/spring/azext_spring/tests/latest/recordings/test_asc_app_insights_update.yaml b/src/spring/azext_spring/tests/latest/recordings/test_asc_app_insights_update.yaml index ab36fd3638e..4a974e89a71 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_asc_app_insights_update.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_asc_app_insights_update.yaml @@ -13,41 +13,39 @@ interactions: ParameterSetName: - -g -n --disable --no-wait User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:31:26.7455551Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T07:12:20.8558082Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:34:32 GMT + - Fri, 19 Sep 2025 08:07:19 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: E7478FE3E97A470981405414FF431177 Ref B: MAA201060514029 Ref C: 2025-09-19T08:07:19Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -69,41 +67,47 @@ interactions: ParameterSetName: - -g -n --disable --no-wait User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/3e7478d7-bd96-412b-97b8-f467ad14b151?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/762f2cd0-a8cc-4ea3-8b46-6bf89ead33e4?api-version=2024-05-01-preview&t=638938660423226116&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=u6A__SQ9xfQ1trpzdtLW6C3BxUGP2n29OUWhO55AT5c-BGb-qsVSO7_bcILNbJWM5JuLFGmjOtKU0pXjHWvoOeOUD5wg9OWiHrBP-2AistvvdmKqJgC3tg0FYcm10FjT50R6Zinfomll7LtzWr5PK3Tws76Ha57U1TTiz8SepKPPM1npiJVj5lpuzqIvykEptrvuSjQkqH5IpLvS_LDemMifw5BGJabnjL8NZH8cDkMkomhn972MVWpkqUe68rsoS6cA0jRlCl5eG1f8Q-YlvRswyVZPdqEuVUitBV5Yd3djeel7B-J-VKYZuZziFz13_eK7i0ZGnwhoGke-q-FFBA&h=OlqM18cU8AWtNf6O2iM4DLwOUKic4ZjN--C_bIV3zlU cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:34:49 GMT + - Fri, 19 Sep 2025 08:07:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3e7478d7-bd96-412b-97b8-f467ad14b151/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/762f2cd0-a8cc-4ea3-8b46-6bf89ead33e4/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938660423226116&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oUtssUTj0oExitnEnLc07ulxJQDR7gxh5mjR-stMu-dUCrgL5sjOllCFnvrE3laytdwcNq8hTC0u6PtSmNDt1YkfPMcYfcFsEDG-yAtWrelj7ujs-1vPnKY7xPoP_sx4V_XsHKByu7SGDQoa5rTw3IN3-KCWXzJXPvNmFsNjV9yGr0vtHF8ACBO80sNvCibzMebNDkbUcBMFWwFjw4z9-2O0QmZ7eQM0b0fkAa-aCTLJGCJ7hAVs7apOHesUCwpRil38r_0oz0a93iZ_t4x8CvYeCOPQ7TMjiD2AkGZcvMQQJOgHOcNdAG2-ZqSvOA0lzwXpYFbh6sf4Rj8ZLZeD2w&h=EkY44WvTKZwCJ6BMHn2bB6nE4l8_wWxPp8WYb5qLTe8 pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/4e482c2c-6da2-4cf7-b76a-711ffac7d60f + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: F575CF56802A495AA188B7A42DED30AE Ref B: MAA201060515037 Ref C: 2025-09-19T08:07:21Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -121,41 +125,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:34:33.4149466Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:07:21.8538579Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:34:52 GMT + - Fri, 19 Sep 2025 08:07:27 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 2394A1D7BEA54A2FA83ABE5479E8239B Ref B: MAA201060513017 Ref C: 2025-09-19T08:07:27Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -173,12 +175,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache @@ -187,127 +189,27 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:34:54 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:34:33.4149466Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:34:59 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '415' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:35:01 GMT + - Fri, 19 Sep 2025 08:07:28 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/64e61b2e-f78b-41c2-b1f4-56e6fe637561 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 19D713F216E34966B0B6F72364AC06FE Ref B: MAA201060513053 Ref C: 2025-09-19T08:07:28Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -325,41 +227,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:34:33.4149466Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:07:21.8538579Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:03 GMT + - Fri, 19 Sep 2025 08:07:32 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: 91C4E71B99BC4329B3158FAF834B315F Ref B: MAA201060515017 Ref C: 2025-09-19T08:07:32Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -377,39 +277,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:05 GMT + - Fri, 19 Sep 2025 08:07:34 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/cddb744f-a019-4f4d-b4c6-28f07826ca29 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: AAC449C32AD74380A1A20878C231801E Ref B: MAA201060516047 Ref C: 2025-09-19T08:07:33Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -427,41 +329,39 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:34:33.4149466Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:07:21.8538579Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:07 GMT + - Fri, 19 Sep 2025 08:07:37 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: F69BEF0FEB654DE0A059A4C6B7AC7DE3 Ref B: MAA201060516035 Ref C: 2025-09-19T08:07:36Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -479,39 +379,41 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:09 GMT + - Fri, 19 Sep 2025 08:07:38 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/d10ef4b8-e5a5-4c47-9860-bc0533bb9f93 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 69C31AC67B354CE4AEDA3C4C207E927E Ref B: MAA201060513027 Ref C: 2025-09-19T08:07:38Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -529,54 +431,54 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.9.5 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2020-02-02 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n + string: "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"ef0259d1-0000-0200-0000-6874bf620000\\\"\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n \ \"name\": \"cli_scenario_test_202207021820\",\r\n \"type\": \"microsoft.insights/components\",\r\n - \ \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n - \ \"etag\": \"\\\"6600fdbb-0000-0100-0000-62c01c000000\\\"\",\r\n \"properties\": + \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"cli_scenario_test_202207021820\",\r\n \"AppId\": - \"79278c3a-4cfa-4e0a-89f3-ef1e49549f85\",\r\n \"Application_Type\": \"web\",\r\n + \"d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \"Application_Type\": \"web\",\r\n \ \"Flow_Type\": \"Redfield\",\r\n \"Request_Source\": \"IbizaAIExtension\",\r\n - \ \"InstrumentationKey\": \"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d\",\r\n - \ \"ConnectionString\": \"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/\",\r\n + \ \"InstrumentationKey\": \"3752dcae-c088-46c7-bb64-4195d58c0687\",\r\n + \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \ \"Name\": \"cli_scenario_test_202207021820\",\r\n \"CreationDate\": - \"2022-07-02T10:20:48.4434483+00:00\",\r\n \"TenantId\": \"0753feba-86f1-4242-aff1-27938fb04531\",\r\n + \"2023-03-30T02:34:04.3297686+00:00\",\r\n \"TenantId\": \"d51e3ffe-6b84-49cd-b426-0dc4ec660356\",\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n - \ \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n - \ \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}" + \ \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/DefaultResourceGroup-CID/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-d51e3ffe-6b84-49cd-b426-0dc4ec660356-CID\",\r\n + \ \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": + \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": + \"v2\"\r\n }\r\n}" headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1304' + - '1598' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:10 GMT + - Fri, 19 Sep 2025 08:07:40 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed - server: - - Microsoft-IIS/10.0 + - appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5E707991881B41FDB7A30F89F4C4CF31 Ref B: MAA201060514045 Ref C: 2025-09-19T08:07:39Z' x-powered-by: - ASP.NET status: @@ -584,7 +486,7 @@ interactions: message: OK - request: body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", + "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5", "appInsightsSamplingRate": 10.0}}' headers: Accept: @@ -596,47 +498,53 @@ interactions: Connection: - keep-alive Content-Length: - - '295' + - '358' Content-Type: - application/json ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/4eacec8f-eb56-45ad-a607-025fa76baa1c?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/325a25a2-9139-4ab8-804a-91b1551299a1?api-version=2024-05-01-preview&t=638938660622484665&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=Bl4uAe6dAzcvCfJ5DhLD7-BkRCGCbfY9EnIOZvgLjbx_n8BPJxfaPNVn0qELAXow8lBmEcELoTpue2KLC4MS88RCdWpmP53_hb-am2Gjjs8urV-P9ypXeUyUEYwVH8eJRpfrmqt58maELOdWvde1b_PZqeQc-s5ZDzxAmkimCp4mBgXAvv1FrzpXul9z-16AVI_ClpgIXj1pX3Szh5ovygO1P8noW6uB3hQ0SG3NUd5QodxS_L6RGIXMA27B5VRkvFyCDjAJIgdVZ3u4F4t3vTstIUj-7Ir75oDZDCstTlH7nOSTyHoX8VWWqRSCwArTgI-yCwGjV5lCi7Ugv3JwBg&h=AhJqGroKaVHJVSIn5OG6lOHFWHfQZftgURMruboYgcY cache-control: - no-cache content-length: - - '598' + - '660' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:11 GMT + - Fri, 19 Sep 2025 08:07:42 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/4eacec8f-eb56-45ad-a607-025fa76baa1c/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/325a25a2-9139-4ab8-804a-91b1551299a1/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938660622640901&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fN1Srqxu6GB0ELHfOtzurNu2CDLmm6lydHKwbpRmDkKQp84wHKg93EFC1b_yhY7MjAwJF-2YCwlTZXKRmzVLEhJPGf3_zb_7kLYQyan3JbpUc2kLaMWVou4Rk8QaIqE94rUBIHAtfIEvEVD40ayOEBI1J5BG9tt_yQPfCjnZaJzp93OmNC6urWszy6LC4z0Cm4NQsyb2vvZE5fqlcU0thJzHoptBPRy_TvdCtDpI420ADcKyLF1bdp-S2bHuqJ7BrRJbKgBkDR3i6-trBzcDnrZIsVpwuAX0wjr5AneWPrDJ0s6GxHj4FxlmcM0lvoat9IOvPHQi57D7Kd-8qzZfiQ&h=Sz8L4GkQ1TiUUF5nuXQI_FLsQgRAocYqEDbydUutrTU pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/416ca738-afdd-4505-b41c-7be4a4f19f0d + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: BBE8318ACDF64B22BE8DE538EEEAD32B Ref B: MAA201060515053 Ref C: 2025-09-19T08:07:41Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -654,41 +562,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:07:41.8110107Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:13 GMT + - Fri, 19 Sep 2025 08:07:44 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: 09D88C97074A4949B7CBF9309B43FA6D Ref B: MAA201060513053 Ref C: 2025-09-19T08:07:44Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -706,39 +612,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '660' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:14 GMT + - Fri, 19 Sep 2025 08:07:46 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/3849cd29-2739-4c5f-a4b4-6395a4cea5f5 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5FE933130D8F40E288C981FC268CCB6E Ref B: MAA201060514021 Ref C: 2025-09-19T08:07:46Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -756,41 +664,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:07:41.8110107Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:20 GMT + - Fri, 19 Sep 2025 08:07:50 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 6FE82CB5345F4607BA9CDF6BE77BC425 Ref B: MAA201060515045 Ref C: 2025-09-19T08:07:50Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -808,39 +714,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '661' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:21 GMT + - Fri, 19 Sep 2025 08:07:51 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/34503b6e-5c6e-4bf3-a993-f1aa3e1b5eaf + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: EA526A5143EB4AF68259445DC5BE3C69 Ref B: MAA201060514051 Ref C: 2025-09-19T08:07:51Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -858,41 +766,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:07:41.8110107Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:24 GMT + - Fri, 19 Sep 2025 08:07:54 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: FD5954AE79884F1C9D32613205057CD0 Ref B: MAA201060516053 Ref C: 2025-09-19T08:07:54Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -910,39 +816,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '661' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:25 GMT + - Fri, 19 Sep 2025 08:07:55 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/76d535fd-834f-41cd-8c48-16a316bcaab9 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 15C6924311044565BE14454B3EC9898D Ref B: MAA201060514025 Ref C: 2025-09-19T08:07:55Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -960,41 +868,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:07:41.8110107Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:26 GMT + - Fri, 19 Sep 2025 08:07:59 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: EF5F3D04A5F04F108E7AFCDD76737CA8 Ref B: MAA201060514009 Ref C: 2025-09-19T08:07:58Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1012,39 +918,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '661' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:28 GMT + - Fri, 19 Sep 2025 08:07:59 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/9dc24153-1bf6-4aa5-bfa5-2cf69d6f58e4 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: FA48162A8D324B31BB92D41A9E1618BD Ref B: MAA201060516025 Ref C: 2025-09-19T08:08:00Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1062,41 +970,39 @@ interactions: ParameterSetName: - -g -n --disable --no-wait User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:11.2820718Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:07:41.8110107Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:30 GMT + - Fri, 19 Sep 2025 08:08:03 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 8718B26F7AD847A4B21FC3489AA55A86 Ref B: MAA201060515045 Ref C: 2025-09-19T08:08:03Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1118,41 +1024,47 @@ interactions: ParameterSetName: - -g -n --disable --no-wait User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/9446e144-70cf-41ca-b6a7-d0b7aff40948?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/4fef76d1-5cdc-40c1-8dd8-94860c2044af?api-version=2024-05-01-preview&t=638938660855896242&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oCkse27aRdbNezLkwJnt3HmeSudBSPZwayo1abMLuG6009O0bAQonhwlhMEnzg6lf8-C3J7HKipoHU78WJ_3JWyfnNgzpnSb5DgQHrDPg8yfWfs5AWNCpsceF5gUmuXPRBoI-MRcS-QechHLyeX_42bncjnd-m5GrD0-jfMJu9K-655J9XPF00EhBDbfSloHjyHoUT1BaSyzuKwiAyKhlegKVSdCt3ZnSzmdilhIGt7L-4goRGXJcTBSKzTHdRg6gQJ10UC49qjJTHlpfxjaLHJhtwDvAxu8ypM45ilIsoJFcyeu7zy35nRuaN80NLJdlpYYAdoQGV_mhArRrMAZJg&h=dS59j2dtGAhqANEBkb1_HaWyRNBSGltwPXWuPFy5phs cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:33 GMT + - Fri, 19 Sep 2025 08:08:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/9446e144-70cf-41ca-b6a7-d0b7aff40948/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/4fef76d1-5cdc-40c1-8dd8-94860c2044af/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938660855896242&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=YQ5weBDxZPXwTLRcGTdqEctPYyOiTcFM_gqr1Ddnj695nZw8OSeOuHrBb91Whu4xKecDzi2vpb6ILL-erdu7KKFTC_OtPwKWfZXCdNrN_YBloj0OG60Hs4mbOsYdX5tTWOKNe5NnqVMNZzUHGUJFaj5GxkfWtb8JnRZQhcVZ75fDk0ZJ-izE6Cr68JITyd3rfidLmdaVpXZMExtLwcPoSKxCLeQlLSCF_gcIV2w2Ei6PDdOFDq5ulLQfVgnadu0KRFUPEG_m05iDc5ccj7cFd_i_D1uJVrp_6EZDS7a1MqCsikIP5-dqkxdBsPjM5xelAJbAm4cT46lB9nbhMxVfyQ&h=xyOjiVFQzS65-qDbcfq6mAN5tdVkalCjGEvFbFqwNuk pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/4ba682d2-a20e-4c24-b031-4b8eccf85208 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 5906C65DD2CE4B2F9BAE5A2662A8C60E Ref B: MAA201060513051 Ref C: 2025-09-19T08:08:04Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -1170,41 +1082,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:32.6349347Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:05.1572633Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:35 GMT + - Fri, 19 Sep 2025 08:08:08 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 0C9A44184DE7413787D29E4E4ED71FCF Ref B: MAA201060513047 Ref C: 2025-09-19T08:08:08Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1222,39 +1132,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:36 GMT + - Fri, 19 Sep 2025 08:08:08 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8aac7256-0a15-4fc2-a9ca-b132cfb1352a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 6CEED5EE1DCA4697AC7B265774AC4946 Ref B: MAA201060515049 Ref C: 2025-09-19T08:08:09Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1272,41 +1184,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:32.6349347Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:05.1572633Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:41 GMT + - Fri, 19 Sep 2025 08:08:11 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 04770DB31F7B4ACB8BC4BAB21CE439C3 Ref B: MAA201060515019 Ref C: 2025-09-19T08:08:12Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1324,39 +1234,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:43 GMT + - Fri, 19 Sep 2025 08:08:13 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/0ff631c8-dc4f-4aa7-8ce8-4475c4b0c350 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: E9E715D065414871B51291DAA4B56BE6 Ref B: MAA201060515027 Ref C: 2025-09-19T08:08:13Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1374,41 +1286,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:32.6349347Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:05.1572633Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:44 GMT + - Fri, 19 Sep 2025 08:08:15 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: A1E5974F38F04B82A683984A2AB570CD Ref B: MAA201060516029 Ref C: 2025-09-19T08:08:15Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1426,39 +1336,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:45 GMT + - Fri, 19 Sep 2025 08:08:16 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8ce8bf3b-d05a-4224-8e83-d35ce99f89e9 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 6A0A583F3E364BF39AA9FBDCFC5916B0 Ref B: MAA201060516025 Ref C: 2025-09-19T08:08:17Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1476,41 +1388,39 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:32.6349347Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:05.1572633Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:48 GMT + - Fri, 19 Sep 2025 08:08:19 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: A85F7343F6444BCC9DCF57582D3A8BAD Ref B: MAA201060513023 Ref C: 2025-09-19T08:08:19Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1528,39 +1438,41 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:49 GMT + - Fri, 19 Sep 2025 08:08:21 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/28a56e60-a561-4029-b0f2-f5e6579c5888 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8A0DA2FEA2404C17A0A25E792713EB84 Ref B: MAA201060515023 Ref C: 2025-09-19T08:08:21Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1578,54 +1490,54 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.9.5 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2020-02-02 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n + string: "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"ef0259d1-0000-0200-0000-6874bf620000\\\"\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n \ \"name\": \"cli_scenario_test_202207021820\",\r\n \"type\": \"microsoft.insights/components\",\r\n - \ \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n - \ \"etag\": \"\\\"6600fdbb-0000-0100-0000-62c01c000000\\\"\",\r\n \"properties\": + \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"cli_scenario_test_202207021820\",\r\n \"AppId\": - \"79278c3a-4cfa-4e0a-89f3-ef1e49549f85\",\r\n \"Application_Type\": \"web\",\r\n + \"d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \"Application_Type\": \"web\",\r\n \ \"Flow_Type\": \"Redfield\",\r\n \"Request_Source\": \"IbizaAIExtension\",\r\n - \ \"InstrumentationKey\": \"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d\",\r\n - \ \"ConnectionString\": \"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/\",\r\n + \ \"InstrumentationKey\": \"3752dcae-c088-46c7-bb64-4195d58c0687\",\r\n + \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \ \"Name\": \"cli_scenario_test_202207021820\",\r\n \"CreationDate\": - \"2022-07-02T10:20:48.4434483+00:00\",\r\n \"TenantId\": \"0753feba-86f1-4242-aff1-27938fb04531\",\r\n + \"2023-03-30T02:34:04.3297686+00:00\",\r\n \"TenantId\": \"d51e3ffe-6b84-49cd-b426-0dc4ec660356\",\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n - \ \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n - \ \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}" + \ \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/DefaultResourceGroup-CID/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-d51e3ffe-6b84-49cd-b426-0dc4ec660356-CID\",\r\n + \ \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": + \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": + \"v2\"\r\n }\r\n}" headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1304' + - '1598' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:50 GMT + - Fri, 19 Sep 2025 08:08:22 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed - server: - - Microsoft-IIS/10.0 + - appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 608A1DD8C09042E48B9A5F00D77ED1CD Ref B: MAA201060513039 Ref C: 2025-09-19T08:08:22Z' x-powered-by: - ASP.NET status: @@ -1633,7 +1545,7 @@ interactions: message: OK - request: body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", + "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5", "appInsightsSamplingRate": 10.0}}' headers: Accept: @@ -1645,47 +1557,53 @@ interactions: Connection: - keep-alive Content-Length: - - '295' + - '358' Content-Type: - application/json ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/63d753cf-4aeb-42fb-a635-db62796cae58?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/610c5448-71ac-4ab7-a269-d4073b7bd53e?api-version=2024-05-01-preview&t=638938661042287866&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=C9HnjyeEcMnYZ9T5KbuLdIEsGtZDRD0W69pGh4k-AsjaH5bwUdUFEelg00XFXl-IV1ejDiBaqfbTly1Iw5k2yftCnOwnPVblL2OCkF94sQqGKLiGICtGZORn7dQrs-NoJbd3MTaaV6sn5b8qYT9085OVFgVoPAIOky6k86I2YlZw7WiSiATOt2EajtfB17Jb1G0ENZfztfaBEPZe4ByzU4H22NDY2LgDQMTJ66-HXhdAm4MudcnsQr5FV5gn2YyOdk2ppbb1d89Y2TUTDsPTKnih8T0oKGNv8xQ-Nw0U-eJlKXzBN76V-re2VOfoUz64kprTe1FmURsy8jzkEhIcog&h=O8StMfAp83qnDRo82v9ddyrcvEEzk9SDEBls8BQe-Ok cache-control: - no-cache content-length: - - '598' + - '660' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:51 GMT + - Fri, 19 Sep 2025 08:08:23 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/63d753cf-4aeb-42fb-a635-db62796cae58/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/610c5448-71ac-4ab7-a269-d4073b7bd53e/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938661042444109&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=EQQpHSgYCDVDbKO86JsgNcr2xqYdSNYWUTR72d7sdl8jjJXSHgW4361orfabQ2ECCLfnIy0JPFbmpCJv2qg2f_OmhS9QJ4qRDoudMnrQc12PpB43Ho5OtH8sOkJmIBEAX77y8sNqpFpcFw1Jpjap9T1SloM2Dj9G2GbWOsdZLF7c82w4C5aC0AAFLiG7l5pJ0sHidTtQj4yJAOWQwEVDCsh45L4TQJ6HzH0-HKSS12L9Sl1tXz2Tx8c7p8sQ9RvCxrxxWZ__vZdtP4BNgW0ZHbyXh9ZYPB29B7R4MuVQ7DDm0nkz0MYBSYeEz5FaUOqr8gBroMNaqEBI6mGQewgN4A&h=Zjn5NTMAiiYZa2o-hKMBXHdOzy2Y0I_E7u3lyQHRWdQ pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/ae377cbd-5930-473d-88ff-e7f24fd6cb4d + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '799' + x-msedge-ref: + - 'Ref A: 34FA49845C344DF0974E04C7D1DA36DE Ref B: MAA201060513049 Ref C: 2025-09-19T08:08:23Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -1703,143 +1621,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:35:52 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '598' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:35:53 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:23.8225291Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:35:58 GMT + - Fri, 19 Sep 2025 08:08:26 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: E8D6F94F54024F23BD75B05E25A87127 Ref B: MAA201060514037 Ref C: 2025-09-19T08:08:26Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1857,39 +1671,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '661' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:00 GMT + - Fri, 19 Sep 2025 08:08:27 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/508326c7-dac6-4ffc-82af-57d3126c610d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F414A8ED9FA344B291051679CD5A17BF Ref B: MAA201060516025 Ref C: 2025-09-19T08:08:27Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1907,41 +1723,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:23.8225291Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:02 GMT + - Fri, 19 Sep 2025 08:08:30 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: D34AEE5DC6D14470BF24F0372CA5E5EB Ref B: MAA201060516019 Ref C: 2025-09-19T08:08:30Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1959,39 +1773,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '661' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:05 GMT + - Fri, 19 Sep 2025 08:08:31 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/29a66390-d3fa-4803-84b4-0b763cc80876 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: CFF2521229794059A568FEFD2F18A505 Ref B: MAA201060514037 Ref C: 2025-09-19T08:08:31Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2009,41 +1825,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:23.8225291Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:07 GMT + - Fri, 19 Sep 2025 08:08:33 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: 45A6E15479B94B20A0F7B9F3AE4B36F1 Ref B: MAA201060514017 Ref C: 2025-09-19T08:08:34Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2061,39 +1875,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '661' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:08 GMT + - Fri, 19 Sep 2025 08:08:35 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/525c27c7-b35d-4e26-9e4f-cc95266c52a6 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7BEE3D9A866F441E8A3683618E79304D Ref B: MAA201060516023 Ref C: 2025-09-19T08:08:35Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2111,41 +1927,39 @@ interactions: ParameterSetName: - -g -n --disable --no-wait User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:35:51.3395913Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:23.8225291Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:10 GMT + - Fri, 19 Sep 2025 08:08:37 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 4DF9A23ED6204D9EA7198DDC65FB8F60 Ref B: MAA201060514017 Ref C: 2025-09-19T08:08:38Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2167,41 +1981,47 @@ interactions: ParameterSetName: - -g -n --disable --no-wait User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/e893ebcf-83da-4758-a3c6-fadb502cafb1?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/5756cddf-aef7-4ce2-9066-8eb8aff86e98?api-version=2024-05-01-preview&t=638938661210700992&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=TK3w7t7pkJb5zfECZV-9q7l3hLSqYRIwU47XNQHpXqM6e43WKJz9cgDqTPCIoRipIqJ--pdP1ptVD7pch-xilgGvB-0F5hL96W2u6k_bD5LR4J23vTRfg2PcG36WtVrsAxBRnL8rpA2siAdkfT1LulPVwbxzAxEvuGU21E9ASFjcta1xGze1Dfpqi9jtUn4ZeAbu4m6v5ob--mncyzp_otN7-9gXqbN6UrK5IMHXrFG_Mvz8jisjNhGHokIbipkZQ5BNrgZTmcLSgLfsdVJm3C6VsH4Q00SeGGfTEO-sIlVsCbkwLesr52nnECy7OoC8n_xDW9n69GTN-_ZtecGR7Q&h=FCFFLiEIK8cp1gEZYhCDKEQZpAZ978lzqLCFquHzC6M cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:12 GMT + - Fri, 19 Sep 2025 08:08:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/e893ebcf-83da-4758-a3c6-fadb502cafb1/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/5756cddf-aef7-4ce2-9066-8eb8aff86e98/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938661210700992&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=IgvulHXAE1UouYckIEdeWsyDOE7dCwuz0EkD81-t3ty-ZWlo1nKGg9pJfaE6qWdsBhJCMCmkZjv-xmaSlyH1hzUInFoyAB6L0T3X8r7I_fm55R3SJI6XuWmIMwpqmajxdWsmeQBXXCYUZ6OG1MekkgyWE10Jc26A9GdnccjN5tNCxJ0GR41x9mJymPkx2UqKfBOYtY8A2E_UgjosTRmNvvDxWb850QScbJh8uG88GE6J8V45ch8vkdKEGocR5fq01pzRdn4aSGbv87_hF9VLUa_05UExxG7bzp30Z3znYO2qAC9MWt4nQRhx9jvT2Au3c2sPzGCg2QLDp4kIMG2LJA&h=K2eP-QcOaPfB5G5sSC7Iz2shF78aCdFRuXhnU0g42Hg pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b03a4af8-bea9-4d30-bf6b-242746ca6c1c + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 5E1317EB298B4188A054C2D062A34C89 Ref B: MAA201060513017 Ref C: 2025-09-19T08:08:39Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -2219,41 +2039,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:12.4962802Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:40.195094Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '806' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:14 GMT + - Fri, 19 Sep 2025 08:08:43 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: CDD09166744849B5BD669BEC36713C03 Ref B: MAA201060515039 Ref C: 2025-09-19T08:08:43Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2271,39 +2089,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:17 GMT + - Fri, 19 Sep 2025 08:08:44 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b408e8d5-492c-4497-8bca-77a6da7d7327 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: A50E831D969B47548C7B443333444236 Ref B: MAA201060513053 Ref C: 2025-09-19T08:08:44Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2321,41 +2141,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:12.4962802Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:40.195094Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '806' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:21 GMT + - Fri, 19 Sep 2025 08:08:47 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: F3C5AFA1CF75484D993CCA4AC35C2BC6 Ref B: MAA201060516031 Ref C: 2025-09-19T08:08:47Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2373,39 +2191,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:23 GMT + - Fri, 19 Sep 2025 08:08:48 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/120a0ca0-3cd3-4381-9147-014507d42186 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 345140EC7D924A79A0D7E6EC1C1EA7C7 Ref B: MAA201060513035 Ref C: 2025-09-19T08:08:48Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2423,41 +2243,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:12.4962802Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:40.195094Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '806' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:24 GMT + - Fri, 19 Sep 2025 08:08:52 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: AC3750C3443242A5A6FD0FFCD968A5AD Ref B: MAA201060514035 Ref C: 2025-09-19T08:08:52Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2475,39 +2293,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:26 GMT + - Fri, 19 Sep 2025 08:08:53 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/dd337523-0e42-42ae-89f3-a7756839ea51 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: C47F84E642BC4FB5AEC0EB65C0F209A5 Ref B: MAA201060513039 Ref C: 2025-09-19T08:08:53Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2525,41 +2345,39 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:12.4962802Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:40.195094Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '806' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:28 GMT + - Fri, 19 Sep 2025 08:08:55 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 79B59228E8BE4EF59BAC302901BAE6D0 Ref B: MAA201060515019 Ref C: 2025-09-19T08:08:56Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2577,45 +2395,47 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:29 GMT + - Fri, 19 Sep 2025 08:08:57 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/4b741f03-2bf4-42e2-8acc-ea857297edf1 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16498' + x-msedge-ref: + - 'Ref A: 4C050C1CF4694042BA146E9A0C64C4E1 Ref B: MAA201060514025 Ref C: 2025-09-19T08:08:57Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "e157df4b-c2b4-4d03-b2bc-b85f6570ee8d", "appInsightsSamplingRate": 10.0}}' + "00000000-0000-0000-0000-000000000000", "appInsightsSamplingRate": 10.0}}' headers: Accept: - application/json @@ -2632,41 +2452,47 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/11f454d1-c35a-4ffd-bf2d-93c1f1f1f708?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/baf16ff2-f0b9-4466-9044-49ac9e497ac4?api-version=2024-05-01-preview&t=638938661392408767&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=PFDIsv-j0s9gX-7SdFALbL0IWX2ap2cC9zkcJ3cvYSlW_2EpC1UDlQ9d678MNpYhg-nMkgaxNxT3gxgjcdmReviRg6migsRzCA8Yv76iXXjEo8B8orYmPfyuGJ6bn1KvZ1KhvUQ4YMwm8zM7I82XZesvITWJqtsq8rf96H8NO8Nj-uVCthSUG-P1uzptlVmTrTq8hU1e5fje4o49aEhGb1-NqsneZRKpM8hTyMpxzLP73MWLfQF-0zFytry30VcalYm5NscFV_YiSv1M7VFDGmnpNp3lzP3R6US5hs2p0mDTFMN-HNdRMR65Ns_bGuGzVCB0lt8Gef2TtQOgs-4SBg&h=zGVbUd8Z8yQVOFsVLhvyd1zyA1XD76qzYMiekOLJMcc cache-control: - no-cache content-length: - - '447' + - '446' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:30 GMT + - Fri, 19 Sep 2025 08:08:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/11f454d1-c35a-4ffd-bf2d-93c1f1f1f708/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/baf16ff2-f0b9-4466-9044-49ac9e497ac4/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938661392564649&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=nzjunZKdUGnNxtlNSuZhHGRTJ8Bd0Qa-FuDyIP4bcmXo_OWww0CQpJ-B_7zdOgMPywB4VZCSoIqCnQ8dMUdPIlKM-YgBvNW2RYHnoToi6erZOIg_6pf-iTuK3am5fJ2q8jY-tGeybZbIGau8MxZLOLS-DrsMEPX0M23H0VkKYy24pPiYjWOACrnLQqANshfSxGs2hMkYk-i2FFIlSD6FhT1wpG8M_WvM6311E4CdAHiozzUrWeQ39XV3wz4mRKiGxR5_ALhjWLYdzrT5SBjF1BBrjD7LjtZa3KbVz5NF_SahohiGUYRf68LKN4wLdG5X0ajeI4nhXcYfCiEufJufsQ&h=bM8eflARbzAytAea0sne98SAOcfZdXSobWGdRJK_bZQ pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/db1bd49f-b573-4c10-b5eb-26937d835258 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '799' + x-msedge-ref: + - 'Ref A: 7543DA93436E48C094FBA7B582BB0554 Ref B: MAA201060513025 Ref C: 2025-09-19T08:08:58Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -2684,41 +2510,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:58.8345855Z"}}' headers: cache-control: - no-cache content-length: - - '767' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:33 GMT + - Fri, 19 Sep 2025 08:09:02 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '1099' + x-msedge-ref: + - 'Ref A: 11498F47BA7C47C1AD72FCDF0F8C45D6 Ref B: MAA201060513033 Ref C: 2025-09-19T08:09:02Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2736,12 +2560,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache @@ -2750,25 +2574,27 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:34 GMT + - Fri, 19 Sep 2025 08:09:03 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6d8f5260-dba0-47ad-89f2-2c472d18c4f7 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: ACA505D5065946CBBB0F7B2CA440C7F5 Ref B: MAA201060515035 Ref C: 2025-09-19T08:09:03Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2784,43 +2610,41 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:58.8345855Z"}}' headers: cache-control: - no-cache content-length: - - '767' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:38 GMT + - Fri, 19 Sep 2025 08:09:05 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: DB06B5EF75244803973292ACE53967B0 Ref B: MAA201060515009 Ref C: 2025-09-19T08:09:06Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2836,41 +2660,43 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '448' + - '447' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:40 GMT + - Fri, 19 Sep 2025 08:09:06 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/2a16a8e1-76e5-4be6-8b89-a66b8b73de0e + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8F57DBAFBCD94F7F9BB9DD9ABFCE4C30 Ref B: MAA201060516027 Ref C: 2025-09-19T08:09:07Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2888,41 +2714,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:58.8345855Z"}}' headers: cache-control: - no-cache content-length: - - '767' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:42 GMT + - Fri, 19 Sep 2025 08:09:10 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 1B9C95DA16A84E39B6493A4B1CB44BFF Ref B: MAA201060514025 Ref C: 2025-09-19T08:09:10Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2940,39 +2764,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '448' + - '447' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:43 GMT + - Fri, 19 Sep 2025 08:09:10 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/14cb01fd-2575-4980-a880-82f5de7f7345 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 786571CC37904823AC8EF80CAD5CB9AC Ref B: MAA201060516029 Ref C: 2025-09-19T08:09:11Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2984,100 +2810,110 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --disable --no-wait User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:08:58.8345855Z"}}' headers: cache-control: - no-cache content-length: - - '767' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:45 GMT + - Fri, 19 Sep 2025 08:09:14 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: A2446F54A3CF4BC0A8B3627D20DAFE15 Ref B: MAA201060514045 Ref C: 2025-09-19T08:09:13Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": false}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive + Content-Length: + - '39' + Content-Type: + - application/json ParameterSetName: - - -n -g + - -g -n --disable --no-wait User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"e157df4b-c2b4-4d03-b2bc-b85f6570ee8d"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/a5111118-9559-4e20-bc68-65497acaaa40?api-version=2024-05-01-preview&t=638938661558783567&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=Y0fA6MxStLf_lPO1OFl9kTAFQj7aaFhBC889xq6234yMhg5fkOaxvRSGgr--Phf6kyVFIpq-FIMoYh93riybBN94Z5O_ZcpH5XBQmpRm5tteslYsLxvF-jGkLPIh6rbdIQl5N730Oe_x-7EaGSaIH6bHpiCPhymSnQp1TEcIEkbjQhnG5FSmnvaAf6qcrqllCoqCDC1l1f3lUziD5rtpTysuFEF5qTVb52t-7AB_mQJHL_DOSNStlmQUxA9UJkAzDnG5Etb-lleKTOUftDvKo8Xx7vzkSSaHF1pZiicK4tBNmDv6DmDzIwzdhzymqokoNUnlVspqBq2UO3zNyQRcxw&h=VRa9jR1CoNmwl3LQCisCwiBandJLM42MJcUQe74LgF8 cache-control: - no-cache content-length: - - '448' + - '413' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:46 GMT + - Fri, 19 Sep 2025 08:09:15 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/a5111118-9559-4e20-bc68-65497acaaa40/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938661558783567&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=bYoRyhZi6TMUAgNYBZM9dJ7VhpsaNoIBsdLD1z_-TLx7KyxttfzKWCuA1sJHyr1KiZoNYXzPCZGbe5_XucFUl1oK_H85P3Z2C5IgUzDItHxhMKLJYuV5QbwgMxzJTsZUS3rHV7ZsTDrAMkasR33dOy0QDTYAeMv77DEE4fnWrbP-z-LkLeWJr6Feg015XGF3cttFwQJkhIbemjPCeIH4WoSrFFGmd-47Aj7i6iC8lymtbnU_TKwuzMMONAFpCVcyhtpUsCOxtGmzidTwsFk-aeSfjuZrZ1R3-G4zbLy81skpXy33jQzKeyaTgCs05rrBn_ZvmXP8jVmDj8EGCN5kJQ&h=0_RzWH_10ERnne8f7Dh6EW3-9WhSgsnbEnLHF2UVdZs pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/ac3a816e-19db-4398-b229-f3d7ca680e23 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: AD1D3C1DBEE745F382496171E6DB13A4 Ref B: MAA201060515017 Ref C: 2025-09-19T08:09:15Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -3086,77 +2922,69 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights update + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -g -n --disable --no-wait + - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:30.567439Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:15.4877206Z"}}' headers: cache-control: - no-cache content-length: - - '767' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:48 GMT + - Fri, 19 Sep 2025 08:09:18 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 3345E303A560454580C4A8F8EE465EDA Ref B: MAA201060515039 Ref C: 2025-09-19T08:09:18Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: '{"properties": {"traceEnabled": false}}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights update + - spring app-insights show Connection: - keep-alive - Content-Length: - - '39' - Content-Type: - - application/json ParameterSetName: - - -g -n --disable --no-wait + - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/ed7d3a8b-7e26-44d0-965f-278e166165c5?api-version=2024-05-01-preview cache-control: - no-cache content-length: @@ -3164,28 +2992,30 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:50 GMT + - Fri, 19 Sep 2025 08:09:19 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/ed7d3a8b-7e26-44d0-965f-278e166165c5/Spring/cli-unittest10?api-version=2024-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b5177bdb-a943-4965-b6cd-6f3355af29ca + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F2D6862E529345F3A43C2CF237F1275F Ref B: MAA201060516017 Ref C: 2025-09-19T08:09:19Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -3198,43 +3028,41 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:49.4585506Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:15.4877206Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:51 GMT + - Fri, 19 Sep 2025 08:09:22 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 0B058755A19A4D9E839665D13B29B50A Ref B: MAA201060515023 Ref C: 2025-09-19T08:09:22Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3250,14 +3078,14 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache @@ -3266,25 +3094,27 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:53 GMT + - Fri, 19 Sep 2025 08:09:23 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/86d9a576-27f6-4fa1-9351-d4e03b5761b4 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 1C0C2526D04D4EC58687D2BA46AF82AE Ref B: MAA201060515047 Ref C: 2025-09-19T08:09:23Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3296,47 +3126,45 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:49.4585506Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:15.4877206Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:57 GMT + - Fri, 19 Sep 2025 08:09:26 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: 07CD9E7D2FCE419BB7105043DD3187BA Ref B: MAA201060514009 Ref C: 2025-09-19T08:09:26Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3348,100 +3176,114 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:36:58 GMT + - Fri, 19 Sep 2025 08:09:27 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/southeastasia/cfadc40c-b1d6-40b4-920d-483889699467 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 0DBC62EC57514107B4956DD264F53A8D Ref B: MAA201060514011 Ref C: 2025-09-19T08:09:27Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/", + "appInsightsSamplingRate": 10.0}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive + Content-Length: + - '215' + Content-Type: + - application/json ParameterSetName: - - -n -g + - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:49.4585506Z"}}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/98d5b946-23fb-4853-ac5f-e8be5771a8ca?api-version=2024-05-01-preview&t=638938661701284031&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=t68yk0FS5nceUWli5ZGShhpwbvDvYJ1dH9yJ9NWQuI6_6iHGSOOKrhtiEKpX5pxbc0COwJsWyDJWD51XfAamykw2H0sBrbfV4LpahT1PiVjvMv-Qi-ycT09mlMpouZwNwHNdvn84M2fFDcv_oYsgYoKt6jRYCAnpVz-a8affQmr29ByIoQbitXm86B1mVxaO3bUmEhsMwiMD-XjtsJFirIDEOi7SBXL1Ta0e6bEzWb0atswC55mJPbRw_BSnpYQucjM9UQbB2nassfdQOwKo0dcXWnlo4gJlo2UtCzesIKFC1GcQif1jvw4r_1fSsU2Em--W5QWmVveOJk1_GNzR6A&h=kkYnvwmuXxyIdyl30PAKy0MIYIXRGZxTjnAcbqJqGkY cache-control: - no-cache content-length: - - '768' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:00 GMT + - Fri, 19 Sep 2025 08:09:29 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/98d5b946-23fb-4853-ac5f-e8be5771a8ca/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938661701284031&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=trkO_DMrg-0kcL-6m4CIMMVLhxClEWWUGFP8SpIGOMIB4Ij2QnQM6_qUn662d9SmlFZD9_2a5HVxvAEC-BueLXuKlixYeu8vQGKMOvE_f74zls9SkaQACf9-tJ6K9jb1Yu0ZyR4Rrtp7pUx38K2x8VzbNI8e8reAyqctYE-oCkz_MdinITnTNKTEFKuspMNK__q0I-Kaa1AxX4NYOYc15MxWTosbgTQhh6sy6xhHOnlFrQEnP8DKbozYCqe5raRZaHw1hARu1apnFtbJxZnmoQzx31eq9CCLOUOjs6oWog_ztwcfMXXGoziZpD6hLFWLeh-pBCkcwRfl0liehIDdFQ&h=rR1LjdJJ3wf-pjCees9Orrh0EteD-0cZuz6BbcI1pvU pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/a3b14b24-6821-4d0d-91e8-cf32d57106fc + x-ms-ratelimit-remaining-subscription-global-writes: - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: C754B680F523471F99EE9FE8271AFAA0 Ref B: MAA201060513017 Ref C: 2025-09-19T08:09:29Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -3454,41 +3296,41 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:29.6596487Z"}}' headers: cache-control: - no-cache content-length: - - '415' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:02 GMT + - Fri, 19 Sep 2025 08:09:32 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 4C2E001C4E104D4BA4BE77D72C16F15C Ref B: MAA201060513031 Ref C: 2025-09-19T08:09:32Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3500,47 +3342,47 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights update + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -g -n --no-wait --app-insights-key + - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:36:49.4585506Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '768' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:04 GMT + - Fri, 19 Sep 2025 08:09:34 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/03fbc6ca-db30-46dc-8bd9-15ac1f493f29 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 440712011A704B6EBA082A81DDBB23D7 Ref B: MAA201060514033 Ref C: 2025-09-19T08:09:33Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3552,106 +3394,100 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights update + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -g -n --no-wait --app-insights-key + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:29.6596487Z"}}' headers: cache-control: - no-cache content-length: - - '415' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:06 GMT + - Fri, 19 Sep 2025 08:09:36 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: B9167F554D334F989418130542BB1F08 Ref B: MAA201060513021 Ref C: 2025-09-19T08:09:36Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", - "appInsightsSamplingRate": 10.0}}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights update + - spring app-insights show Connection: - keep-alive - Content-Length: - - '295' - Content-Type: - - application/json ParameterSetName: - - -g -n --no-wait --app-insights-key + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/a736bfd6-5d87-4a63-a2c8-715a03de2849?api-version=2024-05-01-preview cache-control: - no-cache content-length: - - '598' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:07 GMT + - Fri, 19 Sep 2025 08:09:37 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/a736bfd6-5d87-4a63-a2c8-715a03de2849/Spring/cli-unittest10?api-version=2024-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1196' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/0a985ea6-f429-4c5f-af79-ac679eb3a321 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: AF37C69246FC4508931E5F7860E40159 Ref B: MAA201060516031 Ref C: 2025-09-19T08:09:37Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -3664,43 +3500,41 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:29.6596487Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:09 GMT + - Fri, 19 Sep 2025 08:09:40 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 0670066AB1C34B158BF9AFB0768271DA Ref B: MAA201060513035 Ref C: 2025-09-19T08:09:40Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3716,41 +3550,43 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:10 GMT + - Fri, 19 Sep 2025 08:09:41 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b4335f87-f086-466b-a272-c764ae8aa95a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 79CC718C1AD24F07B712F40819A4AF05 Ref B: MAA201060515017 Ref C: 2025-09-19T08:09:41Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3762,47 +3598,45 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:29.6596487Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:15 GMT + - Fri, 19 Sep 2025 08:09:43 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11995' + - '1099' + x-msedge-ref: + - 'Ref A: 8401A9FEC34349F3A9C02336BF72879B Ref B: MAA201060513011 Ref C: 2025-09-19T08:09:44Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3814,48 +3648,114 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:17 GMT + - Fri, 19 Sep 2025 08:09:45 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/fb5576dd-c77f-4b20-842f-b4f4de076b2b + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 6B5C960877644CFE933F6B5CEAB068E7 Ref B: MAA201060514009 Ref C: 2025-09-19T08:09:45Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK +- request: + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/", + "appInsightsSamplingRate": 0.0}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring app-insights update + Connection: + - keep-alive + Content-Length: + - '214' + Content-Type: + - application/json + ParameterSetName: + - -g -n --no-wait --sampling-rate + User-Agent: + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview + response: + body: + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/9b75fe3b-6e96-4769-b708-d11e79069b06?api-version=2024-05-01-preview&t=638938661875689946&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=b2aAijAjp0-15SMJZJcjlqV3_zQS3xlGaYD6R9LS1twEYH4Ir9bsnjr-EseMOXlg1ezECzsLTQRe7j7cn7ZtWbPqFqtHldvUafYNWCZJIHeAGK_9osPsN6ar7PAqthCv4ibHidTtiM_LZbgenw0s-ioOw3pbkXDgQ4bxG1aZP9_DFKy7EDjg1-J3wboITe3OvkbcHFOIpYZxdNA3V8q-jKHPP5jitUWix0tRjAamFq4UsYDmv30Vg-murHFh7_FfNPnast5c2uJ1T1hYL9rp_9mjQi8jlJAz69ZeXcdw0y_8XWO7L61FVAVSIGNdCzrq4B_MXzYrfah6gv10G4-hlw&h=HzUcAr489RmKqAJQLVAw43nnVuppvrIXsrplOX1sWDM + cache-control: + - no-cache + content-length: + - '516' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 Sep 2025 08:09:46 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/9b75fe3b-6e96-4769-b708-d11e79069b06/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938661875846191&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=iEWiXhO_H2wPnACN2nFmnkJIeRgSKuL3vrctr6jvlQrhdoQrl-xpqs1cB86KIFIbdptJC9VFymvE49rYbZywamfhN4mSgg2OVsRGAzStZ7yl8rXrmxLGwiX4ROtUGDd4tRuhfV_VwodbKeXVkfw2xOAEKTCL9799Jf4iBV7gYF2yOCmoqEJKmkZRA5MNr2DpjgIXn6FMJSBaEqftk8L5pDg00v92CBSEXgdeUQYm5ii6IHcxoeA98itZJ1TXWcGCFyZXIBC_xZUtjikyas4v4UPSKyM7x1JACltIKAm-iqiyQCzxvz13k_Gv3rGoF_cCPIGro0kA_akPFZ0N1km7VQ&h=HWpBRqJQ3RJPw7ipkvbESnqbGrXYe4F8mUWcuz4ZFVI + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/277a1400-ed8d-46f0-b266-13bd6f7c8632 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: 4399405D2A9E4A3DB15D36E8B7043259 Ref B: MAA201060514027 Ref C: 2025-09-19T08:09:46Z' + x-rp-server-mvid: + - a587e300-bc21-43d0-99eb-59fc1a893ce1 + status: + code: 202 + message: Accepted - request: body: null headers: @@ -3868,43 +3768,41 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:46.8658654Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:17 GMT + - Fri, 19 Sep 2025 08:09:49 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 3B8A8B9DEA1249CF91B0723074F88792 Ref B: MAA201060515021 Ref C: 2025-09-19T08:09:50Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3920,41 +3818,43 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:20 GMT + - Fri, 19 Sep 2025 08:09:51 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/d53e3b69-e02f-48d5-bc88-781b67c0c045 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 6A81426480BA45A584434F634319E2F3 Ref B: MAA201060515037 Ref C: 2025-09-19T08:09:51Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3972,41 +3872,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:46.8658654Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:22 GMT + - Fri, 19 Sep 2025 08:09:54 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 0933EE60B4E146AA957DCB70B6EB253E Ref B: MAA201060513017 Ref C: 2025-09-19T08:09:54Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4024,39 +3922,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:23 GMT + - Fri, 19 Sep 2025 08:09:55 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/62fb6e04-1707-43a5-b556-e0e5a4249b06 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 6B2AAA97E2A1438587C039692A2B7BE6 Ref B: MAA201060516027 Ref C: 2025-09-19T08:09:55Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4068,47 +3968,45 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights update + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -g -n --no-wait --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:06.4181491Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:46.8658654Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:25 GMT + - Fri, 19 Sep 2025 08:09:58 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '1099' + x-msedge-ref: + - 'Ref A: 46A30AC1DA184B979973199A1E681FFD Ref B: MAA201060513027 Ref C: 2025-09-19T08:09:58Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4120,52 +4018,52 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights update + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -g -n --no-wait --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:26 GMT + - Fri, 19 Sep 2025 08:09:59 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/33cba6c2-6743-475c-82cd-077d5c48fddd + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 89993132EC79438DA4897A08C8B4A7F3 Ref B: MAA201060514031 Ref C: 2025-09-19T08:10:00Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", - "appInsightsSamplingRate": 0.0}}' + body: null headers: Accept: - application/json @@ -4175,51 +4073,45 @@ interactions: - spring app-insights update Connection: - keep-alive - Content-Length: - - '294' - Content-Type: - - application/json ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:09:46.8658654Z"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/e0908ebf-108d-4804-8000-6ab3f75e319c?api-version=2024-05-01-preview cache-control: - no-cache content-length: - - '597' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:27 GMT + - Fri, 19 Sep 2025 08:10:02 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/e0908ebf-108d-4804-8000-6ab3f75e319c/Spring/cli-unittest10?api-version=2024-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 787D5A6A61FB4FF7A11117CD314251A1 Ref B: MAA201060513035 Ref C: 2025-09-19T08:10:02Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -4228,100 +4120,114 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '768' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:29 GMT + - Fri, 19 Sep 2025 08:10:04 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/4d4a6173-b661-4e98-b331-05bb1a0ddd10 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8D4A9951213143ABA924F75A615A69D4 Ref B: MAA201060515019 Ref C: 2025-09-19T08:10:04Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/", + "appInsightsSamplingRate": 0.1}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive + Content-Length: + - '214' + Content-Type: + - application/json ParameterSetName: - - -g -n --query -o + - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/5a382568-41c5-490a-8823-ffde7c13a921?api-version=2024-05-01-preview&t=638938662061866402&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=QFyeSVMTW42-04ZifBrbF1ri9Ln5wl9153jU6Qs5PJNpt1LmzTlbUHmZ0g0LK_nq5S0TKiqowlk2yEqBS7xvKtV4bkhiCKzPEuwUlVFYuLaKprdpcaH6p9_OUrS7L7g6YvKeiAvOBSJYE6I7woJEux7FlmR5Y7zBMtI5AWO6-1LyOebIYvuHJYQslYq26tTP8l4Lg2oAgSURckytT1idXZEidJIPsQ6zYuNqii0U59Mu4v0oXyBAXIeuwXKdb0DebMnCa9m_NNZAd5YQLa_F-8lp9IlE5VZ1vRHeBsyOniNZ65maq-mjyYhLycu0p0hOm4LqEG1SzGPlVU7sWiZ4ZQ&h=pq5Y1AQ42yMlZl-qEnXH1OdrSvjIeRglffntZZbThyY cache-control: - no-cache content-length: - - '597' + - '516' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:31 GMT + - Fri, 19 Sep 2025 08:10:05 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/5a382568-41c5-490a-8823-ffde7c13a921/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938662062022692&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=uxwoUfW8TyuTtxZZAhpVmEGpUI9_tsmWbEzTTyhkHc6h7yY3YtXSY9tj99HF9FIGwzhgfj4XgIe0Jvm3bcxMB_Updftx8dMHzUtQJRkXk3X0IMrlpcyJ1h85ALi4K2zcI16E9DhBxWQvEQhduq4LZl8uCqV5JXvZO2aPGp6B8sQsPxe8lGQ4otyjg3BkRF2KLPkuWx2INNt1FBmYZw71p0mtQTHVaK7FIJv6xaWa-EYgdbT2_c5uv2w830uY46S5bRbcGfqWhgumspYFoNp8quce9FimWV9n3f7gEeQJMs3puPfOXRusQdylO34mPiyL5aJaOVgS2bSuj_f0JSvYag&h=d9oXlK2Kttaq6_on-5halLClumPzhHpB3ZJDPmo0elA pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/495d1e52-5971-4445-901e-048e7e481f80 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: 090445221D424054AACF9F11E2536F2E Ref B: MAA201060515009 Ref C: 2025-09-19T08:10:05Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -4336,41 +4242,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:05.7647589Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:35 GMT + - Fri, 19 Sep 2025 08:10:08 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11993' + - '1099' + x-msedge-ref: + - 'Ref A: 4F1E0AF51B604366B290BDD69541BD25 Ref B: MAA201060515023 Ref C: 2025-09-19T08:10:08Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4388,39 +4292,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:36 GMT + - Fri, 19 Sep 2025 08:10:09 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/0ae42ebc-53c5-4666-84f8-a5c02ec9a996 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 97A405B07B0649F6B3818DEAE2A97B77 Ref B: MAA201060516051 Ref C: 2025-09-19T08:10:09Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4438,41 +4344,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:05.7647589Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:38 GMT + - Fri, 19 Sep 2025 08:10:12 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '1099' + x-msedge-ref: + - 'Ref A: AD6148642BC34363BD38A61856C83622 Ref B: MAA201060515029 Ref C: 2025-09-19T08:10:12Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4490,39 +4394,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:39 GMT + - Fri, 19 Sep 2025 08:10:13 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/ef9accfd-f69b-4a4e-b102-d6dbd8db274a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: BDF7962406604EED97AB97662A4EE425 Ref B: MAA201060515033 Ref C: 2025-09-19T08:10:13Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4540,41 +4446,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:05.7647589Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:41 GMT + - Fri, 19 Sep 2025 08:10:16 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: 604793F7018C4521B591581A4FC45E02 Ref B: MAA201060516033 Ref C: 2025-09-19T08:10:16Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4592,39 +4496,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:41 GMT + - Fri, 19 Sep 2025 08:10:17 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/7d752f71-f2ee-490b-b414-58e0fa0024a2 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 707AFC0C21AC48EA863752D4B716A4E4 Ref B: MAA201060513019 Ref C: 2025-09-19T08:10:17Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4642,41 +4548,39 @@ interactions: ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:27.5729199Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:05.7647589Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:43 GMT + - Fri, 19 Sep 2025 08:10:19 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '1099' + x-msedge-ref: + - 'Ref A: 6A06AB8875E34CEB9D7EC6ECE5544539 Ref B: MAA201060514019 Ref C: 2025-09-19T08:10:20Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4694,46 +4598,48 @@ interactions: ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:46 GMT + - Fri, 19 Sep 2025 08:10:21 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/24eb1663-81ec-4cb9-b51d-62f445b9883b + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: B9E5AD17F0F54030A0D6A336747C1E2B Ref B: MAA201060514031 Ref C: 2025-09-19T08:10:21Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", - "appInsightsSamplingRate": 0.1}}' + "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/", + "appInsightsSamplingRate": 1.0}}' headers: Accept: - application/json @@ -4744,47 +4650,53 @@ interactions: Connection: - keep-alive Content-Length: - - '294' + - '214' Content-Type: - application/json ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/3e40334e-2cf9-413b-8267-f8bb7707e862?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/886f37c3-7cc3-4de3-83e4-5534a7bbe5b1?api-version=2024-05-01-preview&t=638938662239799601&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=J814gr2Pur6Nq1s07l5CVZA4Vq6Ss22euP45Laj3eq86rCJdQvQcLRBWF-Ijf_sY-VpYMPM10zEQSlIzdhN930ytgScIKDDzPi3foQ_kpwiKjP1iDNyYKkFygjbg8Ehp_Z9Yp_QJqh-ArCy5Qyi47R_2DOVGyEx6VJjgNBV_VPDhjCJiHMpdyTC_3MQikqdG6BnTgOA4r3X293pWeiWtWKtoPqM_0codV4LTD2vbusSs4rp_l40ZHM92yZWFAify1-JmhbpKG_CP0HIYx4JOxZUzGRPZVbzthEqeX_VeQg78SawujJVTvR-EdqYT6-AAgVa4dJtkV6YQ1ZvBCW0DeQ&h=6z3_zIV-R4rwmhxKi0r8EFVwU76BtgjkvUmqjNkouz4 cache-control: - no-cache content-length: - - '597' + - '516' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:47 GMT + - Fri, 19 Sep 2025 08:10:23 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3e40334e-2cf9-413b-8267-f8bb7707e862/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/886f37c3-7cc3-4de3-83e4-5534a7bbe5b1/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938662239799601&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=uKIU4uG7t-JalfCoy_M_C3nXtRn0UqJHp87Sj46lXegCpkv5C0y1vl7Y54hNjuD70qM5XFyltquV0Mqx4EfdOI78m_GUaoAbHcGg-j03jiCot3mMUZrLGvMRkWmQg3LnBLZiepSNW4901F_F7vuReP0CxvT8mj3zIX5KbXLABQC2mj99I6JKfKY6C6X_V8YV81PimZK_M0A7XDO7iOGleOye5ZG9w3aYdRF9TJ5TcA35tmXEw0MW4iIaiQUIXVsHDoTsRBBuJLnfWzcXmDFeW-0CvMVkWrecmcLu-zq15Umw1lpOOz3LU9q0_7MHBUcdBNpaHUF0oXKqRmEWJbaGEw&h=EnzUoIp_5s5JCvvDAlQ8lmEjniIEQI5KcYPTma-nMe8 pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/f548940f-2060-4d39-a6e1-964fc01e020c + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: B640AD5E03E24BEDAF84E34F1C471FF1 Ref B: MAA201060513021 Ref C: 2025-09-19T08:10:23Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -4802,41 +4714,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:23.479959Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '806' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:48 GMT + - Fri, 19 Sep 2025 08:10:25 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: A9A9253C037242A58F361A2FC39DCAD8 Ref B: MAA201060516027 Ref C: 2025-09-19T08:10:26Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4854,39 +4764,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '597' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:50 GMT + - Fri, 19 Sep 2025 08:10:27 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/810b9589-7a07-4667-af08-f0926a28f9bb + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: FFD88596ACC04282997BCDA9970A6A77 Ref B: MAA201060514027 Ref C: 2025-09-19T08:10:27Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4902,43 +4814,41 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:23.479959Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '806' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:54 GMT + - Fri, 19 Sep 2025 08:10:30 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 9D84D3B6A50F4791B89664B2B4496817 Ref B: MAA201060514035 Ref C: 2025-09-19T08:10:30Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4954,41 +4864,43 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:55 GMT + - Fri, 19 Sep 2025 08:10:31 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/afb0b280-0c5b-40f2-9583-ab63568f2255 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 21293BD9D14A4726B8BB800F04F9DD82 Ref B: MAA201060513019 Ref C: 2025-09-19T08:10:31Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5006,41 +4918,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:23.479959Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '806' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:58 GMT + - Fri, 19 Sep 2025 08:10:34 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11994' + - '1099' + x-msedge-ref: + - 'Ref A: EBF1CA45288D4CF1BD3FEC53D8AF7B0F Ref B: MAA201060516023 Ref C: 2025-09-19T08:10:34Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5058,39 +4968,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:37:59 GMT + - Fri, 19 Sep 2025 08:10:35 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/f2215270-f795-4da3-b553-358ac197a273 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 1FEA045F964246A39BEA2B05CBFE272D Ref B: MAA201060516021 Ref C: 2025-09-19T08:10:35Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5102,47 +5014,45 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:23.479959Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '806' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:00 GMT + - Fri, 19 Sep 2025 08:10:38 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11992' + - '1099' + x-msedge-ref: + - 'Ref A: F2A0C73747E34855870D1643D9B5CB42 Ref B: MAA201060516025 Ref C: 2025-09-19T08:10:38Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5154,50 +5064,54 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:03 GMT + - Fri, 19 Sep 2025 08:10:39 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/25c19e05-22e0-40c8-998e-1c35ab140ffd + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: C977B0BF2225454DB22CE6BD432232EB Ref B: MAA201060516033 Ref C: 2025-09-19T08:10:40Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/", + "appInsightsSamplingRate": 10.0}}' headers: Accept: - application/json @@ -5207,47 +5121,57 @@ interactions: - spring app-insights update Connection: - keep-alive + Content-Length: + - '215' + Content-Type: + - application/json ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:37:46.9449185Z"}}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/0b8e64c5-5455-4b98-a2e4-f0bdbd3df508?api-version=2024-05-01-preview&t=638938662419814117&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=SEQ1KCJ2-yiln3UUIbfz5ms_S_CpWW7AXrJFKmLltw10haVYhHZ3DAtk8-YIObKlW3LhfcRgpuzBg7GDShnCzr0zF2JSiWdAX5LB7CZ7ri58EQICirdg5rvZ0jh2gFo94Obs9ZQ8ZdhYcEsSn_rSsaYq1Wkg9W2sVSaN6G9YMxEZFajshn4Neri146Y7QEJ7XbcIwZLQ0KVv0r_aoAPFTvYdQcUgr6ylV3Q6_hASNI0adLiYtd972n26Scofx-IkkEIkHyJoCKv2YydlKIeXE45WDmDf3Pw52Un9z9ywM_yZXX1gxPMXF2FiIrHfjRWXcnCBSMAvTxqMgieSg580Pw&h=u_d0jPkJyVWxxEYmAyw60sWJXOeYzTvYsFMaWe-Yc5E cache-control: - no-cache content-length: - - '768' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:04 GMT + - Fri, 19 Sep 2025 08:10:41 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/0b8e64c5-5455-4b98-a2e4-f0bdbd3df508/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938662419970378&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=XNeVgTGBIwRtM_BXwD7mXndruPlkcyQA3QJ6aBtTT0H9iWgeC14DNjQTiCqDTUoF5g4mUG0rcY0v-6_--x6KvIqxM2y52eKcecvIhjUuT-s3uNyA8POuC4DLapesCN4KbwszpzL6noNJrOrORwYco6P79hH88K0w-vvypFmRDWZI6ohrp0uypjy15Nhlt9ilDpsERfTWGv3xt-1L5h26jSV7zsdZ8Ddtj-cLrBvNWtWhWRpzV2-_EVMZW06NxpP-kNhOFFERAVXmj9KA0FHvHotFJLNynIiITZNZQgfwSW_RffH4SAGqPMV85dFGoZ0gH2ySg0dcBpCegOvWbB0TBQ&h=0BNTGHg__dacpeFuzmxznJjJfBtn_XKaWMlNYLoGeSQ pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8fd7a121-e4fd-4453-a4d3-103b0c71fffd + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: 9B36F531406C41648F03A2DE97390FDF Ref B: MAA201060515021 Ref C: 2025-09-19T08:10:41Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -5256,106 +5180,100 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights update + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -g -n --no-wait --sampling-rate + - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:41.6376665Z"}}' headers: cache-control: - no-cache content-length: - - '598' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:06 GMT + - Fri, 19 Sep 2025 08:10:44 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 45AFD5F780CE4DAEA66C695D870D3F28 Ref B: MAA201060516009 Ref C: 2025-09-19T08:10:44Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", - "appInsightsSamplingRate": 1.0}}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights update + - spring app-insights show Connection: - keep-alive - Content-Length: - - '294' - Content-Type: - - application/json ParameterSetName: - - -g -n --no-wait --sampling-rate + - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/e65d84c9-90c4-4d6f-b6f7-18240f530f2c?api-version=2024-05-01-preview cache-control: - no-cache content-length: - - '597' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:07 GMT + - Fri, 19 Sep 2025 08:10:45 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/e65d84c9-90c4-4d6f-b6f7-18240f530f2c/Spring/cli-unittest10?api-version=2024-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/f286ff3a-d666-4b94-ba87-807f8ead9a3f + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 95CD10DD7B514E2380942CCF78DAE6E5 Ref B: MAA201060513009 Ref C: 2025-09-19T08:10:45Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -5368,43 +5286,41 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:41.6376665Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:09 GMT + - Fri, 19 Sep 2025 08:10:48 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: A4E46C2AB1CA45F8A0249284CCD0F117 Ref B: MAA201060513011 Ref C: 2025-09-19T08:10:48Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5420,41 +5336,43 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '597' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:10 GMT + - Fri, 19 Sep 2025 08:10:49 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/41e2c9a8-db0d-42c1-97e0-0628bc659369 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 3437342705864FBDA0DBE48BA85076B8 Ref B: MAA201060514027 Ref C: 2025-09-19T08:10:49Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5470,43 +5388,41 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:41.6376665Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:15 GMT + - Fri, 19 Sep 2025 08:10:53 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: B00966F55B0B490C9274A7611550CF01 Ref B: MAA201060514029 Ref C: 2025-09-19T08:10:53Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5522,41 +5438,43 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:16 GMT + - Fri, 19 Sep 2025 08:10:55 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/2ec691e4-c112-4a49-bc49-19e1603c667c + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: CBC601E0B7714083BA50A899AD44E339 Ref B: MAA201060513035 Ref C: 2025-09-19T08:10:54Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5568,47 +5486,45 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:10:41.6376665Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:17 GMT + - Fri, 19 Sep 2025 08:10:58 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '1099' + x-msedge-ref: + - 'Ref A: 52760BFE393E491BB9420FABFFFA3E11 Ref B: MAA201060516009 Ref C: 2025-09-19T08:10:58Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5620,100 +5536,114 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '598' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:19 GMT + - Fri, 19 Sep 2025 08:10:59 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/09f79765-a233-4278-89c3-240418e7fa57 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 34688DCEA24747ECA6B63E5F76C49D38 Ref B: MAA201060514029 Ref C: 2025-09-19T08:10:59Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/", + "appInsightsSamplingRate": 50.0}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring app-insights update Connection: - keep-alive + Content-Length: + - '215' + Content-Type: + - application/json ParameterSetName: - - -n -g + - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/b8a32674-3724-4f4b-bbe0-248102b05140?api-version=2024-05-01-preview&t=638938662620135437&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=czTjzZ_t8qzJQyP3612dYRMUwel-fbBBbKj-XsYubzvMwpXbd9mIRaEvLuPQWU-5T1_0gTcbkCk3rYQbf_J8wf8f_92Ug70gkLzo_zWWehBaxN65EIS_KKlfBltsKgbuQJR6s4saSpkycPSA632Eq68lOTDWQnXlEjrC4iTlFvq6LM3Qm7K5l7Fpbr-OLEXRTIl6soLqVgB33fGMRJ5kfZfRfq9wVw8c3xMj59OivGD1SaCoLI294kseLIw4bngOxkJefvgAaC2Y-XljLuy_nmrdlD7Xdkvvclw94QDEjjnjWlngy-VQ9iLUEKxe3kl--MRK5HY7uJ3Ss91MW1wZCA&h=KEO5Sz71m-OwWmUi53QG217xPqld_6WoJ3add76XwnA cache-control: - no-cache content-length: - - '768' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:21 GMT + - Fri, 19 Sep 2025 08:11:01 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/b8a32674-3724-4f4b-bbe0-248102b05140/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938662620135437&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=bP91SXkd0x9PkLVZaElVKP1gOwe-5aD9xRPSaZ92cUPILw0djpNw2e_u3gcSVAG39UOKYEodtbXxffVx8xCfXVQJyHHAddoR0-ujjSXtxhQOw7PcSsBErH1SEQSxlq61Aw7vqW0tVPuYhBJiP26r7V-XPnFHNSQVlPlpQBCY3UCfqwK1gmCMF-36wodDXjsG_jHtvYUvYSuOGRCRauzLEvTPtA9gDQzilmd0bUbwv23eCON5vXaoIGy4m2q6FoAyRIlOYBK9sOMOEaA3Dr1zoFTqgXr6YBxnpPJQi9rDROsmHkWh_WO6kb85LSGE9YpJoAMGhGXMzFDXFPd0T4rboA&h=sMfGWzsS2t9rM1DbLQxtRdRvx_2MgKlXGqt4eZEcQ2w pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11995' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/92b1931a-d0eb-44de-a8ca-2aa512f6388d + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: D4BC9AB717374B6BBDC33E07FBA3025A Ref B: MAA201060515027 Ref C: 2025-09-19T08:11:01Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -5726,923 +5656,41 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:01.5604107Z"}}' headers: cache-control: - no-cache content-length: - - '598' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:23 GMT + - Fri, 19 Sep 2025 08:11:04 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: C09FD71896324711B891E822F61D6553 Ref B: MAA201060513047 Ref C: 2025-09-19T08:11:04Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights update - Connection: - - keep-alive - ParameterSetName: - - -g -n --no-wait --sampling-rate - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:06.4918407Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:25 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights update - Connection: - - keep-alive - ParameterSetName: - - -g -n --no-wait --sampling-rate - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '598' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:26 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", - "appInsightsSamplingRate": 10.0}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights update - Connection: - - keep-alive - Content-Length: - - '295' - Content-Type: - - application/json - ParameterSetName: - - -g -n --no-wait --sampling-rate - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/416ea116-6d24-41b9-8330-c6b9177c883e?api-version=2024-05-01-preview - cache-control: - - no-cache - content-length: - - '598' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:27 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/416ea116-6d24-41b9-8330-c6b9177c883e/Spring/cli-unittest10?api-version=2024-05-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:28 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11995' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '598' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:30 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:34 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '599' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:37 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:38 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11991' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '599' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:39 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:40 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11995' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '599' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:41 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights update - Connection: - - keep-alive - ParameterSetName: - - -g -n --no-wait --sampling-rate - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:26.9814628Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:43 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights update - Connection: - - keep-alive - ParameterSetName: - - -g -n --no-wait --sampling-rate - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '599' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:44 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", - "appInsightsSamplingRate": 50.0}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights update - Connection: - - keep-alive - Content-Length: - - '295' - Content-Type: - - application/json - ParameterSetName: - - -g -n --no-wait --sampling-rate - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/9ddbeaf5-00e5-4124-ad53-ea3a95863f5a?api-version=2024-05-01-preview - cache-control: - - no-cache - content-length: - - '598' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:45 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/9ddbeaf5-00e5-4124-ad53-ea3a95863f5a/Spring/cli-unittest10?api-version=2024-05-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:47 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '598' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:48 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:38:54 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11995' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6660,39 +5708,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:55 GMT + - Fri, 19 Sep 2025 08:11:05 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/66f93ea4-5141-4f75-ab1b-e541121550aa + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 4B498792C85045E39A66ED7E54D728EF Ref B: MAA201060515051 Ref C: 2025-09-19T08:11:05Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6710,41 +5760,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:01.5604107Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:57 GMT + - Fri, 19 Sep 2025 08:11:08 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: 4C05B57529FC42069AF5B8B4D7672A5A Ref B: MAA201060516051 Ref C: 2025-09-19T08:11:08Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6762,39 +5810,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:38:59 GMT + - Fri, 19 Sep 2025 08:11:09 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/849a1f62-4736-4f2b-b713-560a82b73960 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 0B04B16C9F844418802B2808EE024EF4 Ref B: MAA201060515021 Ref C: 2025-09-19T08:11:09Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6812,41 +5862,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:01.5604107Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:01 GMT + - Fri, 19 Sep 2025 08:11:12 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: B1AC93A6115243F5813A402E164CD6CA Ref B: MAA201060515017 Ref C: 2025-09-19T08:11:12Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6864,39 +5912,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:02 GMT + - Fri, 19 Sep 2025 08:11:13 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/45469301-c732-49f5-9e15-5d4388e9542d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 4D86731CE17244DAA1F2381F3A08AB77 Ref B: MAA201060514035 Ref C: 2025-09-19T08:11:13Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6914,41 +5964,39 @@ interactions: ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:38:45.7241426Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:01.5604107Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:04 GMT + - Fri, 19 Sep 2025 08:11:16 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: 5BD7ADAB5CBD4E879D94F2F86332091A Ref B: MAA201060514017 Ref C: 2025-09-19T08:11:16Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6966,45 +6014,47 @@ interactions: ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":50.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:05 GMT + - Fri, 19 Sep 2025 08:11:17 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/2aecf6cc-8d8d-418f-9c90-21b470120ef1 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 236ECA6E9EF64A9FB6411B7D8753CDB6 Ref B: MAA201060516047 Ref C: 2025-09-19T08:11:17Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", + "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/", "appInsightsSamplingRate": 99.0}}' headers: Accept: @@ -7016,47 +6066,53 @@ interactions: Connection: - keep-alive Content-Length: - - '295' + - '215' Content-Type: - application/json ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/60bf9bb1-443b-42e8-8f67-a49f4ee4b949?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/a1d34433-108b-4ce3-9d8d-595f504aaca8?api-version=2024-05-01-preview&t=638938662796957058&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=uKCR82844xigdxdaZkEqWQU8AiR9tT-XmWEpdxPQIrctOwvo15DQbHTNdFuXFAOPxPTMkY_01r2vw9slCB712UiVe4w4c07kpZT54nZXwI11xoeBD8h2Bhd3galelfPCIBI20ntvQIE84dPLbz0sDEMhCsFRkICpVdFMcT7hfZAci1JRkkn7YGTtw2VphQrXPoNDBY8dOSC-B_ehYe_Ka4ikz_O4_BUOvFKXESteIgGv291KkRhVI7G_xqZQW0kdEkUJW3E_SbA_Fv4Pnq4C_ivaiNlAX-LWh6sgBFlMENuU1ceS4LKIysomwCBIlpg-WuQETW9so5OKdev22DOeZw&h=hS0AykmB-nmBM0WewjdoEVvPG8tQBXyoFxIz7-3Tfos cache-control: - no-cache content-length: - - '598' + - '517' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:06 GMT + - Fri, 19 Sep 2025 08:11:19 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/60bf9bb1-443b-42e8-8f67-a49f4ee4b949/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/a1d34433-108b-4ce3-9d8d-595f504aaca8/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938662797113305&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=Iu6gCRez_pKbI-JijtnSMM4xJ4IDR0LSCTnTrV-BOoDyw92ji0XLYcGffYMpPbAPKcGeYxrNAddq0FEVyCYXu0WK_cJSi75Wb0ccmOwYFeg0zAPQSOO_XdyFDXQB3yNudpb42LCknpHxcW4od8IKfen1QoRfr3GZKQ_Y3V0sWflcsEeQi3rBCnfvmqKPh06kNLPDpbFzWPcjvDQ7oBE2t_Bdlcf4ZOR_xS0NcZSjqe2U5XwFXc_XFtGUSb5VVm8wpURc3ebjiEh2v0G0Iig51ys7Mb_RrvNBAA79WYI-GQOR1M630V87bQ5CwKBruW86dPzm1ZqchcYbtDFynUc6wg&h=Ms1AtfizeibolRj4QkeaopjzSu3e6yPbgEaUFZi-fn8 pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8e4d89de-6a61-44c9-9cc7-529a5e8faece + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 5A4FD52F5BAA4777ACF5A2D20901F70C Ref B: MAA201060513051 Ref C: 2025-09-19T08:11:19Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -7074,143 +6130,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:39:08 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '598' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:39:09 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:19.2738279Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:14 GMT + - Fri, 19 Sep 2025 08:11:22 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '1099' + x-msedge-ref: + - 'Ref A: 73B1E1867493400A96DDB6F1BD47BE92 Ref B: MAA201060515027 Ref C: 2025-09-19T08:11:22Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7228,39 +6180,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:16 GMT + - Fri, 19 Sep 2025 08:11:23 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/200b65bc-4fa9-42d2-9284-7662e7c04220 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: CABDA0EBD9964E71946438F6B5866BE0 Ref B: MAA201060513011 Ref C: 2025-09-19T08:11:23Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7278,41 +6232,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:19.2738279Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:18 GMT + - Fri, 19 Sep 2025 08:11:26 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11994' + - '1099' + x-msedge-ref: + - 'Ref A: 58A42B08A0B44820AF5AAB4D4AB9F823 Ref B: MAA201060516011 Ref C: 2025-09-19T08:11:26Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7330,39 +6282,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:19 GMT + - Fri, 19 Sep 2025 08:11:28 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/41727d92-2bc8-47ac-940e-92940d567158 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: D0D3581573584D99B125366B7578EC22 Ref B: MAA201060515053 Ref C: 2025-09-19T08:11:27Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7380,41 +6334,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:19.2738279Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:20 GMT + - Fri, 19 Sep 2025 08:11:30 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '1099' + x-msedge-ref: + - 'Ref A: A2E6989EEEDE410BA318A2CAA082F40C Ref B: MAA201060513023 Ref C: 2025-09-19T08:11:30Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7432,39 +6384,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:21 GMT + - Fri, 19 Sep 2025 08:11:32 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/590c8c02-7770-4811-afbb-24fc0ec2ec53 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7842B51D017049819D6E82BFA10FB03E Ref B: MAA201060516045 Ref C: 2025-09-19T08:11:31Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7482,41 +6436,39 @@ interactions: ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:06.0770506Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:19.2738279Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:23 GMT + - Fri, 19 Sep 2025 08:11:35 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '1099' + x-msedge-ref: + - 'Ref A: 7ADBCF3D717D4C78B61A15089698F52E Ref B: MAA201060514009 Ref C: 2025-09-19T08:11:35Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7534,45 +6486,47 @@ interactions: ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":99.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:23 GMT + - Fri, 19 Sep 2025 08:11:36 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/41e7d7b3-89d9-44df-94b1-a7a8b832983a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 281E509FFE664B1B82B7BDB1D769E25B Ref B: MAA201060513051 Ref C: 2025-09-19T08:11:36Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/", + "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/", "appInsightsSamplingRate": 100.0}}' headers: Accept: @@ -7584,47 +6538,53 @@ interactions: Connection: - keep-alive Content-Length: - - '296' + - '216' Content-Type: - application/json ParameterSetName: - -g -n --no-wait --sampling-rate User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/9a0b06ab-d349-4d3e-937e-d2547f92a40e?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/ba5a4deb-ece5-4aae-bb4c-867ff0ec7b4d?api-version=2024-05-01-preview&t=638938662983718317&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=iXRye08cikkKBxEvDQuTY69RNgAwRMOsLQUyp15Mt_TkQs_2P17-AMzswQwYUK13ygQCXC493Njo7XhM_ooJpMLooBgPj2fR1de1K9CvOuMYw7y-GT8jby8HoJoc26JBaaC69-wMO6xUpNN1WJbd2WdmawHq574yAYu7fW_KlRfnjLhKVTc8ibuFouHyXHeTLsJJmuWSdnpNO0aeW_c2rIivNq2XKE2e_OmFZsAz_RzAyLBEy61VE4KD4mprowb8DU52yrf0UUVYB0ecXP30W8Lpfdd8nyX7ETjPuMuE3MsWD9iOUMUdhF7XOAAqLXcM4K8jpfBwK4BVM34EcBnDvA&h=JDyHd5k_zMGyTy1fw1NcWvmKUfiDylp2Dr80cgz9JEM cache-control: - no-cache content-length: - - '599' + - '518' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:25 GMT + - Fri, 19 Sep 2025 08:11:37 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/9a0b06ab-d349-4d3e-937e-d2547f92a40e/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/ba5a4deb-ece5-4aae-bb4c-867ff0ec7b4d/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938662983718317&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=eNFCpAnK9BVSgYfjoHVZ8Wlbir5pnVEZhkrXouqlVD671qJYEKBhuiAx6z_C4UDBbYlATNY8QfB_aV_uVFhcqBB6Dc8tMv2iDpidXLS1ngdq8zQkY_znBGLpCdIGoYpTksWPT7PKNnfF4P-jZYErxbv_z9kzf2EpYtGBydCut5_zAZyFpxakBky_4dOwap5QQCuZ8njInKQOyC5K_fCpxmnHoBwOkcfn6Yj54Tc_6dUmrPJqs1pJVt5falml_Z99Yx5qud4sdWJVLg6gQBfiSUBjM2DhXufJuD0FVMNDCpVFguL9GfKy_RpvxFvwCT52y7BMnnv2fTffT-Y2YGtzXQ&h=-kbhurfx3BctSEVlqUUGq1nRfqO7F4tJmwsiPMWglZA pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/0bad3195-022a-40b6-ab12-96a22046f00d + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 6CC0335A785C4FB882D7761B70816C30 Ref B: MAA201060514049 Ref C: 2025-09-19T08:11:37Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -7642,143 +6602,39 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:25.1186118Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '768' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:39:26 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11995' - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '599' - content-type: - - application/json; charset=utf-8 - date: - - Sat, 02 Jul 2022 10:39:27 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:25.1186118Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:38.0124521Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:33 GMT + - Fri, 19 Sep 2025 08:11:41 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 04D971D4A45147B1A3C90C1BCDB93638 Ref B: MAA201060516027 Ref C: 2025-09-19T08:11:42Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7796,39 +6652,41 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '600' + - '519' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:35 GMT + - Fri, 19 Sep 2025 08:11:43 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/bc004464-dcc1-4a66-ae04-010552614f76 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 46177D280F8A4B119D46CA80D6038D59 Ref B: MAA201060514017 Ref C: 2025-09-19T08:11:43Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7846,41 +6704,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:25.1186118Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:38.0124521Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:36 GMT + - Fri, 19 Sep 2025 08:11:46 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '1099' + x-msedge-ref: + - 'Ref A: F371968267584AE5A4978F93DCDD95E5 Ref B: MAA201060516045 Ref C: 2025-09-19T08:11:46Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7898,39 +6754,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '600' + - '519' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:38 GMT + - Fri, 19 Sep 2025 08:11:47 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/5bd42290-8675-4867-8ab6-2edeb214049a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: D9BE761F733C470F936FB85A4C9F90B7 Ref B: MAA201060513025 Ref C: 2025-09-19T08:11:47Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7948,41 +6806,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"1d959049b8334e429eb07ca9e107dedc","networkProfile":{"outboundIPs":{"publicIPs":["20.94.26.33","20.96.133.171"]}},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"eastus2","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"jiec@microsoft.com","createdByType":"User","createdAt":"2022-07-02T10:21:39.0945487Z","lastModifiedBy":"jiec@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-07-02T10:39:25.1186118Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:38.0124521Z"}}' headers: cache-control: - no-cache content-length: - - '768' + - '807' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:40 GMT + - Fri, 19 Sep 2025 08:11:49 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11994' + - '1099' + x-msedge-ref: + - 'Ref A: CE109A55EBE1415E8FBC0E125CB2E53F Ref B: MAA201060516023 Ref C: 2025-09-19T08:11:50Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -8000,39 +6856,41 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-appplatform/6.1.0 Python/3.9.5 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.2.11"},"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=e157df4b-c2b4-4d03-b2bc-b85f6570ee8d;IngestionEndpoint=https://eastus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '600' + - '519' content-type: - application/json; charset=utf-8 date: - - Sat, 02 Jul 2022 10:39:42 GMT + - Fri, 19 Sep 2025 08:11:51 GMT expires: - '-1' pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - server: - - nginx/1.17.7 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/f7503f5b-4325-4abc-96cb-45f85e3d6f0e + x-ms-ratelimit-remaining-subscription-global-reads: + - '16498' + x-msedge-ref: + - 'Ref A: 8C334D2772BC4C7F8C4A50CE178695DD Ref B: MAA201060513047 Ref C: 2025-09-19T08:11:51Z' x-rp-server-mvid: - - 3c1def89-fec6-4403-b529-69469eb5b958 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK diff --git a/src/spring/azext_spring/tests/latest/recordings/test_asc_update.yaml b/src/spring/azext_spring/tests/latest/recordings/test_asc_update.yaml index 4cf107fd198..d683f49ca5e 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_asc_update.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_asc_update.yaml @@ -13,21 +13,21 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-03-30T02:38:36.9604789Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:11:38.0124521Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:38:41 GMT + - Fri, 19 Sep 2025 08:36:36 GMT expires: - '-1' pragma: @@ -36,16 +36,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 633B2E48D5FB426B8BF33FB0DC273771 Ref B: MAA201060513049 Ref C: 2025-09-19T08:36:35Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -63,12 +63,12 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":100.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache @@ -77,7 +77,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:38:43 GMT + - Fri, 19 Sep 2025 08:36:37 GMT expires: - '-1' pragma: @@ -86,14 +86,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/bed036b8-5ab3-4aae-b21e-88e5136c7e8c + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 0E369CAE7A214BCC88D4AEA86C2A5678 Ref B: MAA201060514051 Ref C: 2025-09-19T08:36:37Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -115,39 +119,47 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/2fa1119f-4645-4aed-a55d-07e9abf2c8d1?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/93f96d4a-a216-493a-88e3-e98fb6f56291?api-version=2024-05-01-preview&t=638938678001564197&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=bXVA-A1PnNtQEf5Rb6WfHf1kXe3tTctMrmoKX1tAW6jv5_Bd-f04KNcieiMBOzYfp2htbKtvm1d5IWKphJvM_W8GHS03XzWBiIdJeon23THpC62pdq9SLYigcBiCLcmc5dIUAfp7XKlwlkGK8K7XNULeSXE-W6i8RgSGN0Tj3tEuStgvXyKFEtRWtPC0FrejtzXRC7_NyuifaZ2MloqjCbmU3WJLfTzuiaVODjK8KHFGQUIzGqLqtE2-y4yJTk2fD9n6WbjAVwafsrJaXtoBNqwcZfHIbjPSZwYfgEN-tVViWAle7jpG2mcHCq777y7B2BG0IzKh71sqJ3Cy6m9jsA&h=kWDxxKJub9ur7mOV2JvCURr8wmtT4HlW_43DvczWt_A cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:38:44 GMT + - Fri, 19 Sep 2025 08:36:39 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/2fa1119f-4645-4aed-a55d-07e9abf2c8d1/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/93f96d4a-a216-493a-88e3-e98fb6f56291/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938678001564197&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=N7k8nEVKFGtMR7hq02gTmTP_YdS8bQie4J3wXbdQtpkzQ6aA12tL-8Vn2vGHPbfX48lm5ImkttX1pQgRQr4GAnzoMJXicTIekiJTWlL5iVqG2FVcCk_uVUnEYiDd7zHWhvzmbyRUxgPZUNRD8Ga7GfVpFALLMrwKPJK47qxb54JOD4RPgSVSnkfdFM4FLMF2qY_G9gXiLcIl-ElrENnR90U0BPvir6up5kUDs0ByVG-Iw2MDy1ImaEVCKOUeA_UA-G6nY7KTm2o70XVUYkEOrsFkEdFa8H73dZIScOSaut5yKasaKuSmetSBvIKGAiXvaRufMmm8-7SVO6M7ZSVWQw&h=Wa59kcA8Ux5OHSqVYF1BZnoPspCYiPASC2NIuxmwAlA pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/d6f4a113-260d-42e5-93ae-05306c2c0b81 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: FA57F13BE934497B9B9AA1953D91CE43 Ref B: MAA201060513017 Ref C: 2025-09-19T08:36:39Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -165,21 +177,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:38:43.7711702Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:36:39.6407883Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:38:45 GMT + - Fri, 19 Sep 2025 08:36:42 GMT expires: - '-1' pragma: @@ -188,16 +200,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 1B1E72AB3024491BB25F7F34256BB5FE Ref B: MAA201060513047 Ref C: 2025-09-19T08:36:42Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -215,21 +227,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:38:48 GMT + - Fri, 19 Sep 2025 08:36:43 GMT expires: - '-1' pragma: @@ -238,14 +250,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/southeastasia/b0dd9e49-5fb3-4069-9340-d91c1fd02c17 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 1216416343B7443AAE6F72AD045CADD3 Ref B: MAA201060515029 Ref C: 2025-09-19T08:36:43Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -263,21 +279,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:38:43.7711702Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:36:39.6407883Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:38:52 GMT + - Fri, 19 Sep 2025 08:36:46 GMT expires: - '-1' pragma: @@ -286,16 +302,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 7E8523C60C024BE899B998B6C229B436 Ref B: MAA201060516027 Ref C: 2025-09-19T08:36:46Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -313,21 +329,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:38:54 GMT + - Fri, 19 Sep 2025 08:36:48 GMT expires: - '-1' pragma: @@ -336,14 +352,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/44e35eda-a405-4195-80ff-a86a51bf6efc + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 99655C586A77411BAB514086BE47AD9C Ref B: MAA201060513035 Ref C: 2025-09-19T08:36:48Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -361,21 +381,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:38:43.7711702Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:36:39.6407883Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:38:56 GMT + - Fri, 19 Sep 2025 08:36:51 GMT expires: - '-1' pragma: @@ -384,16 +404,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: D9C2BCEC57164E20BD2F1DB7052ED05B Ref B: MAA201060516039 Ref C: 2025-09-19T08:36:51Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -411,21 +431,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:38:58 GMT + - Fri, 19 Sep 2025 08:36:52 GMT expires: - '-1' pragma: @@ -434,14 +454,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/bb4a4e31-483d-41bf-9789-a2e45db25932 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: FEE054167DAD46D897F0FACC98B78986 Ref B: MAA201060516011 Ref C: 2025-09-19T08:36:52Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -459,21 +483,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:38:43.7711702Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:36:39.6407883Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:00 GMT + - Fri, 19 Sep 2025 08:36:55 GMT expires: - '-1' pragma: @@ -482,16 +506,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 209CAA5014C84E7F9595E9C08B4A0955 Ref B: MAA201060514025 Ref C: 2025-09-19T08:36:55Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -509,21 +533,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:02 GMT + - Fri, 19 Sep 2025 08:36:57 GMT expires: - '-1' pragma: @@ -532,14 +556,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b7a0950f-2741-4824-8c6a-d943bccca5a8 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8872349C863D46C29EE9CA8F39EE6C61 Ref B: MAA201060516053 Ref C: 2025-09-19T08:36:57Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -557,21 +585,20 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2020-02-02 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n + string: "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"ef0259d1-0000-0200-0000-6874bf620000\\\"\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n \ \"name\": \"cli_scenario_test_202207021820\",\r\n \"type\": \"microsoft.insights/components\",\r\n - \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n - \ \"etag\": \"\\\"850092f7-0000-0200-0000-6424f51d0000\\\"\",\r\n \"properties\": + \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"cli_scenario_test_202207021820\",\r\n \"AppId\": \"d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \"Application_Type\": \"web\",\r\n \ \"Flow_Type\": \"Redfield\",\r\n \"Request_Source\": \"IbizaAIExtension\",\r\n \ \"InstrumentationKey\": \"3752dcae-c088-46c7-bb64-4195d58c0687\",\r\n - \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/\",\r\n + \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \ \"Name\": \"cli_scenario_test_202207021820\",\r\n \"CreationDate\": \"2023-03-30T02:34:04.3297686+00:00\",\r\n \"TenantId\": \"d51e3ffe-6b84-49cd-b426-0dc4ec660356\",\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n @@ -585,27 +612,27 @@ interactions: cache-control: - no-cache content-length: - - '1547' + - '1598' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:02 GMT + - Fri, 19 Sep 2025 08:36:59 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:60b64f55-e716-48c8-8b96-83eb9c6a7a9b - server: - - Microsoft-IIS/10.0 + - appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F61C12DC6D594455A9A199A145BA5FFE Ref B: MAA201060514021 Ref C: 2025-09-19T08:36:58Z' x-powered-by: - ASP.NET status: @@ -613,7 +640,7 @@ interactions: message: OK - request: body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/"}}' + "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5"}}' headers: Accept: - application/json @@ -624,45 +651,53 @@ interactions: Connection: - keep-alive Content-Length: - - '274' + - '325' Content-Type: - application/json ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/78d5b0c8-e992-4841-b2df-7e6147c546b5?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/da7c0dae-4013-4868-a75f-7e35906f2a17?api-version=2024-05-01-preview&t=638938678208651952&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=ihSB0gFS3CxNYB3jW4RdBze-8NuTku-MVivxe2Gtiijc9U_SqMDbuf4LVbiCw_SGR1zeV1Bhg1rULdS95zyKwKKYzU4UJ3CoOl6LqzzdpzssOXf5bw58wWjYOD6P_-7zSQrH0uOjkNNBROAQvFUft1a32O6_jWG4KqyKg5io8dYG8R-ESJ2Z8-c0ZOov4XqxpeVtXtV6YtrSehtqDvUUnoGY1qYcX1vASQRz6pEU0w9N5cC-q0eYAPRMyZFpJ0pnu3Aq8Bf2Bbc0H1-Ya362eQCd0jQovEYpvHuxvtvttlYXbnoBXz6sEOtqoQaw6jDSF5YQQSmueCjI9A-dUpUhxw&h=Oif06AOeSDhe0BVDmaZh0hTOGQc_yJSBZpbEcvbVdrI cache-control: - no-cache content-length: - - '610' + - '660' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:04 GMT + - Fri, 19 Sep 2025 08:37:00 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/78d5b0c8-e992-4841-b2df-7e6147c546b5/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/da7c0dae-4013-4868-a75f-7e35906f2a17/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938678208808208&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=OAxHvZYKC4wDzx_5HoW1_lDJbbonpBOVMfkkENvS8MT8PHZrVOi4nNMaXjudHxp9i4eBWM7G98RRsd_eUD1uN6GYFTbY1GZjZyv5VnCzFrUGIg-Ks1C3K-olS9jWMMwP1Xkt5sHRkRK6iPpb91Xg-tL5zGJHsehTa2o2XdcPQQCzIPGgEZgDy4lEy8_laJxdV027kfXOX-iqdtfz95jB04bF0gHsu9TUuaX2ohJCznu3y8pcSfMC8LawiHA6IZt_XRDVZSiGnGB4DcNKY14nKdlfxRwOti2GLbD29yhzizAVqsOpjU-Xf_rrNEVMgus0D8XWSkvFdToZhPBpKLMytg&h=SmjrhUiqUdQMBtYaSb2ny2xl-sUx3ZJgmqbHSVQP0ag pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8bca5cae-661d-4a39-acfd-90db4a42906d + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 6312F4070C204B1195CF4D8428C5B060 Ref B: MAA201060514047 Ref C: 2025-09-19T08:37:00Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -680,119 +715,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:03.751309Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '814' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:39:05 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '610' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:39:07 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:03.751309Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:00.5526932Z"}}' headers: cache-control: - no-cache content-length: - - '814' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:12 GMT + - Fri, 19 Sep 2025 08:37:03 GMT expires: - '-1' pragma: @@ -801,16 +738,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: F19635284B39424DBCA1256C44F9B7C9 Ref B: MAA201060514011 Ref C: 2025-09-19T08:37:03Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -828,21 +765,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '611' + - '661' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:14 GMT + - Fri, 19 Sep 2025 08:37:04 GMT expires: - '-1' pragma: @@ -851,14 +788,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/9b56420c-7548-43b7-89b8-7d7c304cccf0 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: E7A18C006C8D430E9730A05654D97A4C Ref B: MAA201060515033 Ref C: 2025-09-19T08:37:04Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -876,21 +817,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:03.751309Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:00.5526932Z"}}' headers: cache-control: - no-cache content-length: - - '814' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:15 GMT + - Fri, 19 Sep 2025 08:37:07 GMT expires: - '-1' pragma: @@ -899,16 +840,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: EFB398F3A1AE49BF8E4D5AEAE82DF962 Ref B: MAA201060516025 Ref C: 2025-09-19T08:37:07Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -926,21 +867,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '611' + - '661' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:16 GMT + - Fri, 19 Sep 2025 08:37:08 GMT expires: - '-1' pragma: @@ -949,14 +890,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/9045dbcb-e228-4ed4-a56f-4b5bbc41fea1 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5F508653DE7E4632B09B34025E38E245 Ref B: MAA201060514051 Ref C: 2025-09-19T08:37:09Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -974,21 +919,21 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:03.751309Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:00.5526932Z"}}' headers: cache-control: - no-cache content-length: - - '814' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:18 GMT + - Fri, 19 Sep 2025 08:37:12 GMT expires: - '-1' pragma: @@ -997,16 +942,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: B40B868FE2E24885BD4217FB9ED33A84 Ref B: MAA201060516037 Ref C: 2025-09-19T08:37:12Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1024,21 +969,21 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '611' + - '661' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:19 GMT + - Fri, 19 Sep 2025 08:37:14 GMT expires: - '-1' pragma: @@ -1047,14 +992,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/a85e8599-7df0-4885-9676-8ccdcf5b9f23 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 94A9B5BC8F774333BAACBBAB3AACBC51 Ref B: MAA201060516009 Ref C: 2025-09-19T08:37:13Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1076,39 +1025,47 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/737f14e7-fb8d-4fb9-bbcc-cde8c77e0b6c?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/bfb98d6d-acb8-4563-ad2c-036ad149a577?api-version=2024-05-01-preview&t=638938678356254374&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=m6veqmLcMbE3zx-9HS26IG2jQThCsXHteaOZYijX5SSeFJaVhR6oXpdhzzCLrexhV5G_miDnl1OyY_8abd_Q6C9VZtxKZvZSPvlrXpN2Lq8ll_uobf3NENroL2n1xVr7m_4t-vC1rg4ngqnTj74unDuBoeKdKYOuxP8NY5_mcLB50h7zfLsUpJg-CWZqCjS2btBcH7Q4T2UY31E_hO3LtvjW1SzEOjQHTmJQ_-_E3zZQukhiZlOv5_2i3twz-UcvmFHBoV8iifyNpqtGmNrjdjwybY8Eyodqb1KiUwYV8ntuGJcC_ZOdtOk7tZJ7aeMwbg7s6aHCta4cAsv-BbpxPg&h=3sJo1UAQ_MQyrSP9Bpzy-kZuIKzJ-QfGnRf7NXUPL80 cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:21 GMT + - Fri, 19 Sep 2025 08:37:14 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/737f14e7-fb8d-4fb9-bbcc-cde8c77e0b6c/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/bfb98d6d-acb8-4563-ad2c-036ad149a577/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938678356410622&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=GRc0SCnY4veIKP_EZiSr-LAP8A72VPhvFnxo_NfxcanG_Q3C7JuErAI2G9eouZliZzThMo6DeSLepWwi_l-spBzry2tkvtclApSCBWytijypHX8EYVCyrRSKMYQgm7nuTcxxJHhbPbQFtegYfTT69Z0DjaSum38SZzIOJMWZMnRP-PxVZkkkpRO-slqtnD3c-ITsutFUBksj819qFvj4bmWHKeNfC7z2pOgGmhrtdu6WwngIVU94pMerb2BdiCu-rnfK7JZtiRg8l4osGXgQmPHta6NKCXM6OtN9dfE8bWzWpq5fqWE2pLIhZcNSoAKypXf9-4uPIF64i878r4ofFw&h=bvTIs3BZPDZVqUgXexeI86JM-zDAxwbpDYza-lZaNmk pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/4553c291-c522-4364-8397-070a3f5fcb1f + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 0E50CB3121C14718B34D1AC3282812BB Ref B: MAA201060515033 Ref C: 2025-09-19T08:37:14Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -1126,21 +1083,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:20.0728226Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:15.2035599Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:22 GMT + - Fri, 19 Sep 2025 08:37:18 GMT expires: - '-1' pragma: @@ -1149,16 +1106,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 8B5E35DF588E4D3489ADB56D50C31C64 Ref B: MAA201060515051 Ref C: 2025-09-19T08:37:17Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1176,21 +1133,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:23 GMT + - Fri, 19 Sep 2025 08:37:19 GMT expires: - '-1' pragma: @@ -1199,14 +1156,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/17268084-1d8b-4bd8-a6d9-d3611779efd4 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 0415694C15BE4E7B8A699AA501C6B0FC Ref B: MAA201060513049 Ref C: 2025-09-19T08:37:19Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1224,21 +1185,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:20.0728226Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:15.2035599Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:27 GMT + - Fri, 19 Sep 2025 08:37:22 GMT expires: - '-1' pragma: @@ -1247,16 +1208,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: AE5B51234CED4471977AC2F7EDBCA639 Ref B: MAA201060515023 Ref C: 2025-09-19T08:37:22Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1274,21 +1235,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:29 GMT + - Fri, 19 Sep 2025 08:37:23 GMT expires: - '-1' pragma: @@ -1297,14 +1258,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6ef25f0c-c938-4730-b412-f8024d7ab766 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: E56E40D7EBF54AB5B2595164C912EE0B Ref B: MAA201060516027 Ref C: 2025-09-19T08:37:23Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1322,21 +1287,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:20.0728226Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:15.2035599Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:31 GMT + - Fri, 19 Sep 2025 08:37:25 GMT expires: - '-1' pragma: @@ -1345,16 +1310,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: F39B47BF3B9444B1A59BB1D74B54CC16 Ref B: MAA201060514039 Ref C: 2025-09-19T08:37:26Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1372,21 +1337,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:33 GMT + - Fri, 19 Sep 2025 08:37:26 GMT expires: - '-1' pragma: @@ -1395,14 +1360,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/41de6d4e-ff2f-4ebb-8be4-8f4b586f8d9b + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 97B592D98F1B4DE38D01B51F70389DB7 Ref B: MAA201060513023 Ref C: 2025-09-19T08:37:27Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1420,21 +1389,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:20.0728226Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:15.2035599Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:34 GMT + - Fri, 19 Sep 2025 08:37:29 GMT expires: - '-1' pragma: @@ -1443,16 +1412,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 22A5DBF2E3B74C0C88199231FEC38EA0 Ref B: MAA201060515011 Ref C: 2025-09-19T08:37:29Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1470,21 +1439,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:36 GMT + - Fri, 19 Sep 2025 08:37:31 GMT expires: - '-1' pragma: @@ -1493,14 +1462,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/869b1653-09cd-4d3c-9dbd-e394f7fb047a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 89395D3D254441859D91145BFB398659 Ref B: MAA201060514027 Ref C: 2025-09-19T08:37:31Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1518,21 +1491,20 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2020-02-02 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n + string: "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"ef0259d1-0000-0200-0000-6874bf620000\\\"\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n \ \"name\": \"cli_scenario_test_202207021820\",\r\n \"type\": \"microsoft.insights/components\",\r\n - \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n - \ \"etag\": \"\\\"850092f7-0000-0200-0000-6424f51d0000\\\"\",\r\n \"properties\": + \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"cli_scenario_test_202207021820\",\r\n \"AppId\": \"d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \"Application_Type\": \"web\",\r\n \ \"Flow_Type\": \"Redfield\",\r\n \"Request_Source\": \"IbizaAIExtension\",\r\n \ \"InstrumentationKey\": \"3752dcae-c088-46c7-bb64-4195d58c0687\",\r\n - \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/\",\r\n + \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \ \"Name\": \"cli_scenario_test_202207021820\",\r\n \"CreationDate\": \"2023-03-30T02:34:04.3297686+00:00\",\r\n \"TenantId\": \"d51e3ffe-6b84-49cd-b426-0dc4ec660356\",\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n @@ -1546,27 +1518,27 @@ interactions: cache-control: - no-cache content-length: - - '1547' + - '1598' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:37 GMT + - Fri, 19 Sep 2025 08:37:32 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:60b64f55-e716-48c8-8b96-83eb9c6a7a9b - server: - - Microsoft-IIS/10.0 + - appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 68DCC75761D2476CB1950DC95649833A Ref B: MAA201060513019 Ref C: 2025-09-19T08:37:32Z' x-powered-by: - ASP.NET status: @@ -1574,7 +1546,7 @@ interactions: message: OK - request: body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/"}}' + "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5"}}' headers: Accept: - application/json @@ -1585,45 +1557,53 @@ interactions: Connection: - keep-alive Content-Length: - - '274' + - '325' Content-Type: - application/json ParameterSetName: - -g -n --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/de453699-27ed-49ba-a213-6e6e7213071b?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/7b5afa7d-fb06-49c0-9446-92ee8a7342eb?api-version=2024-05-01-preview&t=638938678545143928&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=DOvVmccgRPPBmBtTN1Y3VQJ5waR0Qy8UgPWFJ7nG6w4ccG2QSwdxKuJd-He13EHHaNWQtWR_2IWSwVcTkLdCtsdxEHtuvUWpCRm3ARY1TtB4yg3mI9tpS1gbRlhFJHxgAT-O8RCwmzOAB8kfbeJzJWb6dWbihWvse86GMJ_CJOIx9s8lgPh-MhXZtLHBPCXyx2X01mRcGEZCZAWB2XIrovZkXAxl3VHqkEAu2172_6pOs72oykTWz6z_A_yIhqEcab6NbMi4VPJc0SADQIRYL-G-tLxxMNHcMrjkOXfUwf_fbIFru8fjpviUNhijzdrCq7R87_scSEXNpGFf7VitVw&h=mqrOZTun0dKE4z7a3EKEok_z8v9-Cv62HwDvtNllP4w cache-control: - no-cache content-length: - - '610' + - '660' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:38 GMT + - Fri, 19 Sep 2025 08:37:33 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/de453699-27ed-49ba-a213-6e6e7213071b/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/7b5afa7d-fb06-49c0-9446-92ee8a7342eb/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938678545143928&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=Pyo9-eLNJWImuj6dZoLEhEiHgjN8XXZBCxlVuwvoURyLaF3lNfwQ6nTCLXvqds46Ty-IiIxNZB-0T8wnCTuRKTQi_aWOedd2DSLZBddxb03ZkvSj21kprkHNecoCa8g_DzSWqFIj-tOeKosq_4f55kmh0s8xUFhIPAE4XQVq3ilyAWrB6MY3iKxFjUzFtl6R6tfu2B0LnFfUOUJocI0LbBh3hJN2WN-4qeuG2_F7Mla7xnIwYxrx1irfxd_DzioMVuzVUXh1FPL_texMs8vWWrSfn5xzjbdE-9ub_itt_HqEVKnBR11XPe4g1uPHMKLAe7uSxJ56r6nM4kmgkBlnvQ&h=h1nzsJql5TQl68whiQZvh_g7z328v13JYU8yTvAGxTE pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/93124fca-e169-4194-833e-ee88b9a88b11 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: AA199DDF9EEF4CA0A48AD2A7AE0198D1 Ref B: MAA201060513025 Ref C: 2025-09-19T08:37:33Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -1641,21 +1621,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:38.1703483Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:34.0143961Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:39 GMT + - Fri, 19 Sep 2025 08:37:36 GMT expires: - '-1' pragma: @@ -1664,16 +1644,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 48E07B499F244D95A62B3ABCD5F28E4E Ref B: MAA201060513031 Ref C: 2025-09-19T08:37:36Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1691,21 +1671,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '610' + - '661' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:41 GMT + - Fri, 19 Sep 2025 08:37:39 GMT expires: - '-1' pragma: @@ -1714,14 +1694,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6745d6db-0ca8-49a1-85ba-ae4c6c6a1690 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 042999CB49E3413BBF9B771284E26DDB Ref B: MAA201060516009 Ref C: 2025-09-19T08:37:38Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1737,23 +1721,23 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:38.1703483Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:34.0143961Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:45 GMT + - Fri, 19 Sep 2025 08:37:41 GMT expires: - '-1' pragma: @@ -1762,16 +1746,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: F6EB255CAC1E448F9D0007DE10B64512 Ref B: MAA201060516031 Ref C: 2025-09-19T08:37:41Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1787,23 +1771,23 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '611' + - '661' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:47 GMT + - Fri, 19 Sep 2025 08:37:43 GMT expires: - '-1' pragma: @@ -1812,14 +1796,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/2b61f6d4-6ee5-41b5-a19b-ab564f07107a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 99AA71F0D0CC4147A8B943AA95836563 Ref B: MAA201060515025 Ref C: 2025-09-19T08:37:42Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1831,27 +1819,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring update Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:38.1703483Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:34.0143961Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:48 GMT + - Fri, 19 Sep 2025 08:37:45 GMT expires: - '-1' pragma: @@ -1860,16 +1848,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1098' + x-msedge-ref: + - 'Ref A: 3FDA3726349E48FFBFB3BE0A39F5E0D3 Ref B: MAA201060516049 Ref C: 2025-09-19T08:37:45Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1881,27 +1869,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring update Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '611' + - '661' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:50 GMT + - Fri, 19 Sep 2025 08:37:47 GMT expires: - '-1' pragma: @@ -1910,19 +1898,23 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/21c51690-47d8-44a2-b370-cf33b9dc5f56 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: DE64023C497B4B27BA281A2A5B087A3D Ref B: MAA201060513017 Ref C: 2025-09-19T08:37:46Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": false}}' headers: Accept: - application/json @@ -1932,45 +1924,57 @@ interactions: - spring update Connection: - keep-alive + Content-Length: + - '39' + Content-Type: + - application/json ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:39:38.1703483Z"}}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/359e2ee1-1abf-4706-b657-8280584f3d89?api-version=2024-05-01-preview&t=638938678690432243&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=Bb9gp5RvM6Owa1uNhYjxE6JQ4Tpc0aj2r_GOulMIk_IJOU2LUMa9_zwo35sjDWePGOg3wPrh1-VeQO4XtdiSfrOoUmNVF4AGLwlNLMUnYKL_QQ3km380rT_tlUB9rvsTGZwV8RfHKW9KXMJWWFp1bMozqrToWMFXvKQh2k1MGpFSLUFUOIykRputU3GXiyFdTGFDas65isSecYprqFHymACBbvuf7SiTnPmz6YIS9bkGDctFJWONlITEXYvtMAgmK12qbS9sLe0oLhbQgvS8PzhKsW96692Vl0t8oUxnFdfVPIzzmwDZFaUMBQPEijmvZwOHRJSIIpm3DuTNZ3OqxA&h=i3BgjmrxkyhD5csepDVT4Iga0bnZfOU8iMmpO3MUiRU cache-control: - no-cache content-length: - - '815' + - '413' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:52 GMT + - Fri, 19 Sep 2025 08:37:48 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/359e2ee1-1abf-4706-b657-8280584f3d89/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938678690588431&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=ZWnwpzkFy0z3RpLZRVTIt-OQYkhDC5i38aMsEuhup2q10s947_I8vRtZawE1VYNIEbHZR-M8iL_Zd4rFrZQI9C2hPTlgLbvjjQGUgzhDYxtLaDY-Kp0DXVrgpmii1W97s8ixgw_ugWaSRUeJnI92N8wOJjYe-LdshPYx57sK7idjOzF92210LXGa8QofvlcPhicHCDdTXx3ghA_FccpvVnh4WQnMRsxqlgshRfpcUgTdZntMKtP5h2zXpCJCsVDLEWTC0awzkFHZWTCt-60WBOR2K2ctUrhcfpmLziO3n_y2qRAL2sf3zTko3qE8PjHsdH7UYKTaXxOsNy2BOMzYRg&h=D3HEcC83pKfrqFDI24do1UUGnde4-Qx7ZYUnd-AbuOI pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8bef81e2-e6d0-4f0e-8ce7-c930128ef505 + x-ms-ratelimit-remaining-subscription-global-writes: - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: 57366BBFF2674E79B4D833CF94AF67EA Ref B: MAA201060513035 Ref C: 2025-09-19T08:37:48Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -1979,27 +1983,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring update + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -g -n --disable-app-insights --no-wait + - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:48.558782Z"}}' headers: cache-control: - no-cache content-length: - - '611' + - '806' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:39:52 GMT + - Fri, 19 Sep 2025 08:37:51 GMT expires: - '-1' pragma: @@ -2008,120 +2012,121 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: D262626FFFDC448C8F14A6C15E266E18 Ref B: MAA201060514051 Ref C: 2025-09-19T08:37:51Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: '{"properties": {"traceEnabled": false}}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring update + - spring app-insights show Connection: - keep-alive - Content-Length: - - '39' - Content-Type: - - application/json ParameterSetName: - - -g -n --disable-app-insights --no-wait + - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"error":{"code":"SubscriptionRequestsThrottled","message":"Number - of requests for subscription ''d51e3ffe-6b84-49cd-b426-0dc4ec660356'' and - operation ''PUT/SUBSCRIPTIONS/RESOURCEGROUPS/PROVIDERS/MICROSOFT.APPPLATFORM/SPRING/MONITORINGSETTINGS/'' - exceeded the backend storage limit. Please try again after ''6'' seconds."}}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache - connection: - - close content-length: - - '317' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:09 GMT + - Fri, 19 Sep 2025 08:37:52 GMT expires: - '-1' pragma: - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/71e47e8e-0adc-4d48-84ef-b1d060c7282c + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: B301C238DC574BB886A66149CCA0614A Ref B: MAA201060513053 Ref C: 2025-09-19T08:37:52Z' + x-rp-server-mvid: + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 429 - message: '' + code: 200 + message: OK - request: - body: '{"properties": {"traceEnabled": false}}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring update + - spring app-insights show Connection: - keep-alive - Content-Length: - - '39' - Content-Type: - - application/json ParameterSetName: - - -g -n --disable-app-insights --no-wait + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:48.558782Z"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/ee974dda-ed60-4a42-9efd-44f7f6f813fb?api-version=2024-05-01-preview cache-control: - no-cache content-length: - - '414' + - '806' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:16 GMT + - Fri, 19 Sep 2025 08:37:55 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/ee974dda-ed60-4a42-9efd-44f7f6f813fb/Spring/cli-unittest10?api-version=2024-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 82018F1383D64E2BB70E0EDA54D21E4F Ref B: MAA201060514011 Ref C: 2025-09-19T08:37:55Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -2134,23 +2139,23 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:16.0470942Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '815' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:19 GMT + - Fri, 19 Sep 2025 08:37:56 GMT expires: - '-1' pragma: @@ -2159,16 +2164,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/e6339e6b-7c3c-4936-bbe2-d39625843661 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 656814D3E8B2477D8B6A36F0A5E19184 Ref B: MAA201060516039 Ref C: 2025-09-19T08:37:56Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2180,27 +2187,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring update Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:37:48.558782Z"}}' headers: cache-control: - no-cache content-length: - - '414' + - '806' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:20 GMT + - Fri, 19 Sep 2025 08:37:59 GMT expires: - '-1' pragma: @@ -2209,14 +2216,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 1A52134460114202ADF4D6522068AD70 Ref B: MAA201060515031 Ref C: 2025-09-19T08:37:59Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2228,27 +2237,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring update Connection: - keep-alive ParameterSetName: - - -g -n --query -o + - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:16.0470942Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '815' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:25 GMT + - Fri, 19 Sep 2025 08:38:01 GMT expires: - '-1' pragma: @@ -2257,67 +2266,84 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/872d0a9a-86ae-4db4-9141-386e14a94006 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: BE5B306119574F5888F5A9DB2C4323BE Ref B: MAA201060516037 Ref C: 2025-09-19T08:38:00Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "00000000-0000-0000-0000-000000000000"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring update Connection: - keep-alive + Content-Length: + - '111' + Content-Type: + - application/json ParameterSetName: - - -g -n --query -o + - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/0e1ff9bc-e101-4687-a54e-58b1ccb9964a?api-version=2024-05-01-preview&t=638938678828918091&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=a2dC8OF_v9ylfOmZJpRjFupCuyj4pm3x4clSriTEjJAHXJbWaA_iO-fBDzLnCQiU0Mt_lKnFmgG0VjIaopkW2KEhnAdYbOyv_dDi0TEZEiNYjUtknkY_Fhp5pTaIEv5Rt1v6opsWMBUYurOBG6NNrHjcadnPF48O2mT40iwaLgUNj3MJwkktbUdejvEmZNmvf8Jf4Sy2ywDh2VQm0lv69EC41t_y2KQ3D_tyTKQBy5mWjHj4q2N2byolUImC36jrLaAUyq0brnxCppk9QPWkv8M-EruprUHGrNG7Ix6aulGBsOXtptUMBjpZWOCMr-sQzl889J28A1zR-pdOTKd2HA&h=Oc__La-4Rfu4JW_V_ot6t1n8qP5y7rFywAb75HWRDMk cache-control: - no-cache content-length: - - '415' + - '446' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:27 GMT + - Fri, 19 Sep 2025 08:38:02 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/0e1ff9bc-e101-4687-a54e-58b1ccb9964a/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938678829074321&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=aRa_BkM3zak2nsy0wR8bp6Y3IWJ046YDBn5VRah_jnCc7PPbqWlrJUVYhN3zMsagoXe2EYtmnBqm_w73wElzXOmYpeOxoYCU-N4ClEwJz1OaOyhxjDwU-yABMO5yyWGsQ1aLYcUzU-D9Sn9UyLfT0lOl8ycMztTB50_n1w3x5YvAtm6XZWAujcDeFDxeNx2v5PjyanKp1fBZ9OIgPMkFNTd6BKVOF0o9zcQSXKdLCM-fC8lVoFl9R1CeCt62Ngh1jXkTvkPy7uwIXBAq66CzPw-syt1OQrpIbP7pMpCP8MI3joteMxESziJhEUfVaLMcPNHMCUT6g4-jwrdaRMZY2Q&h=yRaWR0aWQIOA3kxboBDzpYP_UhDhdTp4bcUVVeJictk pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/47df27a4-85ca-4794-9663-1f5a8ccdc6f7 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: 46A860149AC34905A9350162207B0E78 Ref B: MAA201060514045 Ref C: 2025-09-19T08:38:02Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -2330,23 +2356,23 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:16.0470942Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:38:02.516807Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '806' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:28 GMT + - Fri, 19 Sep 2025 08:38:05 GMT expires: - '-1' pragma: @@ -2355,16 +2381,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: B5673557CFDC48658CAE7245C3A91C38 Ref B: MAA201060516035 Ref C: 2025-09-19T08:38:05Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2380,23 +2406,23 @@ interactions: Connection: - keep-alive ParameterSetName: - - -n -g + - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '447' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:30 GMT + - Fri, 19 Sep 2025 08:38:06 GMT expires: - '-1' pragma: @@ -2405,14 +2431,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/be8ddd2e-393a-447e-a470-ed2d07b06d09 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: A2C56CB57C0B4EA6AE69A16CE4F50B55 Ref B: MAA201060515019 Ref C: 2025-09-19T08:38:06Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2424,27 +2454,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring update + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -g -n --no-wait --app-insights-key + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:16.0470942Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:38:02.516807Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '806' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:32 GMT + - Fri, 19 Sep 2025 08:38:08 GMT expires: - '-1' pragma: @@ -2453,16 +2483,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: CE907BE0B2024F60AAAD5DB581CE0698 Ref B: MAA201060514053 Ref C: 2025-09-19T08:38:09Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2474,27 +2504,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring update + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -g -n --no-wait --app-insights-key + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '447' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:34 GMT + - Fri, 19 Sep 2025 08:38:10 GMT expires: - '-1' pragma: @@ -2503,20 +2533,23 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/7556e795-88b0-4422-aa29-3c4fef569d38 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 93253F4E4C9447BB9BDD576BED0B2C7D Ref B: MAA201060514039 Ref C: 2025-09-19T08:38:10Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "00000000-0000-0000-0000-000000000000"}}' + body: null headers: Accept: - application/json @@ -2526,49 +2559,45 @@ interactions: - spring update Connection: - keep-alive - Content-Length: - - '111' - Content-Type: - - application/json ParameterSetName: - - -g -n --no-wait --app-insights-key + - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:38:02.516807Z"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/efa616a3-f4c0-498f-a9f0-f0b6ae13e226?api-version=2024-05-01-preview cache-control: - no-cache content-length: - - '447' + - '806' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:34 GMT + - Fri, 19 Sep 2025 08:38:12 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/efa616a3-f4c0-498f-a9f0-f0b6ae13e226/Spring/cli-unittest10?api-version=2024-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: BAC027EE16994A4A85F29FE9E6CF3BB4 Ref B: MAA201060514031 Ref C: 2025-09-19T08:38:13Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -2577,371 +2606,27 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:34.4117278Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '815' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:40:36 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '447' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:40:38 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:34.4117278Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '815' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:40:42 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '448' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:40:43 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:34.4117278Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '815' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:40:45 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '448' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:40:47 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring update - Connection: - - keep-alive - ParameterSetName: - - -g -n --disable-app-insights --no-wait - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:34.4117278Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '815' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:40:48 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring update + - spring update Connection: - keep-alive ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '448' + - '447' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:49 GMT + - Fri, 19 Sep 2025 08:38:14 GMT expires: - '-1' pragma: @@ -2950,14 +2635,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/913ae943-b40f-4933-ba4b-2ebfa7488f9b + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 161C8C9F8B8541D19FBD8D5E43D10D73 Ref B: MAA201060513049 Ref C: 2025-09-19T08:38:14Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2979,39 +2668,47 @@ interactions: ParameterSetName: - -g -n --disable-app-insights --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/abbcf879-525c-4bc9-9262-3955a501e9d8?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/75ed8293-fd4d-4373-a5ad-c1948f2d990b?api-version=2024-05-01-preview&t=638938678962732134&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=A32BeQkVp-ZaHsNj3Zz39HUjc9MhW5rXCkioAah1D8EHqNTnL81IfY393LeUrk-X8a_2ZLVlxNU59Tp8L17IuMVYA_ioQtPRUbEG8xrHdiSaksKxfQSc7mXwnY7N16I31Y09Lsu_bULptedDR-MNZv9cavtrxJOCn-y68i7b9OPRCq5FHaoD6aSgAE2t3aCrrKG1KlRb37rYJU7TI-0FdRF3wpMfMUVCt7h98RyHwBCa6X2QUbduwK6tppMjeospXQopxwCDI66rVPn_ixJ4x1f7hqR0xf-vvU3_jy_ZkMsZxW1FQbWJF4LWeNfhLadOqxa3yRC4md3pd0MhXc1d3w&h=5I7ufPna53RyX9k_vKo36IiG8bNcoOcZpg1Fe-qp6Fg cache-control: - no-cache content-length: - - '414' + - '413' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:50 GMT + - Fri, 19 Sep 2025 08:38:15 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/abbcf879-525c-4bc9-9262-3955a501e9d8/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/75ed8293-fd4d-4373-a5ad-c1948f2d990b/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938678962732134&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=EkdlveqlJYYEPiDfrHzkc_5frTRUTxX_oyeBMzDmRCoW6qw9PfS3kjo9EdhTf8ayPtmwutUcu47_OfL_eutU5Mp0bbxcbpjDS31baXA_twZRTwOxj7lPrGKoGJqcPA1aZVDtFsgZixY2gYYk6vT_e2krV1Q6jeg2nrQQbm-d2buMcFyLGFsl6PIX8IJb71YC2I6WuSREiRWXVImqO3aE-YzhaMu_y00uoUIdJF7nXWfurnHlKDr6JYzIgcNFFVR3L-9Y1dbmKgN7m7kW2-ixpAVIWrghA7J5MYDNB6XRPMkDuwaPiuhI9Q0r63NGCP9WE4QndV1IHFjrBv1sRcoc3A&h=biJalkRAnE927yjeucB4g2s_J1ABN8A7GOCTchXIL1U pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/c84a735b-679c-44d0-bd7e-07384cbe8028 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: FCD452BA99CB463381E7771F99A58C66 Ref B: MAA201060516023 Ref C: 2025-09-19T08:38:15Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -3029,21 +2726,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:50.2507467Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:38:15.8357023Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:51 GMT + - Fri, 19 Sep 2025 08:38:18 GMT expires: - '-1' pragma: @@ -3052,16 +2749,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 76721EC9BB894E93A6A4C27A3E45186E Ref B: MAA201060513051 Ref C: 2025-09-19T08:38:18Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3079,12 +2776,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache @@ -3093,105 +2790,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:52 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:50.2507467Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '815' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:40:57 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '415' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:40:59 GMT + - Fri, 19 Sep 2025 08:38:20 GMT expires: - '-1' pragma: @@ -3200,14 +2799,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/16cd786d-3461-4492-8c24-116def42cd0f + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: D8D2CDE6D2444FFCAF52B8E8EE046AEC Ref B: MAA201060514047 Ref C: 2025-09-19T08:38:19Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3225,21 +2828,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:50.2507467Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:38:15.8357023Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:40:59 GMT + - Fri, 19 Sep 2025 08:38:22 GMT expires: - '-1' pragma: @@ -3248,16 +2851,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 9A1DAFBF1B0949CCB7DD2DEE5EE87AF8 Ref B: MAA201060514027 Ref C: 2025-09-19T08:38:22Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3275,21 +2878,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:41:01 GMT + - Fri, 19 Sep 2025 08:38:24 GMT expires: - '-1' pragma: @@ -3298,14 +2901,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/72e0afdd-939b-4d23-9550-e61b321c78de + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 86DE2F02EDF1449DB7A74AE32EAB7003 Ref B: MAA201060515025 Ref C: 2025-09-19T08:38:23Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3323,21 +2930,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:40:50.2507467Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:38:15.8357023Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:41:02 GMT + - Fri, 19 Sep 2025 08:38:26 GMT expires: - '-1' pragma: @@ -3346,16 +2953,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: AD94A901C4B74188A2FAA1336F8467FE Ref B: MAA201060515051 Ref C: 2025-09-19T08:38:26Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3373,21 +2980,21 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":false,"appInsightsInstrumentationKey":null,"appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '415' + - '414' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:41:04 GMT + - Fri, 19 Sep 2025 08:38:27 GMT expires: - '-1' pragma: @@ -3396,14 +3003,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/feeae52f-c935-46db-b11d-f69f562c1ffd + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 327034501C5E48279507A47A4548F9DE Ref B: MAA201060513011 Ref C: 2025-09-19T08:38:27Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3426,39 +3037,47 @@ interactions: ParameterSetName: - -g -n --no-wait --app-insights-key User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest10/operationId/d0fffb87-68dc-4832-a879-33ea3e9bd5f4?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationStatus/cli-unittest11/operationId/c2720a4a-d552-427a-95f7-111f60c2c8fc?api-version=2024-05-01-preview&t=638938679094459731&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=Wg1yxzKCgf4iBmVtZgY9jG05JgjJErd9WGzcFH11JjPomq5MEuhRYWcBnLBjIxnbPD6FzdWQA6LCn4rM_UGst29FeAqqO3sveuQEXbPpQp1otk3e-8Kzp7QxvnRDsMdsnZlwjKKOL9GkG37PPu7dw23GyBDr6OUVaEhr880uR6LH4MpBHIdNTNP5GAwMJ4tMBxhmmIRfUmFagXgh3RoHV46hnZ4zc_zDpJCXIEEv4gdQXQAjyw2EAIQI1IVR3-Bc5SR_fZTW16OwAi3yw_TMB0iQaM8UuB_RTO2RlWbYAH1fiT0HTx_zr0PgJ58VE8FYvPnW1K6BWQLdczRa7n13Jg&h=tz0B7H1dVv-Ph9iQXW9Cq19NxOHVArxTU_lnUqMY6aU cache-control: - no-cache content-length: - - '518' + - '517' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:41:05 GMT + - Fri, 19 Sep 2025 08:38:29 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/d0fffb87-68dc-4832-a879-33ea3e9bd5f4/Spring/cli-unittest10?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/centralindia/operationResults/c2720a4a-d552-427a-95f7-111f60c2c8fc/Spring/cli-unittest11?api-version=2024-05-01-preview&t=638938679094615305&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=Zba42_U0pKlVNbK7CP0dqaPsb-Ck4aSrX1alFkcFD8N4s0XZz48XO4yiotWkCRrIyWa6X5CcEzyCGpmmu77lhcOcx-4EDqnwvSgv1xDko6IrAY9t9c7hejw9dksiHAbZ6MLD6d6u_c1wmlPQOekrFh1QqhwPIaDhqqdjQFeiw_73YuLG8X8TuOvd3O8W5_BDt_aC9mIDP3Gne3EBdEJogaOtlZfS3hk4xhY-nqN3KFM9-NDr-8jzXgdtXyY6eM4pBN723bK4uZNrr4ztAbWdlRdioVQ2R67DSDU6784RP8It-8l39CfiJCQbIntaa_jFE3MJuzPLMtOCsIM-YaF2zQ&h=WDccwPMAc0tr02qphMEFq_HA1cLukB_w39VRCTCcmYM pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/01b9f768-300d-4624-b54d-0b4cd7fa9945 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 81F729A5AB3C42A78D2D9E56CE8CE4B9 Ref B: MAA201060515019 Ref C: 2025-09-19T08:38:28Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -3476,21 +3095,21 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:41:05.3965423Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:38:29.0865238Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:41:07 GMT + - Fri, 19 Sep 2025 08:38:31 GMT expires: - '-1' pragma: @@ -3499,16 +3118,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 6BC37827A70842C69907AB701CDB63EB Ref B: MAA201060516021 Ref C: 2025-09-19T08:38:31Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3526,12 +3145,12 @@ interactions: ParameterSetName: - -g -n --query -o User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache @@ -3540,7 +3159,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:41:08 GMT + - Fri, 19 Sep 2025 08:38:32 GMT expires: - '-1' pragma: @@ -3549,112 +3168,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/88b3e3a1-1b5f-4e66-9522-7fc4b05fc83c + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 1059B2C305A648F486FBA7E4F44999E6 Ref B: MAA201060514037 Ref C: 2025-09-19T08:38:32Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:41:05.3965423Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '815' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:41:12 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -g -n --query -o - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '519' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 18 May 2023 09:41:14 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3672,21 +3197,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f7b0f257e39f4fb694b260c45570ae39","networkProfile":{"outboundIPs":{"publicIPs":["20.207.82.238","20.207.87.171"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest10.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10","name":"cli-unittest10","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-03-30T02:14:44.8424799Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:41:05.3965423Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"57b5f74254954b73b28ab98c4eb30720","networkProfile":{"outboundIPs":{"publicIPs":["135.235.248.211","135.235.252.190"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest11.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"S0","tier":"Standard"},"location":"centralindia","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11","name":"cli-unittest11","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T07:09:04.4833514Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:38:29.0865238Z"}}' headers: cache-control: - no-cache content-length: - - '815' + - '807' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:41:15 GMT + - Fri, 19 Sep 2025 08:38:35 GMT expires: - '-1' pragma: @@ -3695,16 +3220,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 07EF5953A023402D88C0FA6DC143159D Ref B: MAA201060515009 Ref C: 2025-09-19T08:38:35Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3722,21 +3247,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest10/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest11/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '519' + - '518' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:41:16 GMT + - Fri, 19 Sep 2025 08:38:36 GMT expires: - '-1' pragma: @@ -3745,14 +3270,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/28477c53-87f0-410d-81b9-6ad6ad43c158 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 45FD1D0CFBA24ECD85097EC7925EFFE4 Ref B: MAA201060515051 Ref C: 2025-09-19T08:38:36Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK diff --git a/src/spring/azext_spring/tests/latest/recordings/test_create_asc_heavy_cases.yaml b/src/spring/azext_spring/tests/latest/recordings/test_create_asc_heavy_cases.yaml index 9f9aa9ee284..a22a5235114 100644 --- a/src/spring/azext_spring/tests/latest/recordings/test_create_asc_heavy_cases.yaml +++ b/src/spring/azext_spring/tests/latest/recordings/test_create_asc_heavy_cases.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-1"}' + body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-12-1"}' headers: Accept: - application/json @@ -11,13 +11,13 @@ interactions: Connection: - keep-alive Content-Length: - - '66' + - '69' Content-Type: - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2024-05-01-preview response: @@ -29,9 +29,9 @@ interactions: content-length: - '22' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:52:11 GMT + - Fri, 19 Sep 2025 08:36:39 GMT expires: - '-1' pragma: @@ -40,16 +40,20 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/malaysiasouth/8602aee4-a86f-43e5-b8d6-0964301bf1d9 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 41D697A95FF94053898577377C38BC8B Ref B: MAA201060516035 Ref C: 2025-09-19T08:36:36Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -72,39 +76,45 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:52:13.0146849Z"}}' + string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"f2b628316c04482bb46b9c92afe3ea05","powerState":"Running","fqdn":"cli-unittest-12-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1","name":"cli-unittest-12-1","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:36:43.2930794Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:36:43.2930794Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU cache-control: - no-cache content-length: - - '695' + - '692' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:52:13 GMT + - Fri, 19 Sep 2025 08:36:44 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/c6759ff5-eafa-410f-9e42-e2d6ec06cfec/Spring/cli-unittest-1?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/00e66963-d004-4801-b863-3564384ae31b/Spring/cli-unittest-12-1?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=GZwoynNrRuGB7uXELLC24kh35MEgm-PiBcqZM6nWNSoQ1uWrSu1srr4szI7AEios29VaHjhXLVvHKcBL3R61tYxraFk03KYvUfjobBMynQJmMzm5c75_reIHs5Uw0ycd1WkxY6afVqfwfyAY4nXvUoiPan5kLZesoSHm6m3PLMOYHfs5nQJwMRKkpK9MieBQ8zTS7TpYmfdYKhO3ain2e4vDEx0zhInmOjBYiMj8znQGwkAVBLS8v0ktslfR86k9l1rWIbRzissJOrtRXQbKWm2k5KD2y7F7yJ0StI6CHvzSHMiUAQa43GEuCORtxmEvXSeznJa-qv-KEYPjI5OryA&h=FBQhOXWDBtl11AkIq_KvGmhKE4XjJ0j18yJj4Jxjwac pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/southeastasia/dccfe28b-60b3-41d6-9dba-bbc575047a29 x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: E61E420B93164F7F855B5E0BD3EE8F7A Ref B: MAA201060515051 Ref C: 2025-09-19T08:36:40Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 201 message: Created @@ -122,21 +132,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:52:44 GMT + - Fri, 19 Sep 2025 08:36:47 GMT expires: - '-1' pragma: @@ -145,14 +155,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/dd6f7aca-7ea3-423c-9906-50854461afc4 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 51D20D7C815C42999480187045668184 Ref B: MAA201060515039 Ref C: 2025-09-19T08:36:46Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -170,21 +184,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:52:54 GMT + - Fri, 19 Sep 2025 08:36:59 GMT expires: - '-1' pragma: @@ -193,14 +207,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/4d22fcd2-58eb-40ae-bbc7-59d0c07eb278 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7691A6C969534E8C9E4B481809E1535A Ref B: MAA201060516031 Ref C: 2025-09-19T08:36:58Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -218,21 +236,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:53:05 GMT + - Fri, 19 Sep 2025 08:37:12 GMT expires: - '-1' pragma: @@ -241,14 +259,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/1f7aa14b-7d03-48c4-afb3-1686c8340664 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: AED05E69DD274C70A0923D00458DFDA9 Ref B: MAA201060514033 Ref C: 2025-09-19T08:37:11Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -266,21 +288,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:53:15 GMT + - Fri, 19 Sep 2025 08:37:24 GMT expires: - '-1' pragma: @@ -289,14 +311,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/a87b2d06-bc93-4afa-a2f2-11b4faba9d13 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F03E47ADB76A4078A8BE5D6AEBEFE9E2 Ref B: MAA201060513025 Ref C: 2025-09-19T08:37:23Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -314,21 +340,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:53:26 GMT + - Fri, 19 Sep 2025 08:37:36 GMT expires: - '-1' pragma: @@ -337,14 +363,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/bcb31d00-1e0a-4711-891e-a93a7508131c + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8282013A50F04CA0B87559162A35C489 Ref B: MAA201060514037 Ref C: 2025-09-19T08:37:35Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -362,21 +392,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:53:36 GMT + - Fri, 19 Sep 2025 08:37:48 GMT expires: - '-1' pragma: @@ -385,14 +415,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/1b23665a-e5bc-4971-8981-9522873bb6f9 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7B1A41F2355D4F94901EB8803486B8CF Ref B: MAA201060514053 Ref C: 2025-09-19T08:37:47Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -410,21 +444,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:53:47 GMT + - Fri, 19 Sep 2025 08:38:00 GMT expires: - '-1' pragma: @@ -433,14 +467,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/f0f0bcf4-46a3-4416-a652-bd4df3b8083d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 70C06FE6C24A4C14A770AEC16CB8A143 Ref B: MAA201060514037 Ref C: 2025-09-19T08:38:00Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -458,21 +496,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:53:57 GMT + - Fri, 19 Sep 2025 08:38:13 GMT expires: - '-1' pragma: @@ -481,14 +519,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/7cbbe4ad-f55a-4955-b6bd-1225f472c181 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 539F27576FE14A009B49E711E78A408F Ref B: MAA201060513029 Ref C: 2025-09-19T08:38:12Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -506,21 +548,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:54:08 GMT + - Fri, 19 Sep 2025 08:38:25 GMT expires: - '-1' pragma: @@ -529,14 +571,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/43bb194c-42cc-4b3e-95a2-feca627f778b + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 20127B56617C458D892C6E51D7256ABD Ref B: MAA201060516037 Ref C: 2025-09-19T08:38:24Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -554,21 +600,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:54:19 GMT + - Fri, 19 Sep 2025 08:38:37 GMT expires: - '-1' pragma: @@ -577,14 +623,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/755c9195-50e5-40ef-8f07-0bc0f31d3720 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 9443B1D33D2C4B029F2552CDED426099 Ref B: MAA201060516045 Ref C: 2025-09-19T08:38:36Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -602,21 +652,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:54:29 GMT + - Fri, 19 Sep 2025 08:38:50 GMT expires: - '-1' pragma: @@ -625,14 +675,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/4d0cb8a7-30da-48ca-9b4a-a44bf4133b17 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: DB030851ED284A21BC3615FFE1944C6E Ref B: MAA201060514039 Ref C: 2025-09-19T08:38:50Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -650,21 +704,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:54:40 GMT + - Fri, 19 Sep 2025 08:39:03 GMT expires: - '-1' pragma: @@ -673,14 +727,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/d797ea0a-6857-4990-bedf-43e9bfd5645a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 00F9E41A6F504B9AA8870C38CD333542 Ref B: MAA201060514023 Ref C: 2025-09-19T08:39:02Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -698,21 +756,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:54:50 GMT + - Fri, 19 Sep 2025 08:39:15 GMT expires: - '-1' pragma: @@ -721,14 +779,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8012d2fb-4931-408a-80d6-2e6542c8d881 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: AF74F1D9147C4523BC8816A1A75AEF1D Ref B: MAA201060513009 Ref C: 2025-09-19T08:39:15Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -746,21 +808,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:55:00 GMT + - Fri, 19 Sep 2025 08:39:27 GMT expires: - '-1' pragma: @@ -769,14 +831,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6560f452-d9d0-465b-88e8-09380417ee91 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: B30320F9AF054CDE97D49F325081A809 Ref B: MAA201060513023 Ref C: 2025-09-19T08:39:27Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -794,21 +860,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:55:12 GMT + - Fri, 19 Sep 2025 08:39:40 GMT expires: - '-1' pragma: @@ -817,14 +883,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/9900f8b2-c99f-496d-9338-7ba96c793840 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 9B6A4BA7A7E845DF9BEA1850B519D830 Ref B: MAA201060515051 Ref C: 2025-09-19T08:39:39Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -842,21 +912,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:55:23 GMT + - Fri, 19 Sep 2025 08:39:52 GMT expires: - '-1' pragma: @@ -865,14 +935,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/7cde1843-1b14-4e51-ae9c-7d3f17090493 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 02F68E68C7C246A8BA786D422F77B75B Ref B: MAA201060513027 Ref C: 2025-09-19T08:39:51Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -890,21 +964,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:55:33 GMT + - Fri, 19 Sep 2025 08:40:04 GMT expires: - '-1' pragma: @@ -913,14 +987,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/aa8e05b2-1054-479a-9c4e-603cc43529d4 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 2CF50E96F8F4465DA9B977C61950BA8F Ref B: MAA201060514023 Ref C: 2025-09-19T08:40:04Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -938,21 +1016,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:55:43 GMT + - Fri, 19 Sep 2025 08:40:16 GMT expires: - '-1' pragma: @@ -961,14 +1039,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/e1a2a704-a1a6-453d-a787-ce2922766ee0 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F6967283E98E485BA68D1A79B4671317 Ref B: MAA201060516027 Ref C: 2025-09-19T08:40:16Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -986,21 +1068,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:55:54 GMT + - Fri, 19 Sep 2025 08:40:29 GMT expires: - '-1' pragma: @@ -1009,14 +1091,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/cafb1eba-746b-4be0-83c1-fb42beab5d9b + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 75D808006E7A4EBAB061656A504D18A4 Ref B: MAA201060513029 Ref C: 2025-09-19T08:40:28Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1034,21 +1120,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:56:05 GMT + - Fri, 19 Sep 2025 08:40:41 GMT expires: - '-1' pragma: @@ -1057,14 +1143,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/4eab2670-fcf8-4dd8-b267-77d5dee02111 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 4DE4ED1E61BF4ED18BD9AD21014CCF85 Ref B: MAA201060515035 Ref C: 2025-09-19T08:40:41Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1082,21 +1172,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:56:15 GMT + - Fri, 19 Sep 2025 08:40:54 GMT expires: - '-1' pragma: @@ -1105,14 +1195,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/feb448e5-3a7f-4569-ad11-c29152382e1f + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 54EF6A28890E4E66BF91ED46E970BC86 Ref B: MAA201060513011 Ref C: 2025-09-19T08:40:53Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1130,21 +1224,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:56:26 GMT + - Fri, 19 Sep 2025 08:41:07 GMT expires: - '-1' pragma: @@ -1153,14 +1247,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b63558f3-b866-44dd-bde9-3ffb9e8825e3 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 0EA2202765D24AAAB603DFF31C1A54EB Ref B: MAA201060515025 Ref C: 2025-09-19T08:41:06Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1178,21 +1276,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:56:36 GMT + - Fri, 19 Sep 2025 08:41:18 GMT expires: - '-1' pragma: @@ -1201,14 +1299,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8198800a-9b82-4c51-9cd6-abe0d788ef3a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 180C41CE4A94448CB71A9FAAEE555734 Ref B: MAA201060514019 Ref C: 2025-09-19T08:41:18Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1226,21 +1328,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:56:47 GMT + - Fri, 19 Sep 2025 08:41:31 GMT expires: - '-1' pragma: @@ -1249,14 +1351,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/2fab4113-9b43-414d-b501-3da8a1765af1 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F64F566559224FF0AE7F34A4EB8E4DA0 Ref B: MAA201060513045 Ref C: 2025-09-19T08:41:30Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1274,21 +1380,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:56:57 GMT + - Fri, 19 Sep 2025 08:41:43 GMT expires: - '-1' pragma: @@ -1297,14 +1403,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/364b9980-f194-40c9-954e-f9e87486c8be + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: B48C926C1A464A15902BD7BDD99E84DD Ref B: MAA201060515019 Ref C: 2025-09-19T08:41:43Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1322,21 +1432,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:57:08 GMT + - Fri, 19 Sep 2025 08:41:55 GMT expires: - '-1' pragma: @@ -1345,14 +1455,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/0b603e98-ce06-4384-9569-623761cb67ec + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5C18356C2D9D4901A2D1EC6183CC64E9 Ref B: MAA201060515047 Ref C: 2025-09-19T08:41:55Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1370,21 +1484,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:57:18 GMT + - Fri, 19 Sep 2025 08:42:07 GMT expires: - '-1' pragma: @@ -1393,14 +1507,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/c07fe870-b257-4f6e-bf32-dc36a98001e4 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 243EF0BF80D54C3EAF0D080A697C88D0 Ref B: MAA201060513011 Ref C: 2025-09-19T08:42:06Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1418,21 +1536,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:57:28 GMT + - Fri, 19 Sep 2025 08:42:19 GMT expires: - '-1' pragma: @@ -1441,14 +1559,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/db400b58-51d9-4849-850e-12ac2136a3d8 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 1AABC4ABBE5B4A8B91D3D7FAD440D554 Ref B: MAA201060516031 Ref C: 2025-09-19T08:42:19Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1466,21 +1588,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:57:40 GMT + - Fri, 19 Sep 2025 08:42:31 GMT expires: - '-1' pragma: @@ -1489,14 +1611,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/02c0b60a-152f-422e-b54f-04ffaefecd1b + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F814647BB5A44CA79D91A9AC3C254A82 Ref B: MAA201060516011 Ref C: 2025-09-19T08:42:31Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1514,21 +1640,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:57:51 GMT + - Fri, 19 Sep 2025 08:42:43 GMT expires: - '-1' pragma: @@ -1537,14 +1663,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/655af3c4-d3b6-48af-bb8a-b5deee9935c0 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: BDD0881AD01C4B7EAD3CE84CAD43C381 Ref B: MAA201060516023 Ref C: 2025-09-19T08:42:43Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1562,21 +1692,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Running","startTime":"2023-05-18T09:52:13.6849493Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:01 GMT + - Fri, 19 Sep 2025 08:42:56 GMT expires: - '-1' pragma: @@ -1585,14 +1715,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/c166410d-b905-45b5-97a9-276a349bfde1 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8A3F04C3D18B4C73B8137005F06F89AE Ref B: MAA201060515023 Ref C: 2025-09-19T08:42:55Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1610,21 +1744,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/c6759ff5-eafa-410f-9e42-e2d6ec06cfec","name":"c6759ff5-eafa-410f-9e42-e2d6ec06cfec","status":"Succeeded","startTime":"2023-05-18T09:52:13.6849493Z","endTime":"2023-05-18T09:58:03.3322826Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '359' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:11 GMT + - Fri, 19 Sep 2025 08:43:08 GMT expires: - '-1' pragma: @@ -1633,14 +1767,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/aeb8e638-be3b-4aec-bb6f-3f45296458b8 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8AC7F0113A0B4D979C166EC30D7A28F2 Ref B: MAA201060513021 Ref C: 2025-09-19T08:43:07Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1658,21 +1796,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","networkProfile":{"outboundIPs":{"publicIPs":["20.85.100.58"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:52:13.0146849Z"}}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '790' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:12 GMT + - Fri, 19 Sep 2025 08:43:20 GMT expires: - '-1' pragma: @@ -1681,16 +1819,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/750017b7-0e22-42d0-be6d-50d25204c7e8 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 65C3137E796F40EBBFE109073BCCE002 Ref B: MAA201060513033 Ref C: 2025-09-19T08:43:20Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1698,7 +1838,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1708,144 +1848,125 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n - \ \"name\": \"cli_scenario_test_202207021820\",\r\n \"type\": \"microsoft.insights/components\",\r\n - \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n - \ \"etag\": \"\\\"850092f7-0000-0200-0000-6424f51d0000\\\"\",\r\n \"properties\": - {\r\n \"ApplicationId\": \"cli_scenario_test_202207021820\",\r\n \"AppId\": - \"d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \"Application_Type\": \"web\",\r\n - \ \"Flow_Type\": \"Redfield\",\r\n \"Request_Source\": \"IbizaAIExtension\",\r\n - \ \"InstrumentationKey\": \"3752dcae-c088-46c7-bb64-4195d58c0687\",\r\n - \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/\",\r\n - \ \"Name\": \"cli_scenario_test_202207021820\",\r\n \"CreationDate\": - \"2023-03-30T02:34:04.3297686+00:00\",\r\n \"TenantId\": \"d51e3ffe-6b84-49cd-b426-0dc4ec660356\",\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n - \ \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/DefaultResourceGroup-CID/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-d51e3ffe-6b84-49cd-b426-0dc4ec660356-CID\",\r\n - \ \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": - \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": - \"v2\"\r\n }\r\n}" + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: - access-control-expose-headers: - - Request-Context cache-control: - no-cache content-length: - - '1547' + - '319' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:13 GMT + - Fri, 19 Sep 2025 08:43:32 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:60b64f55-e716-48c8-8b96-83eb9c6a7a9b - server: - - Microsoft-IIS/10.0 + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-powered-by: - - ASP.NET + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b9682672-ede0-430f-8ec1-7b84d21fe4de + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 816F59A882F94F03B2A404DADEF186FE Ref B: MAA201060516025 Ref C: 2025-09-19T08:43:32Z' + x-rp-server-mvid: + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive - Content-Length: - - '274' - Content-Type: - - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default","name":"default"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/94497f17-c8dd-46ec-8f28-74bc4f596ee5?api-version=2024-05-01-preview cache-control: - no-cache content-length: - - '610' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:16 GMT + - Fri, 19 Sep 2025 08:43:44 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/94497f17-c8dd-46ec-8f28-74bc4f596ee5/Spring/cli-unittest-1?api-version=2024-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/521e9e81-9f47-4714-ac7a-3660ef971b71 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F3D81B1518434C00B43BDACD2B8F24A8 Ref B: MAA201060516035 Ref C: 2025-09-19T08:43:43Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","networkProfile":{"outboundIPs":{"publicIPs":["20.85.100.58"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:14.8527891Z"}}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '790' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:18 GMT + - Fri, 19 Sep 2025 08:43:57 GMT expires: - '-1' pragma: @@ -1854,16 +1975,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/dc8ab0a4-a3d2-412c-9ffc-7873557c464f + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: CDF323D9A731418680124D1D9DF6D915 Ref B: MAA201060515017 Ref C: 2025-09-19T08:43:56Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1871,31 +1994,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","networkProfile":{"outboundIPs":{"publicIPs":["20.85.100.58"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:14.8527891Z"}}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '790' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:20 GMT + - Fri, 19 Sep 2025 08:44:09 GMT expires: - '-1' pragma: @@ -1904,16 +2027,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/41e9d883-6835-461e-b2a9-bafdbf8cd3a1 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 2AC3AA4B2E6646ABB476DDB8361D71DB Ref B: MAA201060515037 Ref C: 2025-09-19T08:44:09Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1921,31 +2046,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default","name":"default"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Running","startTime":"2025-09-19T08:36:44.7391791Z"}' headers: cache-control: - no-cache content-length: - - '610' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:22 GMT + - Fri, 19 Sep 2025 08:44:21 GMT expires: - '-1' pragma: @@ -1954,14 +2079,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6097434b-8f32-4d01-8c36-c59f7f232e49 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: B2A5928197CB4C28AD561A4D82BBAB4A Ref B: MAA201060516033 Ref C: 2025-09-19T08:44:21Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -1969,31 +2098,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b?api-version=2024-05-01-preview&t=638938678051055780&c=MIIIpTCCBo2gAwIBAgITFgGt2JEpNowfqCnGHAABAa3YkTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE5MTQ1NzQwWhcNMjYwMTE1MTQ1NzQwWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL5TQVW0Qals2t66nORtdmQwb00kVPjniCGDLLX4mwKZ-fxkHqwHO7g_esL2deyq8HcN36C0DLwWukkoVGn0ufXbKd1pJ4b5N_sx4zsPY-9cZffSeCobK9SMjDw_Z2FngZDr6jynqhn1LqM5oTNDC7WkeOTSdwhN3w0-wgZgYR6l5slOSYIk0nAkZj-Pt4UIneFIDrvRJ0f0vA3lPPcQ94RHxKqVM21jHUI1dgUO5gb4nv5xUsEJBSTgKA9pH4sWzyETRwvAn6ZtvhRLAT4VGssZKaNe9Fd-Fpp40QwiARBKySjS1MpVsyVhuGwxdWHhXfUscU5Ux_dlfgHy3RvE4PUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBQ_6zDy7fendurTyys2Fav6C-FFKjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAJaPckelU9EAh7Z5s4Kye0xRzJ1cRmt4BcOdI0s982io2nVT2oOo-grIVFjuZ6JQblfiWgy0CLlwdhXTLNrVMOfA-jZ9xZ7PPvXJjPilxt-ZaRt4wEUf2KYVbjdrhNWhRMQfbFJGL0lC4XNWLmvjBioFfwQ_GoerxWSDQl9VE7OEr7-R5XD6nK4_tIza2uzkO1OYffwtur3ezp5rw2cTlf0Y1oRSQXhPzea7-gCYBIqjXykR8v9x-SIwDHPqCyhXqDV1dRFFRSg7VaO5D28keTV7sQO7kduGVK8VK4vTPXXFOzfe9bt7eg0XBq6MfN4j17GQ_TVPUmxvfUoIDYMSpxZu4fGNQ9iKji6ncomVmF9LX6KPd0hWajO7jHWYztEjok0bL9oxAt_A7VZv5crnVac_PnTp2JFfYcYaO4YhRLyfb23v-DQx2WhUZ3mReiEiPAQbpA9wLUYLD7dkPDG5rJSpGnHGchUX-pvHsmlMmM5s9exP-Hxg6BSoQ8-7gO-SvTPuUVHK_3aCp7hNpoyD3cosIrbNQC5Fyi7rRlHTOKuttA9ZZQYWafSnDXdrpHBegHh2RFywnulrzw9pqevDo5FG-M6WUlsPV6lm9aGRWuXs98kExP_g3yzbXRfZ2MaG7c_G6aX2W3rMpuHJ5YsLmwsmVRl75UWaMJMBHcE71_39&s=RAxK5pkNNl8lRgWNd_PhO8IbMOtQOwGdIXe-KTXHLS9x1xt05HYpiE1U1asvmCUndZpq7hlunxkNsIZgF_slWbEV5GhejiRSjBQ-tZZK0rcT_ZvPS5CIPBg66f-6uvb2PLbCKfbUF8ORFc0eKtQuWPqG6Rd0Kcx-VMwVLCiPejSzUkKxVj7K2KH2DTLS2aVxRJtqH_NILEaxWhYBSaedyJLpQYMl2JARH3i4HGu2KbxnBN8f6-m3in1Yyl_stwvU5K0zvfzNjQO5WzbaMs2Uc-4sorBYB5dHND_hkSNVJiqQeoFu7jmPoNIIABOVfxaI7TpLdwqbW-lds9dRHhS1sQ&h=GTXhibEUxnj2vVE7zG5-TfhX_FsN18T8fzwd-wtRYWU response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"0445b07b41604cacb6d445a03ec27e2b","networkProfile":{"outboundIPs":{"publicIPs":["20.85.100.58"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1","name":"cli-unittest-1","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:52:13.0146849Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:14.8527891Z"}}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/00e66963-d004-4801-b863-3564384ae31b","name":"00e66963-d004-4801-b863-3564384ae31b","status":"Succeeded","startTime":"2025-09-19T08:36:44.7391791Z","endTime":"2025-09-19T08:44:25.442691Z"}' headers: cache-control: - no-cache content-length: - - '790' + - '361' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:25 GMT + - Fri, 19 Sep 2025 08:44:34 GMT expires: - '-1' pragma: @@ -2002,16 +2131,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/aa6ba8a5-ad95-4cd1-9ffc-1a31b5a73a3d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 26C2E1EB6BA74A849638F1877BBB07E3 Ref B: MAA201060516045 Ref C: 2025-09-19T08:44:33Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2019,31 +2150,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring app-insights show + - spring create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f2b628316c04482bb46b9c92afe3ea05","networkProfile":{"outboundIPs":{"publicIPs":["135.224.162.51"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1","name":"cli-unittest-12-1","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:36:43.2930794Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:36:43.2930794Z"}}' headers: cache-control: - no-cache content-length: - - '611' + - '789' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:26 GMT + - Fri, 19 Sep 2025 08:44:36 GMT expires: - '-1' pragma: @@ -2052,14 +2183,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: B328945C9BB543128BBB9A343A259374 Ref B: MAA201060516029 Ref C: 2025-09-19T08:44:35Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2071,50 +2204,68 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - spring delete + - spring create Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - -n -g --no-wait + - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-1?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2020-02-02 response: body: - string: '' + string: "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"ef0259d1-0000-0200-0000-6874bf620000\\\"\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n + \ \"name\": \"cli_scenario_test_202207021820\",\r\n \"type\": \"microsoft.insights/components\",\r\n + \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"properties\": + {\r\n \"ApplicationId\": \"cli_scenario_test_202207021820\",\r\n \"AppId\": + \"d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \"Application_Type\": \"web\",\r\n + \ \"Flow_Type\": \"Redfield\",\r\n \"Request_Source\": \"IbizaAIExtension\",\r\n + \ \"InstrumentationKey\": \"3752dcae-c088-46c7-bb64-4195d58c0687\",\r\n + \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n + \ \"Name\": \"cli_scenario_test_202207021820\",\r\n \"CreationDate\": + \"2023-03-30T02:34:04.3297686+00:00\",\r\n \"TenantId\": \"d51e3ffe-6b84-49cd-b426-0dc4ec660356\",\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n + \ \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/DefaultResourceGroup-CID/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-d51e3ffe-6b84-49cd-b426-0dc4ec660356-CID\",\r\n + \ \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": + \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": + \"v2\"\r\n }\r\n}" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-1/operationId/35402248-4b1c-442b-a28b-5a2696379d89?api-version=2024-05-01-preview + access-control-expose-headers: + - Request-Context cache-control: - no-cache content-length: - - '0' + - '1598' + content-type: + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:29 GMT + - Fri, 19 Sep 2025 08:44:36 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/35402248-4b1c-442b-a28b-5a2696379d89/Spring/cli-unittest-1?api-version=2024-05-01-preview pragma: - no-cache request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + - appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331 strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 6BB5AB061ED14D34B2EAA873D403F4B0 Ref B: MAA201060514027 Ref C: 2025-09-19T08:44:37Z' + x-powered-by: + - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: - body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-2"}' + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5"}}' headers: Accept: - application/json @@ -2125,132 +2276,135 @@ interactions: Connection: - keep-alive Content-Length: - - '66' + - '325' Content-Type: - application/json ParameterSetName: - - -n -g --sku -l --no-wait --app-insights --sampling-rate + - -n -g --sku -l --no-wait --app-insights User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"nameAvailable":true}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/86c116ea-673e-41cc-9d70-98eb77fc82e5?api-version=2024-05-01-preview&t=638938682797863058&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=Dy1n8NOgNCKAa_TaB2la8B0SJHt9ibVkf1lXY0Warhq_kRwhNg0HhSAQWLdycR0KCeX-oeKD1cjLXjZfRlTN55e1vB7aqyUY-LReXu80awoEIGC1IbI2k-9OaT0lqkV9y83Nz2b6pvKJX2cgyCivhBMb9bzIzoj7WFVjI2flKsAx8er1SzX-GCPxgfcy8aHXcGr_UL1L_qr-jSTqoxYSdsJavYQPqvb4cuLRSH8TEUcsT6cEtRqgVSD0IcOwGcWYUDS5yBCGKmyLaIvY6M3OkOAFX4jjKhwl39mf-OGLlUHF4JiUfjdGY8N2iKL_sokw4ptl08GouYeg8p0TRHDckg&h=wTk8OzDJtlTiz7qXBRAGWHkGF99wvy1iEw9X5SOdbU0 cache-control: - no-cache content-length: - - '22' + - '663' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:33 GMT + - Fri, 19 Sep 2025 08:44:39 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/86c116ea-673e-41cc-9d70-98eb77fc82e5/Spring/cli-unittest-12-1?api-version=2024-05-01-preview&t=638938682797863058&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=d-vvwHRvwS7zx8iStfAfuS-wW5wlFI9P5EPBh0YiJ02-ZoA11YAG9L6KTvMD9CDSXJEPWE-2-gSZGJAjCnR-s7VAncfvi1I6YqBVRPvwb4xh2-tRUM6BW4XLayN4YLD-XVtGhWqg1kUpWOCJUQSSzoRrGaFcwRXUyPUgxhCUFmR-okrTpeq1-mv3V7nL-U8SXQ9Ozpsq4bKfeXyqJ0EqZwBeOohKAQ4swPCxlgNI-oKOtVcpK7_9npBVZOPpSXwHuO0v6RqNw-vsiaexBXFPsxNutMWku0WgDZ_MrcXoYqRpoGpdmJZlNqukpdJ57eS2jHePflXOVmMr0KeXa2QFIw&h=C1oSMNoV8qI0Ya2WluMq24OJkawoRgu4mq4qpAmIsK0 pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/591a467b-e7a2-404d-99b4-913a684e5019 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: DF649266F5894102A01241DCFD9A8839 Ref B: MAA201060515009 Ref C: 2025-09-19T08:44:38Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: - body: '{"location": "eastus2", "properties": {"zoneRedundant": false}, "sku": - {"name": "B0", "tier": "Basic"}}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring show Connection: - keep-alive - Content-Length: - - '103' - Content-Type: - - application/json ParameterSetName: - - -n -g --sku -l --no-wait --app-insights --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:34.8920504Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f2b628316c04482bb46b9c92afe3ea05","networkProfile":{"outboundIPs":{"publicIPs":["135.224.162.51"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1","name":"cli-unittest-12-1","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:36:43.2930794Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:44:38.4893804Z"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview cache-control: - no-cache content-length: - - '695' + - '789' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:58:35 GMT + - Fri, 19 Sep 2025 08:44:43 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/5cb744b6-db30-4830-9dda-a600fd8be6eb/Spring/cli-unittest-2?api-version=2024-05-01-preview pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' + - '1099' + x-msedge-ref: + - 'Ref A: E63396EED59E4D08851CEC5A6BC015F5 Ref B: MAA201060516029 Ref C: 2025-09-19T08:44:42Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f2b628316c04482bb46b9c92afe3ea05","networkProfile":{"outboundIPs":{"publicIPs":["135.224.162.51"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1","name":"cli-unittest-12-1","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:36:43.2930794Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:44:38.4893804Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '789' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:59:06 GMT + - Fri, 19 Sep 2025 08:44:46 GMT expires: - '-1' pragma: @@ -2259,14 +2413,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: C9B07DBA244E4F9CBE0B1638A9514FDD Ref B: MAA201060514049 Ref C: 2025-09-19T08:44:46Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2274,31 +2430,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '316' + - '664' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:59:16 GMT + - Fri, 19 Sep 2025 08:44:48 GMT expires: - '-1' pragma: @@ -2307,14 +2463,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/2f65f812-e1a9-4aaf-8696-a592475d0669 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: BEA74F2688844ABD94075C844AC28FE3 Ref B: MAA201060513025 Ref C: 2025-09-19T08:44:47Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2322,31 +2482,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f2b628316c04482bb46b9c92afe3ea05","networkProfile":{"outboundIPs":{"publicIPs":["135.224.162.51"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-1.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1","name":"cli-unittest-12-1","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:36:43.2930794Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:44:38.4893804Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '789' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:59:27 GMT + - Fri, 19 Sep 2025 08:44:52 GMT expires: - '-1' pragma: @@ -2355,14 +2515,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 58AB7864C1FD4EBD9453273574F26E68 Ref B: MAA201060513027 Ref C: 2025-09-19T08:44:52Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2370,31 +2532,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '316' + - '664' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:59:37 GMT + - Fri, 19 Sep 2025 08:44:54 GMT expires: - '-1' pragma: @@ -2403,14 +2565,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/9a687bfd-437c-40a0-94ea-07212c1a7529 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 4D577A5A37484A79946E4C0BAFB93712 Ref B: MAA201060514033 Ref C: 2025-09-19T08:44:53Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2418,31 +2584,93 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - spring delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --no-wait + User-Agent: + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-1?api-version=2024-05-01-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-1/operationId/d2e3e887-6ef2-440c-a77d-a46d8816da2d?api-version=2024-05-01-preview&t=638938682986849103&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=Hy9RpuABg_iogNg16FReivmuHEUPWrMsUm6LXbGCwM7aCuiPOkl0xtnR_wFULcWEwnsaMNS5NmDosxm_xa99VtTaurj1epiCmAq1fq1mVhmthO1XN6tXIoRmLzOuJxTx3AwAsMi6ErZVNh1-wpG6vwasTBaGTIxw6iRQrAWmShTlortcQw1abnGIeUJ3zsbHvDKYuJ-5tUfeIto9vaEJuWllOGzfcMIAsAEryZ63A969Wz_JqeJaLFGeDAYiklGohNss28k3U_ureM9IkpJqfD_zB7Pvbuu_MVuELaNbhiZa1F54itd_faYqeFO2VGapy0Ygg8n9aBVJHUydyKlZgg&h=TQbvAvzdgsDuWj9QeHHKlbkOKO2xIBc70uScCFTFwHc + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 19 Sep 2025 08:44:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/d2e3e887-6ef2-440c-a77d-a46d8816da2d/Spring/cli-unittest-12-1?api-version=2024-05-01-preview&t=638938682986849103&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=m14Qj3YJMoXySXlx4-1jNsLd0P56jH4IKP2hkNKvh4PjcMCVvQDBCSEiVruvYI8TcXQ6FGyBW-hjBHMOulr9uQ6OmJpS1JPutQCogyVosJZUzqB9Ie4tdji_TA1gqgWTmhY4vmhnKcef_3w-dosd4r2QZYVgm4MV84YlG3oYB4L0gEf7xYuh8x6UB1Vz_xXpM-9YarW0PNo9p3zOLXYuk79drCmH1lQtW0GLW0DpdcLZb3zPH3QwOqp5X532IoOptt-1DpYCZuTIdkxNQ3ra8XxtmaFtR5E9rgDCKr0-lNl5iMtB2Ks8yu4xjr49DZnQmqkwbgOQkLKbX5X1Ho0oIw&h=Su4h1hwT90BWSewiFiijOprn-GQr-fKoejsbraPEvK8 + pragma: + - no-cache + request-context: + - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/2c1fc2ea-23f1-43b4-86b3-c67bf50f13fe + x-ms-ratelimit-remaining-subscription-deletes: + - '799' + x-ms-ratelimit-remaining-subscription-global-deletes: + - '11999' + x-msedge-ref: + - 'Ref A: 4553401ED38F4650B35649FEED8114B1 Ref B: MAA201060516011 Ref C: 2025-09-19T08:44:57Z' + x-rp-server-mvid: + - a587e300-bc21-43d0-99eb-59fc1a893ce1 + status: + code: 202 + message: Accepted +- request: + body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-12-2"}' + headers: + Accept: + - application/json Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive + Content-Length: + - '69' + Content-Type: + - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"nameAvailable":true}' headers: cache-control: - no-cache content-length: - - '316' + - '22' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:59:47 GMT + - Fri, 19 Sep 2025 08:45:03 GMT expires: - '-1' pragma: @@ -2451,65 +2679,84 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/a492cd64-7d9d-4d82-8032-12895eb6edfa + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: 9FDB66AF2B094C958B4FED36ABFC289B Ref B: MAA201060514037 Ref C: 2025-09-19T08:45:00Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"location": "eastus2", "properties": {"zoneRedundant": false}, "sku": + {"name": "B0", "tier": "Basic"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive + Content-Length: + - '103' + Content-Type: + - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"f65dd699117742c3b3c6989731e462e4","powerState":"Running","fqdn":"cli-unittest-12-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2","name":"cli-unittest-12-2","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:45:04.9238527Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:45:04.9238527Z"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg cache-control: - no-cache content-length: - - '316' + - '692' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 09:59:58 GMT + - Fri, 19 Sep 2025 08:45:06 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/953b0e67-51f3-4975-8436-953ce11697d6/Spring/cli-unittest-12-2?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=bdi54RWpxI3DIkiAS8x7Q9NLPLQrsxE0VcwI5g5Jm7wlFG9jNKHc_8cYwOBlbwwmEmougzhNxVNWpIsf6ol7QA8qO1_kEdWxILHyZLQrAHoVSZErejIfy7-Y6Fi2XTe9_EJfnah0oGAndl52PdM-eibMTVP5OTn5XdTtGxTFePwP1ajslbYXpo9O6uS_TdQhYoVcwDZ3tCbQcuQ2A-GVYabSjXUbuqfG45Cbvm1epA1zCf7rc9EMiLb5WSTj94dOEVYHGsCpdfFYehXxir1goUjZq0TLvtm-Pq0ur04jGCxMJoz6HgzrcFOc_MV7hpphrDAsxal88xc9EWUs1YtMpg&h=hIIBnr5Ur8Yqoy8Yr3ui7FYkJXpOAxQCIEwMiPH4Dv0 pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/55184beb-4dad-4606-8411-d17fa4d14ab8 + x-ms-ratelimit-remaining-subscription-resource-requests: + - '799' + x-msedge-ref: + - 'Ref A: 323634F5BC52466F85AFDB3EC84C1D3B Ref B: MAA201060516049 Ref C: 2025-09-19T08:45:04Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -2524,21 +2771,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:00:09 GMT + - Fri, 19 Sep 2025 08:45:08 GMT expires: - '-1' pragma: @@ -2547,14 +2794,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/55406662-b0dc-46a1-93bb-b3b5deddce33 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 9BBD711F8B8E4E94A398EA6FE3EF53C4 Ref B: MAA201060515019 Ref C: 2025-09-19T08:45:07Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2572,21 +2823,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:00:19 GMT + - Fri, 19 Sep 2025 08:45:20 GMT expires: - '-1' pragma: @@ -2595,14 +2846,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/33538a0e-b670-418e-9dcc-1f9f859de844 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7D806B6BEB8F481EA6CE9E7195A8CE74 Ref B: MAA201060514019 Ref C: 2025-09-19T08:45:19Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2620,21 +2875,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:00:30 GMT + - Fri, 19 Sep 2025 08:45:32 GMT expires: - '-1' pragma: @@ -2643,14 +2898,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/544e9383-8f70-467a-a6bc-bf9ea5ccd371 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 49641E9927BD428D85CBF0B2440FB20C Ref B: MAA201060516039 Ref C: 2025-09-19T08:45:31Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2668,21 +2927,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:00:41 GMT + - Fri, 19 Sep 2025 08:45:44 GMT expires: - '-1' pragma: @@ -2691,14 +2950,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/47e67698-9c19-4b35-b069-04c4e0bfd714 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 0C5C3AD4DF5E4E2DBB8D2483893F1608 Ref B: MAA201060514033 Ref C: 2025-09-19T08:45:43Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2716,21 +2979,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:00:51 GMT + - Fri, 19 Sep 2025 08:45:56 GMT expires: - '-1' pragma: @@ -2739,14 +3002,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/d5f38a7f-cccd-42f5-ab4b-1fb0544f8313 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: D2153F730FCB4E84AA628074C8BD3A95 Ref B: MAA201060514025 Ref C: 2025-09-19T08:45:55Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2764,21 +3031,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:01:02 GMT + - Fri, 19 Sep 2025 08:46:09 GMT expires: - '-1' pragma: @@ -2787,14 +3054,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/55b045e6-d310-44d1-9d96-2e337e0f30ea + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8C8487FC2F1F46ADAAF83C3EC3396792 Ref B: MAA201060514051 Ref C: 2025-09-19T08:46:08Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2812,21 +3083,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:01:12 GMT + - Fri, 19 Sep 2025 08:46:20 GMT expires: - '-1' pragma: @@ -2835,14 +3106,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b1a1822c-ffa7-4154-8b73-a3e589a1dc75 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7407B1B9F4C048B28AB96DFE98455F29 Ref B: MAA201060514039 Ref C: 2025-09-19T08:46:20Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2860,21 +3135,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:01:23 GMT + - Fri, 19 Sep 2025 08:46:33 GMT expires: - '-1' pragma: @@ -2883,14 +3158,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8453dcf5-4042-4302-99a5-b7b1688b81c0 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 3E6300F6D9F6432E912622B17684ADC5 Ref B: MAA201060514045 Ref C: 2025-09-19T08:46:32Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2908,21 +3187,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:01:33 GMT + - Fri, 19 Sep 2025 08:46:45 GMT expires: - '-1' pragma: @@ -2931,14 +3210,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6a3e20bb-37bb-4f92-ac24-1388a8833a75 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7B75BFEA5E3A441D9F2641B303C34E2D Ref B: MAA201060514047 Ref C: 2025-09-19T08:46:44Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -2956,21 +3239,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:01:43 GMT + - Fri, 19 Sep 2025 08:46:58 GMT expires: - '-1' pragma: @@ -2979,14 +3262,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/74f09aec-c03e-45bc-8c6b-91ee33b9b600 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 3925FB215B8143B8850E8744DF0B567E Ref B: MAA201060514049 Ref C: 2025-09-19T08:46:57Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3004,21 +3291,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:01:55 GMT + - Fri, 19 Sep 2025 08:47:09 GMT expires: - '-1' pragma: @@ -3027,14 +3314,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/060397ee-8f23-406e-a2dc-b98c54b55a6d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 895B39400B4348DD854F348F6DEC4D8F Ref B: MAA201060513019 Ref C: 2025-09-19T08:47:09Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3052,21 +3343,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:02:05 GMT + - Fri, 19 Sep 2025 08:47:20 GMT expires: - '-1' pragma: @@ -3075,14 +3366,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/dba08e07-a178-4963-b78e-a37d9fa6269d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F0EC51C30FDD46A59515258242915C6D Ref B: MAA201060513021 Ref C: 2025-09-19T08:47:21Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3100,21 +3395,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:02:17 GMT + - Fri, 19 Sep 2025 08:47:33 GMT expires: - '-1' pragma: @@ -3123,14 +3418,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/southeastasia/57f011da-fe84-4bdc-bf2f-c566124bd6a3 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 439AEEB1545C4564AF5607DB18952053 Ref B: MAA201060514009 Ref C: 2025-09-19T08:47:32Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3148,21 +3447,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:02:27 GMT + - Fri, 19 Sep 2025 08:47:45 GMT expires: - '-1' pragma: @@ -3171,14 +3470,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/3c46188b-9510-451c-b9be-23cbb8b4dd0a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 269CADB4850047FFBC930B22614730C1 Ref B: MAA201060516053 Ref C: 2025-09-19T08:47:44Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3196,21 +3499,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:02:37 GMT + - Fri, 19 Sep 2025 08:47:59 GMT expires: - '-1' pragma: @@ -3219,14 +3522,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/1448f0d0-efbe-4af5-953a-2590c941311d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 3C97CD19C937438CBCE4BFBC9F5B747D Ref B: MAA201060516039 Ref C: 2025-09-19T08:47:58Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3244,21 +3551,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:02:48 GMT + - Fri, 19 Sep 2025 08:48:11 GMT expires: - '-1' pragma: @@ -3267,14 +3574,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/9ad06708-9cbd-44e4-a6b4-f3308e0634fc + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 6401C2278CE04CA4950645771E07349D Ref B: MAA201060513031 Ref C: 2025-09-19T08:48:10Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3292,21 +3603,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:02:59 GMT + - Fri, 19 Sep 2025 08:48:22 GMT expires: - '-1' pragma: @@ -3315,14 +3626,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/a47a59d6-638b-461c-9034-3c4323e4c9a2 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: E8E784C03A7A447AA235ED1B5C28D3C8 Ref B: MAA201060513049 Ref C: 2025-09-19T08:48:22Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3340,21 +3655,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:03:11 GMT + - Fri, 19 Sep 2025 08:48:35 GMT expires: - '-1' pragma: @@ -3363,14 +3678,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6ea7b1ce-5299-45dd-8fa2-f201554a54f6 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7EDA38BB6A784D6EAB715B3D90306B93 Ref B: MAA201060514045 Ref C: 2025-09-19T08:48:34Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3388,21 +3707,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:03:21 GMT + - Fri, 19 Sep 2025 08:48:46 GMT expires: - '-1' pragma: @@ -3411,14 +3730,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b5138959-0299-43d2-9cdc-8ebe06129fc6 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 0D890C9E5A95478087E29FE247464BEB Ref B: MAA201060514037 Ref C: 2025-09-19T08:48:46Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3436,21 +3759,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:03:31 GMT + - Fri, 19 Sep 2025 08:48:59 GMT expires: - '-1' pragma: @@ -3459,14 +3782,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/a7438303-7c18-4e8d-bcb1-bb1b59aa3ad2 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8BCE02B299654187AD7E385A74B34CF6 Ref B: MAA201060516045 Ref C: 2025-09-19T08:48:59Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3484,21 +3811,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:03:43 GMT + - Fri, 19 Sep 2025 08:49:12 GMT expires: - '-1' pragma: @@ -3507,14 +3834,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/38711437-5c7e-4e99-83c5-d505c02025c7 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: B539D73EBF4E4F13B3639CB99077A950 Ref B: MAA201060516053 Ref C: 2025-09-19T08:49:11Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3532,21 +3863,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:03:53 GMT + - Fri, 19 Sep 2025 08:49:24 GMT expires: - '-1' pragma: @@ -3555,14 +3886,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/15cbe41a-f82d-4953-980b-36e815e81d15 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 9DA63C7F563346C08405D230607CDD18 Ref B: MAA201060514049 Ref C: 2025-09-19T08:49:23Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3580,21 +3915,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:04 GMT + - Fri, 19 Sep 2025 08:49:36 GMT expires: - '-1' pragma: @@ -3603,14 +3938,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/450a520f-9e38-4e04-a0ed-5e12cc1a94f2 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: BE7B2BE8C38A4CF7A0FEA7501ABD4348 Ref B: MAA201060516047 Ref C: 2025-09-19T08:49:35Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3628,21 +3967,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:14 GMT + - Fri, 19 Sep 2025 08:49:48 GMT expires: - '-1' pragma: @@ -3651,14 +3990,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/7d873b47-e071-4f8b-9bed-5ed794fe0471 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 74FBE2DA57054CD59C4080783130E9D7 Ref B: MAA201060514029 Ref C: 2025-09-19T08:49:47Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3676,21 +4019,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Running","startTime":"2023-05-18T09:58:35.3540953Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Running","startTime":"2025-09-19T08:45:06.6336363Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:25 GMT + - Fri, 19 Sep 2025 08:50:00 GMT expires: - '-1' pragma: @@ -3699,14 +4042,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/008044b0-03ca-4e48-8d2f-b49a9a0c1c77 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7855EF160AFF4AECBB93CFBD11E7C515 Ref B: MAA201060516009 Ref C: 2025-09-19T08:49:59Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3724,21 +4071,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6?api-version=2024-05-01-preview&t=638938683068926162&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=fCdIkWCS-uX4qPoYyTvcSrAe4TxdkpUQr7ZlbguIZRTSlG_BCjeWlDrIdjTHedkX-GiP20m7mNVCOEm3luOekP_v8uBhZuaKwvrVDFj7T5yBuaHtEPKLEccW0pn7U8faCJJErqoHCiAqeG7Os_3QcJaBjWbKSSkFiQ6CILKqqWd5RDPdex2e-Mdu47oRaM8pASpEWCIfJzitk-R3zraFkI01hz7Nwzrhb1V88SWrT_KFFuzrf42XRtslTTUxpu87u70oAT0pD0QECJbt5VITNhdiPGyT6TV_BNfBgOfv8Fb8wb7lG-kBWzWJL6XrzNNez336K8suj1yCJ9RlMxhEaw&h=4fLinAEVEJx8bKeqmiG-F8QqyuKO8r2IF-qUgrV38cg response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/5cb744b6-db30-4830-9dda-a600fd8be6eb","name":"5cb744b6-db30-4830-9dda-a600fd8be6eb","status":"Succeeded","startTime":"2023-05-18T09:58:35.3540953Z","endTime":"2023-05-18T10:04:26.5276357Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/953b0e67-51f3-4975-8436-953ce11697d6","name":"953b0e67-51f3-4975-8436-953ce11697d6","status":"Succeeded","startTime":"2025-09-19T08:45:06.6336363Z","endTime":"2025-09-19T08:50:09.3108877Z"}' headers: cache-control: - no-cache content-length: - - '359' + - '362' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:36 GMT + - Fri, 19 Sep 2025 08:50:12 GMT expires: - '-1' pragma: @@ -3747,14 +4094,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/a595f4d9-68cd-43fc-a34e-311abd4bd208 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 623046FCDD0A4B1FA6EE67FAF06A96C6 Ref B: MAA201060513027 Ref C: 2025-09-19T08:50:11Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3772,21 +4123,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","networkProfile":{"outboundIPs":{"publicIPs":["20.22.27.254"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T09:58:34.8920504Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f65dd699117742c3b3c6989731e462e4","networkProfile":{"outboundIPs":{"publicIPs":["20.15.20.162"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2","name":"cli-unittest-12-2","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:45:04.9238527Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:45:04.9238527Z"}}' headers: cache-control: - no-cache content-length: - - '790' + - '787' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:37 GMT + - Fri, 19 Sep 2025 08:50:14 GMT expires: - '-1' pragma: @@ -3795,16 +4146,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: E4BB6B655BB8427587332F6F4455C70A Ref B: MAA201060514033 Ref C: 2025-09-19T08:50:13Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3822,21 +4173,20 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.3 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2015-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.Insights/components/cli_scenario_test_202207021820?api-version=2020-02-02 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n + string: "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"ef0259d1-0000-0200-0000-6874bf620000\\\"\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/microsoft.insights/components/cli_scenario_test_202207021820\",\r\n \ \"name\": \"cli_scenario_test_202207021820\",\r\n \"type\": \"microsoft.insights/components\",\r\n - \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n - \ \"etag\": \"\\\"850092f7-0000-0200-0000-6424f51d0000\\\"\",\r\n \"properties\": + \ \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"cli_scenario_test_202207021820\",\r\n \"AppId\": \"d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \"Application_Type\": \"web\",\r\n \ \"Flow_Type\": \"Redfield\",\r\n \"Request_Source\": \"IbizaAIExtension\",\r\n \ \"InstrumentationKey\": \"3752dcae-c088-46c7-bb64-4195d58c0687\",\r\n - \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/\",\r\n + \ \"ConnectionString\": \"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5\",\r\n \ \"Name\": \"cli_scenario_test_202207021820\",\r\n \"CreationDate\": \"2023-03-30T02:34:04.3297686+00:00\",\r\n \"TenantId\": \"d51e3ffe-6b84-49cd-b426-0dc4ec660356\",\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n @@ -3850,27 +4200,27 @@ interactions: cache-control: - no-cache content-length: - - '1547' + - '1598' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:38 GMT + - Fri, 19 Sep 2025 08:50:15 GMT expires: - '-1' pragma: - no-cache request-context: - - appId=cid-v1:60b64f55-e716-48c8-8b96-83eb9c6a7a9b - server: - - Microsoft-IIS/10.0 + - appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 2E5492175F57455299899807DDF665DE Ref B: MAA201060513045 Ref C: 2025-09-19T08:50:16Z' x-powered-by: - ASP.NET status: @@ -3878,7 +4228,7 @@ interactions: message: OK - request: body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/", + "InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5", "appInsightsSamplingRate": 0.1}}' headers: Accept: @@ -3890,45 +4240,53 @@ interactions: Connection: - keep-alive Content-Length: - - '306' + - '357' Content-Type: - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/bfcd6ebd-1d6e-4eb7-9d8f-9c2e6f36469e?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/23a8ecac-e0c4-4f7e-8ded-a1b7f3e92f6a?api-version=2024-05-01-preview&t=638938686187675509&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=jBrvT-uEjgcHu8sicTPm_DcFiZmf2CMPyd33ybDbkE8YEtLmbS6D4tXP1OekiWsud1MXswLb7ZvverWIqSt_wl7UrCNlhDjz4z5IfgDbaDUOaNEqQb_mjEa9VcJUWcU4zCk1LTW_TszzfcVHVeL-UEJn0yqtJtDzWApedNxTcZc49r2sNifHt2oR25D-lg-7FWw23La2s5lFM7xUYRy9xvjULHik9Vju5PJ6GDxjkL7I7KPHcg3pkI67WsA1XSNW8nr7kHEDidBrQyo8xjrWUNffcllkCvfO_DZ4HK9PF2hax8wgYbuehR8qElEqTjOcx0U2Kr7wH6kPAngghJbGEQ&h=lEQnFGbgw5KPFILbnLBXazIVEruIWhhciNepuLW_UH0 cache-control: - no-cache content-length: - - '609' + - '662' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:40 GMT + - Fri, 19 Sep 2025 08:50:18 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/bfcd6ebd-1d6e-4eb7-9d8f-9c2e6f36469e/Spring/cli-unittest-2?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/23a8ecac-e0c4-4f7e-8ded-a1b7f3e92f6a/Spring/cli-unittest-12-2?api-version=2024-05-01-preview&t=638938686187831635&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=FrwQN_dyDe_9ZWY-03sBxv2ufOdn9hqin8IKeVPhxRQfEywjdl0dxuGtWewFgjZqTAKDBLVPUpbhpEO1FXyf_D5Q1J7VgQYxkXGT1AMetGuXfAYcu6zhtVFqxNX4B4iobpwn-pp8XUW4GvwJOut8aoSXtKqVudepWpknzlpRDMcPH9bD_Q9g6F7uMXVoFujzrW2HRV3Ta3-IwPQrzb9QCoFwsPFC1HZLl3FTOFfjFV9LI_Nlb1Rlv_r69szVU4qicyGiEM7LaKqBpaWXN8zVJv2y9InBOcpscS6by7n_v8Vf8dJQM0reyPd96qsILQ1G92gkSQr1PZpVZdpsTYL-zA&h=nunzmGncUFRJZFlUnDPhfFusZsDibphYuAnu4quP9hE pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/524c09c4-32ee-430f-a905-31f40646ec09 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 898C2243B40547B98B6031624EB6E3B7 Ref B: MAA201060513047 Ref C: 2025-09-19T08:50:17Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -3946,21 +4304,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","networkProfile":{"outboundIPs":{"publicIPs":["20.22.27.254"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:39.1805708Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f65dd699117742c3b3c6989731e462e4","networkProfile":{"outboundIPs":{"publicIPs":["20.15.20.162"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2","name":"cli-unittest-12-2","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:45:04.9238527Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:50:17.3143809Z"}}' headers: cache-control: - no-cache content-length: - - '790' + - '787' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:42 GMT + - Fri, 19 Sep 2025 08:50:21 GMT expires: - '-1' pragma: @@ -3969,16 +4327,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 120DDB6DD10A46DCA6DABC47FC452C66 Ref B: MAA201060513031 Ref C: 2025-09-19T08:50:21Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -3996,21 +4354,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","networkProfile":{"outboundIPs":{"publicIPs":["20.22.27.254"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:39.1805708Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f65dd699117742c3b3c6989731e462e4","networkProfile":{"outboundIPs":{"publicIPs":["20.15.20.162"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2","name":"cli-unittest-12-2","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:45:04.9238527Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:50:17.3143809Z"}}' headers: cache-control: - no-cache content-length: - - '790' + - '787' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:44 GMT + - Fri, 19 Sep 2025 08:50:25 GMT expires: - '-1' pragma: @@ -4019,16 +4377,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: D1D9DA3D6A0F4F989DF1AA82B2F0E11A Ref B: MAA201060513035 Ref C: 2025-09-19T08:50:24Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4046,21 +4404,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '609' + - '663' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:46 GMT + - Fri, 19 Sep 2025 08:50:27 GMT expires: - '-1' pragma: @@ -4069,14 +4427,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b77ebeac-56e1-4b60-9247-8f29fecd31b0 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: BC97CDCBB10948A6A2B5674DE0EA4BA2 Ref B: MAA201060514029 Ref C: 2025-09-19T08:50:26Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4094,21 +4456,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"d2185614950b48fd866627dbeccd7133","networkProfile":{"outboundIPs":{"publicIPs":["20.22.27.254"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2","name":"cli-unittest-2","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T09:58:34.8920504Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:39.1805708Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"f65dd699117742c3b3c6989731e462e4","networkProfile":{"outboundIPs":{"publicIPs":["20.15.20.162"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-2.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2","name":"cli-unittest-12-2","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:45:04.9238527Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:50:17.3143809Z"}}' headers: cache-control: - no-cache content-length: - - '790' + - '787' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:48 GMT + - Fri, 19 Sep 2025 08:50:30 GMT expires: - '-1' pragma: @@ -4117,16 +4479,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: F1ED34B6D51347CD99BB441742877748 Ref B: MAA201060514035 Ref C: 2025-09-19T08:50:29Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4144,21 +4506,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=3752dcae-c088-46c7-bb64-4195d58c0687;IngestionEndpoint=https://centralindia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralindia.livediagnostics.monitor.azure.com/;ApplicationId=d7ff175d-a78f-4e6e-908d-1397ad6db5f5","appInsightsSamplingRate":0.1,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '610' + - '663' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:50 GMT + - Fri, 19 Sep 2025 08:50:32 GMT expires: - '-1' pragma: @@ -4167,14 +4529,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/10f48d84-5bc6-4a6e-b855-26e8d09f39d8 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 1CD9010BC8F74634A6A353D28F16D950 Ref B: MAA201060515051 Ref C: 2025-09-19T08:50:31Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4194,42 +4560,50 @@ interactions: ParameterSetName: - -n -g --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-2?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-2?api-version=2024-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-2/operationId/3e47f51b-a140-4960-a8eb-f8b5398e551c?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-2/operationId/88f862d6-af5d-4842-80f4-838e27fdf63a?api-version=2024-05-01-preview&t=638938686369665786&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=L2BSY4rBVNgqsa9BmzUnflO2Cy_RhKYt5utw6vvakY7-iQgIweneoqzSHP3jy0HJwVT2la8-ZaLLywpcVBU9Pa16LQE4kx_0j7S90jgk9e-NyN6lMTv_WrnW_v-oxwfIo0ZDbeuHL26wFPlBJ5Cdan7fQEV5rDeEdBopkgqIg60ENyx0Z6wAok5v00FWAl9JQit_5P9R80OlCMgFzsCV4S2EJnEcxM8-1JVXk-m7KN7yyBflya2-6OZbNZcMW_iGLBQEGTz5q8tN6sCZtgsW0bEvmIKtO-z4R6n_jikgFPdGXi-OZ4eY8W_erNG2tOOOJGteuo1vdQAxLSpJa1LsQA&h=PuCYz1MweGJIn5qaiOnxLR_R6LD-jyus0OPsldU_RE8 cache-control: - no-cache content-length: - '0' date: - - Thu, 18 May 2023 10:04:53 GMT + - Fri, 19 Sep 2025 08:50:36 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/3e47f51b-a140-4960-a8eb-f8b5398e551c/Spring/cli-unittest-2?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/88f862d6-af5d-4842-80f4-838e27fdf63a/Spring/cli-unittest-12-2?api-version=2024-05-01-preview&t=638938686369665786&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=mDo-BfV6qRUCbQRvgfHiwPzhBZroMt-EACo4XnLdc-3-ggjXDiEAuJmbZyWDEB3r7k6H4ajwdcgBmFmLOs0zILW4kXWaZ4cXXcEfXlrMy2QHe7OpUg3Gacf6eefC5b_OfYJgRJ_uBUn8nrDh1XayvTRmonAyw4PJLiZQbSuhgtMgcCBUYhEVewHuy9Pv1zpqgdhV3l7wXY4L5zh4vAXKtPOTyko_-n3otOU24QiN2Ng8IqhKTyOUYQpkA83GUiqttgxY5D3SE5G0Iezx47q3TRPp0QI1dVjF8AApTZGmT8Klh2waC2R0ZTX3Qwt0gY2hbrvSzzKCXtL7szKJUeELSA&h=HeY_LiETjm9hk6tRmdyTuNcycGQpMKaNVfROJRR_XGA pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b0b0f9e8-0d05-4be6-8652-04e68af24199 x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '799' + x-ms-ratelimit-remaining-subscription-global-deletes: + - '11999' + x-msedge-ref: + - 'Ref A: 86538B31B4C747EE8E428A9A649AD0E1 Ref B: MAA201060515031 Ref C: 2025-09-19T08:50:35Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted - request: - body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-3"}' + body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-12-3"}' headers: Accept: - application/json @@ -4240,13 +4614,13 @@ interactions: Connection: - keep-alive Content-Length: - - '66' + - '69' Content-Type: - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2024-05-01-preview response: @@ -4258,9 +4632,9 @@ interactions: content-length: - '22' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:56 GMT + - Fri, 19 Sep 2025 08:50:41 GMT expires: - '-1' pragma: @@ -4269,16 +4643,20 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/bed334ed-f04d-4c3b-9412-18bd5b744567 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 2F26FB32F57045CE86DE124D0BBCACAB Ref B: MAA201060515019 Ref C: 2025-09-19T08:50:39Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4301,39 +4679,45 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:58.3347964Z"}}' + string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"40ef1d233ab0419f882b1be9a8cd18ec","powerState":"Running","fqdn":"cli-unittest-12-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3","name":"cli-unittest-12-3","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:50:43.2855454Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:50:43.2855454Z"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 cache-control: - no-cache content-length: - - '695' + - '692' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:04:59 GMT + - Fri, 19 Sep 2025 08:50:44 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/cd86dd77-a57b-45f9-98ca-3f2594e60da4/Spring/cli-unittest-3?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/60057ec6-d425-4a65-9133-f1478307d7d4/Spring/cli-unittest-12-3?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=XekHzKDBPWoisk4JBOmUcUe5HW0uPvvthlcGCLIiLaGukyD2oJBH-_uzphdWe2Mo-UsT514eymXyoVcDKDif9D1Es0BIZvDBVQxwMm0UmQ_6VOD9vTQxDygOciLyT5dNlaH65rhI3OJoFParb5rJ3hlvuhCdzjQlF69mk6XN992CmhBLkk3-CDqp9c3MfxTYQRv2IvEwFg22vUaMPzpc_WGWj0Aapr0lrmBVs3uEgTKLP9nDTnOe55hpleSwlZdB6wTDuWOlqfnjTmOS5rYCwQCOg6OHF0HIpJVgycfIYrdCidoxQ_41jBJutUjTYxutzJDyQsH2tB8yGf0fomzrDw&h=lW3lH2Z8GpFCGcFMp8gg_zjGYjMah8g1PQD9PH4xNyM pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/21c89271-b12f-4d0a-961f-fbca00afabdc x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' + - '799' + x-msedge-ref: + - 'Ref A: 3B548B58A9494FBE9EFB8ED68931DB2D Ref B: MAA201060514035 Ref C: 2025-09-19T08:50:42Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 201 message: Created @@ -4351,21 +4735,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:05:29 GMT + - Fri, 19 Sep 2025 08:50:47 GMT expires: - '-1' pragma: @@ -4374,14 +4758,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/ce9561b3-cae8-4f7f-9278-f7c269218542 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: FD2E069BC1FB4545BBD828A5DABE73FE Ref B: MAA201060513031 Ref C: 2025-09-19T08:50:46Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4399,21 +4787,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:05:40 GMT + - Fri, 19 Sep 2025 08:50:57 GMT expires: - '-1' pragma: @@ -4422,14 +4810,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/1679a0ae-1df4-4c65-bfae-9a755db6104e + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 43A6630F11304F7BB03E168DF646F7CC Ref B: MAA201060514037 Ref C: 2025-09-19T08:50:58Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4447,21 +4839,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:05:51 GMT + - Fri, 19 Sep 2025 08:51:10 GMT expires: - '-1' pragma: @@ -4470,14 +4862,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/fda9d2ac-c7f1-4150-9734-43bc29a5fd11 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: EE7FF6BA87D3475597117F4DDD51230C Ref B: MAA201060514033 Ref C: 2025-09-19T08:51:10Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4495,21 +4891,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:06:01 GMT + - Fri, 19 Sep 2025 08:51:22 GMT expires: - '-1' pragma: @@ -4518,14 +4914,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/eba70dbb-5bfa-41da-959f-a2c33ac341ba + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 08B527C000B94E65AE24208DBB463F4D Ref B: MAA201060513017 Ref C: 2025-09-19T08:51:22Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4543,21 +4943,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:06:12 GMT + - Fri, 19 Sep 2025 08:51:34 GMT expires: - '-1' pragma: @@ -4566,14 +4966,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8bed0cec-a300-463e-be52-b27bf993ddff + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 87A5D72E4F5E492291EB2C0F4BCA3D51 Ref B: MAA201060514031 Ref C: 2025-09-19T08:51:34Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4591,21 +4995,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:06:22 GMT + - Fri, 19 Sep 2025 08:51:47 GMT expires: - '-1' pragma: @@ -4614,14 +5018,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/bdcc662e-c4d2-46a5-8bb2-c7d858aa0c31 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 41992D4901B44B65BC3306C914A8C6E9 Ref B: MAA201060514021 Ref C: 2025-09-19T08:51:46Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4639,21 +5047,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:06:33 GMT + - Fri, 19 Sep 2025 08:51:58 GMT expires: - '-1' pragma: @@ -4662,14 +5070,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/e09d3067-c6b9-40d4-a118-50202cda5d8b + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 71DB007272F34431879DF85CA6DE6FD4 Ref B: MAA201060514031 Ref C: 2025-09-19T08:51:58Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4687,21 +5099,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:06:44 GMT + - Fri, 19 Sep 2025 08:52:12 GMT expires: - '-1' pragma: @@ -4710,14 +5122,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/f44f17aa-b117-4e27-b456-db1692fd3895 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8A3A27205976406284EF0D3BC6A0D160 Ref B: MAA201060514047 Ref C: 2025-09-19T08:52:12Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4735,21 +5151,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:06:54 GMT + - Fri, 19 Sep 2025 08:52:24 GMT expires: - '-1' pragma: @@ -4758,14 +5174,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/4a57ea6a-84d4-46cf-b31e-7feb6e406853 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 0CCDC81E9B3F43D695786C5C8D4CD4A6 Ref B: MAA201060516021 Ref C: 2025-09-19T08:52:24Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4783,21 +5203,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:07:05 GMT + - Fri, 19 Sep 2025 08:52:36 GMT expires: - '-1' pragma: @@ -4806,14 +5226,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/78a9ccb4-d5c4-4200-af7a-90a903ffe9bd + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7A8B58A65CD545869A26F61BEF57004A Ref B: MAA201060513039 Ref C: 2025-09-19T08:52:36Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4831,21 +5255,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:07:16 GMT + - Fri, 19 Sep 2025 08:52:48 GMT expires: - '-1' pragma: @@ -4854,14 +5278,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/3ff5b623-d3f6-4ad2-9715-fc651346123a + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 0777F63060EE489BAB799E4E95652C0D Ref B: MAA201060513051 Ref C: 2025-09-19T08:52:48Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4879,21 +5307,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:07:26 GMT + - Fri, 19 Sep 2025 08:53:00 GMT expires: - '-1' pragma: @@ -4902,14 +5330,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/07b5ac6f-beac-49eb-a2a2-0c0c2078e5af + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: BA1120FC08C945528715C4997A6F789D Ref B: MAA201060513045 Ref C: 2025-09-19T08:53:00Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4927,21 +5359,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:07:37 GMT + - Fri, 19 Sep 2025 08:53:13 GMT expires: - '-1' pragma: @@ -4950,14 +5382,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b1a966ef-817d-4823-8936-f206bf209a83 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: E83CCF4F9DBA4A3C937BBCED4418CE95 Ref B: MAA201060513017 Ref C: 2025-09-19T08:53:13Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -4975,21 +5411,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:07:47 GMT + - Fri, 19 Sep 2025 08:53:26 GMT expires: - '-1' pragma: @@ -4998,14 +5434,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/07e532e8-f72f-4af9-b1cd-1c71c47fd4f0 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: BE979032E7634303A3EE9CF706F91B86 Ref B: MAA201060514029 Ref C: 2025-09-19T08:53:25Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5023,21 +5463,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:07:58 GMT + - Fri, 19 Sep 2025 08:53:38 GMT expires: - '-1' pragma: @@ -5046,14 +5486,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/c5266666-59e2-4a5d-a295-6071e26b9ce3 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: FF5E3E8A3B2F4499A3D0C030731B9CCD Ref B: MAA201060515009 Ref C: 2025-09-19T08:53:37Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5071,21 +5515,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:08:09 GMT + - Fri, 19 Sep 2025 08:53:49 GMT expires: - '-1' pragma: @@ -5094,14 +5538,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/42a64dd5-2938-4a6c-9b4b-d9ef56e343b7 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 627E5463E596443A98412177F26D4F5A Ref B: MAA201060513019 Ref C: 2025-09-19T08:53:49Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5119,21 +5567,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:08:20 GMT + - Fri, 19 Sep 2025 08:54:01 GMT expires: - '-1' pragma: @@ -5142,14 +5590,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/a10f2343-aca2-49b0-8c04-9a85dae97ab8 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: C5413FF9D4E4451D9ED4B715FF7EA193 Ref B: MAA201060513047 Ref C: 2025-09-19T08:54:01Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5167,21 +5619,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:08:31 GMT + - Fri, 19 Sep 2025 08:54:14 GMT expires: - '-1' pragma: @@ -5190,14 +5642,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/795bef03-ae44-4612-8a42-c21fe20369dc + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 939B5C96855A42B085A729E209E85D7F Ref B: MAA201060513045 Ref C: 2025-09-19T08:54:14Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5215,21 +5671,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:08:41 GMT + - Fri, 19 Sep 2025 08:54:26 GMT expires: - '-1' pragma: @@ -5238,14 +5694,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/2833c707-4ed8-40ed-ac55-65e51aaab76e + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 54A5C88A71B448A2829800931A444AAC Ref B: MAA201060513035 Ref C: 2025-09-19T08:54:26Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5263,21 +5723,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:08:51 GMT + - Fri, 19 Sep 2025 08:54:38 GMT expires: - '-1' pragma: @@ -5286,14 +5746,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/fbfa4cfe-b5fd-4e4b-b21c-7c6c5b40a3de + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8E56C45BFFDB4611A3D380324850E02A Ref B: MAA201060514009 Ref C: 2025-09-19T08:54:38Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5311,21 +5775,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:09:03 GMT + - Fri, 19 Sep 2025 08:54:51 GMT expires: - '-1' pragma: @@ -5334,14 +5798,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/67d7f4b3-6d0a-4968-ade2-4fa3b5c3fa17 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 4A220C3EC8D34F76AE5A667DA547E505 Ref B: MAA201060515031 Ref C: 2025-09-19T08:54:50Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5359,21 +5827,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:09:14 GMT + - Fri, 19 Sep 2025 08:55:03 GMT expires: - '-1' pragma: @@ -5382,14 +5850,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/430b27e0-b154-4a9c-93c2-9f55e86d8065 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 24BC5B2615C14EF99BA71E3F08F5E083 Ref B: MAA201060515025 Ref C: 2025-09-19T08:55:02Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5407,21 +5879,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:09:24 GMT + - Fri, 19 Sep 2025 08:55:16 GMT expires: - '-1' pragma: @@ -5430,14 +5902,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/575be753-286a-40c5-b646-923448fb4521 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 1C999B1B5B444AD2AA59A0FD301B88FC Ref B: MAA201060513047 Ref C: 2025-09-19T08:55:16Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5455,21 +5931,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:09:35 GMT + - Fri, 19 Sep 2025 08:55:28 GMT expires: - '-1' pragma: @@ -5478,14 +5954,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/89ea09cb-9f56-4a04-8787-937577968bad + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 404E38747EF541088B7FB5AC5608FC7B Ref B: MAA201060515051 Ref C: 2025-09-19T08:55:28Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5503,21 +5983,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Running","startTime":"2025-09-19T08:50:45.0154312Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '319' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:09:45 GMT + - Fri, 19 Sep 2025 08:55:40 GMT expires: - '-1' pragma: @@ -5526,14 +6006,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/southeastasia/9df58afc-b3db-4150-81ff-d7028d4c26ae + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: B1DF3E5A93A64F38AD15B9184C2E8E7E Ref B: MAA201060516019 Ref C: 2025-09-19T08:55:39Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5551,21 +6035,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4?api-version=2024-05-01-preview&t=638938686453167948&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lUDOzDKx-VGE6THr5mHuZ7koIskBj7P9hJ5kxDXUjsko1lmY5817STQVVJSroQBpNfTWaxqafeOK_npGRKcVt2FL4vZ4chzQjf4BIcdZc-3SdN8IM0gqXTc1vZaTAG9cH7VUYGig2tyrkeAhj6XUOWUFo_cY6QuCU8H1yXuunESjyPT8oqszm_40e7d9KqqcZn7puEO8jmCV-4sIRfIZANPSRL3SD2Ilfwzn5pV63_z59EyLr6JTMXxrT_o6QK7EfZLIeWYXOG0j1_0LFM-xxllMRal5LKGX6iGp9mZlM4-TnJYvZCCDgpRIRv4TVj4NLn5PWyKVqe2XNf6XXzkwBQ&h=F_PXAzjL_IzmVsbi6FUfcSBPGLrDZ_kuF_p0PMzpMy8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/60057ec6-d425-4a65-9133-f1478307d7d4","name":"60057ec6-d425-4a65-9133-f1478307d7d4","status":"Succeeded","startTime":"2025-09-19T08:50:45.0154312Z","endTime":"2025-09-19T08:55:41.2988861Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '362' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:09:56 GMT + - Fri, 19 Sep 2025 08:55:52 GMT expires: - '-1' pragma: @@ -5574,14 +6058,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/e760d80e-0406-4e22-b556-36fb50e82f8d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5A15D9FEAAC94737B30E52DB1F94F5D8 Ref B: MAA201060513031 Ref C: 2025-09-19T08:55:51Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5599,21 +6087,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"40ef1d233ab0419f882b1be9a8cd18ec","networkProfile":{"outboundIPs":{"publicIPs":["128.85.231.188"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3","name":"cli-unittest-12-3","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:50:43.2855454Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:50:43.2855454Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '789' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:10:07 GMT + - Fri, 19 Sep 2025 08:55:53 GMT expires: - '-1' pragma: @@ -5622,94 +6110,111 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 512B9F6B22E84E4DB94E981948897D1C Ref B: MAA201060516051 Ref C: 2025-09-19T08:55:53Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": + "00000000-0000-0000-0000-000000000000", "appInsightsSamplingRate": 1.0}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive + Content-Length: + - '143' + Content-Type: + - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Running","startTime":"2023-05-18T10:04:58.8760055Z"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3/monitoringSettings/default","name":"default"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/2725ffdb-14a5-4587-bab5-0e1a1fc267e4?api-version=2024-05-01-preview&t=638938689575231077&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=V8NMt6MPotxg4SsXQlM0cNbFQB34wf9JPpGkI0fwcZx_8hKngpMOzifeKfGk8b4oR_nZ7TwjIEEQ5RTMJMiQGYGIFOOZHeKYmA5imb0sft3aMEKQceIF6tsiz9fje1uI0QPLfYI5GnFVQM8PeNfOPmrfgHzfrytlGAtqAhSpNFHEMKVBBUo-NCKv-aaCPchkO29wlD1uxb4MaGNd-3rnu4BeStT8Jy5FaFOHkmJmOjlvwjgn4AxqL7UTJNM_k-Zf-OJPwI1jEQ68Ekz-7nQQRKp59cGfWkNtcrRWLcoUWvPxdFOSfFhzJKf7oWhoO89Dc--CbIc6MdOAPo_we8_FoA&h=S02Z0WyGWbXgyTpaYyzRu9Of_aG3VqWOHsG-nNCD_GE cache-control: - no-cache content-length: - - '316' + - '448' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:10:17 GMT + - Fri, 19 Sep 2025 08:55:57 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/2725ffdb-14a5-4587-bab5-0e1a1fc267e4/Spring/cli-unittest-12-3?api-version=2024-05-01-preview&t=638938689575231077&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=J8iDdstXujTlNBX11KJ_jlgcOvseimGsKkjT8bxSvD3ENU-AQ3__1aBaDiSOJ2ZoNaSGLWNlR0oqQ2KinyZ-tMtF7T6KYAHnBvan0qH-lbnE-RC_u9CZFcdSfgfk5ToMcdhRo-FM5dnrhL8yi2vv74PkFa35DhnK4_lPh-lswZxJQZhnljA7jAxO5Fyps9mJ1SwJWcryGaa8rb9z_LmbiT_XcttDUzMuaamlO5dWlciIkG1rSJZTqugQlhaTzcrvj-GUoglZyuExCOkbEeQo5La6JXUDs4tLCvphgOE3Wmm9ZdmjB3ri5X8FOEJhiTZGaSJGo_RnLjIViNnwp2Gf8Q&h=9Zk2iTnbYSCi2UY98b9JbB2PepiCjKSsJg_MSodSQCQ pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/40a0db0e-90c2-457a-bfef-6b35607f67e0 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: BB4FDE9461D3464C90AD33F250CB62FF Ref B: MAA201060515031 Ref C: 2025-09-19T08:55:55Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/cd86dd77-a57b-45f9-98ca-3f2594e60da4","name":"cd86dd77-a57b-45f9-98ca-3f2594e60da4","status":"Succeeded","startTime":"2023-05-18T10:04:58.8760055Z","endTime":"2023-05-18T10:10:19.6634784Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"40ef1d233ab0419f882b1be9a8cd18ec","networkProfile":{"outboundIPs":{"publicIPs":["128.85.231.188"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3","name":"cli-unittest-12-3","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:50:43.2855454Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:55:56.1949717Z"}}' headers: cache-control: - no-cache content-length: - - '359' + - '789' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:10:28 GMT + - Fri, 19 Sep 2025 08:56:01 GMT expires: - '-1' pragma: @@ -5718,14 +6223,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 5B5D965C8B2347BD8F8560E5510D4ECC Ref B: MAA201060515019 Ref C: 2025-09-19T08:55:59Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -5733,589 +6240,31 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","networkProfile":{"outboundIPs":{"publicIPs":["20.10.234.199"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:04:58.3347964Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"40ef1d233ab0419f882b1be9a8cd18ec","networkProfile":{"outboundIPs":{"publicIPs":["128.85.231.188"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3","name":"cli-unittest-12-3","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:50:43.2855454Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:55:56.1949717Z"}}' headers: cache-control: - no-cache content-length: - - '791' + - '789' content-type: - - application/json - date: - - Thu, 18 May 2023 10:10:28 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: '{"properties": {"traceEnabled": true, "appInsightsInstrumentationKey": - "00000000-0000-0000-0000-000000000000", "appInsightsSamplingRate": 1.0}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - Content-Length: - - '143' - Content-Type: - - application/json - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default","name":"default"}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/6d3ebd65-57fc-4738-b063-a02476ad2601?api-version=2024-05-01-preview - cache-control: - - no-cache - content-length: - - '446' - content-type: - - application/json - date: - - Thu, 18 May 2023 10:10:32 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/6d3ebd65-57fc-4738-b063-a02476ad2601/Spring/cli-unittest-3?api-version=2024-05-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","networkProfile":{"outboundIPs":{"publicIPs":["20.10.234.199"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:30.4327927Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '791' - content-type: - - application/json - date: - - Thu, 18 May 2023 10:10:34 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","networkProfile":{"outboundIPs":{"publicIPs":["20.10.234.199"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:30.4327927Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '791' - content-type: - - application/json - date: - - Thu, 18 May 2023 10:10:36 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '446' - content-type: - - application/json - date: - - Thu, 18 May 2023 10:10:37 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"561f3cb346ad47bbad9d0e1655f07fb6","networkProfile":{"outboundIPs":{"publicIPs":["20.10.234.199"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3","name":"cli-unittest-3","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:04:58.3347964Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:30.4327927Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '791' - content-type: - - application/json - date: - - Thu, 18 May 2023 10:10:39 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring app-insights show - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3/monitoringSettings/default","name":"default"}' - headers: - cache-control: - - no-cache - content-length: - - '447' - content-type: - - application/json - date: - - Thu, 18 May 2023 10:10:42 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -n -g --no-wait - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-3?api-version=2024-05-01-preview - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-3/operationId/a92bdcc7-50d6-41f6-ad97-b679004b174c?api-version=2024-05-01-preview - cache-control: - - no-cache - content-length: - - '0' - date: - - Thu, 18 May 2023 10:10:44 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/a92bdcc7-50d6-41f6-ad97-b679004b174c/Spring/cli-unittest-3?api-version=2024-05-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 202 - message: Accepted -- request: - body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-4"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - Content-Length: - - '66' - Content-Type: - - application/json - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2024-05-01-preview - response: - body: - string: '{"nameAvailable":true}' - headers: - cache-control: - - no-cache - content-length: - - '22' - content-type: - - application/json - date: - - Thu, 18 May 2023 10:10:48 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: '{"location": "eastus2", "properties": {"zoneRedundant": false}, "sku": - {"name": "B0", "tier": "Basic"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - Content-Length: - - '103' - Content-Type: - - application/json - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2024-05-01-preview - response: - body: - string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:50.4723998Z"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview - cache-control: - - no-cache - content-length: - - '695' - content-type: - - application/json - date: - - Thu, 18 May 2023 10:10:50 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/0c05d593-6e80-4918-b7dd-7353ccd5d791/Spring/cli-unittest-4?api-version=2024-05-01-preview - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '1199' - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - - application/json - date: - - Thu, 18 May 2023 10:11:21 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:11:31 GMT + - Fri, 19 Sep 2025 08:56:04 GMT expires: - '-1' pragma: @@ -6324,14 +6273,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 3A592C5436D549F6AAF90CD12264FDC4 Ref B: MAA201060516027 Ref C: 2025-09-19T08:56:03Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6339,79 +6290,31 @@ interactions: body: null headers: Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - application/json - date: - - Thu, 18 May 2023 10:11:43 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '316' + - '449' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:11:53 GMT + - Fri, 19 Sep 2025 08:56:07 GMT expires: - '-1' pragma: @@ -6420,14 +6323,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/920427d8-527b-4bc6-9356-35fe99e93e9c + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 6282A284D23F4CABA3DA242E9586B537 Ref B: MAA201060515009 Ref C: 2025-09-19T08:56:05Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6435,79 +6342,31 @@ interactions: body: null headers: Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - application/json - date: - - Thu, 18 May 2023 10:12:04 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"40ef1d233ab0419f882b1be9a8cd18ec","networkProfile":{"outboundIPs":{"publicIPs":["128.85.231.188"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-3.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3","name":"cli-unittest-12-3","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:50:43.2855454Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:55:56.1949717Z"}}' headers: cache-control: - no-cache content-length: - - '316' + - '789' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:12:15 GMT + - Fri, 19 Sep 2025 08:56:10 GMT expires: - '-1' pragma: @@ -6516,14 +6375,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '1099' + x-msedge-ref: + - 'Ref A: 490FF7E90C65409DA0E3F70123997F2F Ref B: MAA201060514037 Ref C: 2025-09-19T08:56:09Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6531,79 +6392,31 @@ interactions: body: null headers: Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - spring create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate - User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview - response: - body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' - headers: - cache-control: - - no-cache - content-length: - - '316' - content-type: - application/json - date: - - Thu, 18 May 2023 10:12:25 GMT - expires: - - '-1' - pragma: - - no-cache - request-context: - - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring app-insights show Connection: - keep-alive ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"00000000-0000-0000-0000-000000000000","appInsightsSamplingRate":1.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '316' + - '449' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:12:36 GMT + - Fri, 19 Sep 2025 08:56:11 GMT expires: - '-1' pragma: @@ -6612,14 +6425,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/a967eb25-bb1a-4ab3-a9ef-d3b9b739125c + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7A02E7DD435C4322BB9D626179961ADE Ref B: MAA201060513049 Ref C: 2025-09-19T08:56:11Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6627,79 +6444,93 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - spring create + - spring delete Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - -n -g --sku -l --no-wait --app-insights-key --sampling-rate + - -n -g --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-3?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-3/operationId/99150f6b-3090-4fdd-8120-aaea7a3fdd08?api-version=2024-05-01-preview&t=638938689755019603&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=FfiL3gyT6cWYt7fJ_eGzLX3AAk6gMfHFiJuc5hTXGsadq1PXQn5a-AVHNfFMD9EMXgpVptIzhJ312Pr5GTFeed_JwBe7acDjvlCeZC0k7VLSF2NDJgYlyk1ahkUi885HIjX4vHCjQ3JBUMAUMbR5lPhII3QScMeeeyLFoakVSZNVo2qHu-L2rrGgY_fnCfKH4vIKyhpU1TQVqVbdyhv8M-U2ujFTUrOuJ4Y2-KQmbuo5JO9weJLAkkMM2BGEOFDeht5t7DxScRzcJWF86mSdyRbNgTcEksdF1_aJp6gTP_FTt_ywX27utNXwWi6YnrmgccHCvot1yXbNLJqvjVzUuA&h=5Y7dGVbk8oGyC-bEtLuSkHr6nyrRue1tCT0O5aZBW2M cache-control: - no-cache content-length: - - '316' - content-type: - - application/json + - '0' date: - - Thu, 18 May 2023 10:12:46 GMT + - Fri, 19 Sep 2025 08:56:14 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/99150f6b-3090-4fdd-8120-aaea7a3fdd08/Spring/cli-unittest-12-3?api-version=2024-05-01-preview&t=638938689755019603&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=qd_1BhxOkaoq6IBTERpHVog64HHKafQxh-NzoJiOF91hvA8dwsKiYTjpwD7kIhyqT8-8hGggnJLoXfLxstB0O-4zwfmOc9PP5fTyuKjmDT9OeTSZ7sxPRolrLc-qAmuTQMWU-i0A7CTds_1vJ9R0n50xXaXLJehf3LDRVdZRExFLkfNVgp0TjLCsU052QGVZe2Fuf0VWXLx55BWDThLYzwR5pBo1XzK8fNr0RDDnSZnUneqtnnJXdyItlYt39KVozIKH_NK6brJnSmCxGVrc8HKqCYUaYKbFtT0yOLLYQMqXU7Y-O1oe61SGQ65qxefj3qzvA6MGdS_CvfOy_b0CTw&h=fz3-TtzxDKvfPY6_GV6RHNJn0rG7UeB108HmMDqC2RU pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/bfbf018f-d605-4c71-8d32-72d17031799c + x-ms-ratelimit-remaining-subscription-deletes: + - '799' + x-ms-ratelimit-remaining-subscription-global-deletes: + - '11999' + x-msedge-ref: + - 'Ref A: 83890016651E4BFFB101A8FE78F1862D Ref B: MAA201060515033 Ref C: 2025-09-19T08:56:14Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 202 + message: Accepted - request: - body: null + body: '{"type": "Microsoft.AppPlatform/Spring", "name": "cli-unittest-12-4"}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive + Content-Length: + - '69' + Content-Type: + - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AppPlatform/locations/eastus2/checkNameAvailability?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"nameAvailable":true}' headers: cache-control: - no-cache content-length: - - '316' + - '22' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:12:57 GMT + - Fri, 19 Sep 2025 08:56:20 GMT expires: - '-1' pragma: @@ -6708,65 +6539,84 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/e0202988-d4ed-46a1-b141-322bcb8dc4b9 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' + x-ms-ratelimit-remaining-subscription-writes: + - '799' + x-msedge-ref: + - 'Ref A: AC305E9E73D74655868976EA63F5F861 Ref B: MAA201060514019 Ref C: 2025-09-19T08:56:17Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK - request: - body: null + body: '{"location": "eastus2", "properties": {"zoneRedundant": false}, "sku": + {"name": "B0", "tier": "Basic"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - spring create Connection: - keep-alive + Content-Length: + - '103' + Content-Type: + - application/json ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4?api-version=2024-05-01-preview response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"properties":{"provisioningState":"Creating","zoneRedundant":false,"version":3,"serviceId":"b1ff2b2ee9914aad9f7d7dcc37779418","powerState":"Running","fqdn":"cli-unittest-12-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4","name":"cli-unittest-12-4","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:56:22.3267529Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:56:22.3267529Z"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 cache-control: - no-cache content-length: - - '316' + - '692' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:13:07 GMT + - Fri, 19 Sep 2025 08:56:24 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/86f1102f-dfcb-468c-bcad-fac2a97511c0/Spring/cli-unittest-12-4?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=hFTfdtCg44sRGaqxcRcxx5Lvd2OgoowxcEjnoMQ13YKfhIeHZZ-CBl6rIxTkssqYGivJt_9nGEkwEtqscaC1LQjLzcx-Pcaz9OVYQDS04nzQioWMhy702N93MgYUeSQ4Y7X3lDJWVMbYOEXAPACFIB5Rjut-tOMgUjin3yOmNCA9vPEVJ4aPZkThVcJjnaU02xC787SznDNcxRgr2vtRVsWkunlUmoHILHrdQg4WlHiG3Eh-u6IFh8A98BhgZcCGlPueiq4mcQyVcHIqLl8qQX-V8Y5Xofzar2c2Fw4o--QuEnBtXomuqY8gvdULxQEOOROIkceVbPqB9YfdiIIT_g&h=5x1IwucAOPzHcsUlPrNetvAQroJv0sEI2i9zubhXAp0 pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/01fee236-c1d3-41ec-94a7-8041812272ca + x-ms-ratelimit-remaining-subscription-resource-requests: + - '799' + x-msedge-ref: + - 'Ref A: 4E022A7BF0D749F3B81D79AE32C54825 Ref B: MAA201060513049 Ref C: 2025-09-19T08:56:22Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -6781,21 +6631,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:13:18 GMT + - Fri, 19 Sep 2025 08:56:25 GMT expires: - '-1' pragma: @@ -6804,14 +6654,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/79b3651d-d1ff-4063-b9e3-efffce1930db + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 2DAB3617D92641439D6746449384C8A4 Ref B: MAA201060514045 Ref C: 2025-09-19T08:56:25Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6829,21 +6683,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:13:28 GMT + - Fri, 19 Sep 2025 08:56:39 GMT expires: - '-1' pragma: @@ -6852,14 +6706,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/8d390689-eac7-4ce7-bc2f-bc42dcfa9f21 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: C44DC94E043043BDB23F1E4403544050 Ref B: MAA201060516031 Ref C: 2025-09-19T08:56:37Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6877,21 +6735,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:13:39 GMT + - Fri, 19 Sep 2025 08:56:51 GMT expires: - '-1' pragma: @@ -6900,14 +6758,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/454ccd60-4ce9-49dc-a505-7e598e5e573f + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: A559E8D931F34C60AED0F1BAE38BB500 Ref B: MAA201060515035 Ref C: 2025-09-19T08:56:50Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6925,21 +6787,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:13:50 GMT + - Fri, 19 Sep 2025 08:57:03 GMT expires: - '-1' pragma: @@ -6948,14 +6810,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/bcddd0f4-b9b3-4828-88e9-4544f06ff23d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: D11F793EEE514366A26267EBD832C8DE Ref B: MAA201060514047 Ref C: 2025-09-19T08:57:03Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -6973,21 +6839,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:14:00 GMT + - Fri, 19 Sep 2025 08:57:16 GMT expires: - '-1' pragma: @@ -6996,14 +6862,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/138ebdb7-4a40-4ad8-b7a1-b1aea58c4f20 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: D5A7BD53196144D889B0EF131BDCEA47 Ref B: MAA201060514033 Ref C: 2025-09-19T08:57:16Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7021,21 +6891,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:14:11 GMT + - Fri, 19 Sep 2025 08:57:28 GMT expires: - '-1' pragma: @@ -7044,14 +6914,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/392304ab-eb51-44ec-a96d-f96ee6d52d39 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7AFBFED1BE064FAF9213A32E87AD42E3 Ref B: MAA201060513035 Ref C: 2025-09-19T08:57:28Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7069,21 +6943,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:14:23 GMT + - Fri, 19 Sep 2025 08:57:41 GMT expires: - '-1' pragma: @@ -7092,14 +6966,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/bf6f5c20-7db2-4368-a58f-02c2675ad43d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 65147D409AFB41EC9DE99D4765F87E22 Ref B: MAA201060516053 Ref C: 2025-09-19T08:57:40Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7117,21 +6995,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:14:33 GMT + - Fri, 19 Sep 2025 08:57:54 GMT expires: - '-1' pragma: @@ -7140,14 +7018,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6c0370ef-fb43-448b-9b63-e59c26d4add5 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: EA1334374F934E2C8B3DF00E71533C8B Ref B: MAA201060513049 Ref C: 2025-09-19T08:57:52Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7165,21 +7047,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:14:44 GMT + - Fri, 19 Sep 2025 08:58:06 GMT expires: - '-1' pragma: @@ -7188,14 +7070,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/126ca481-c059-442c-97e6-03ff3fa3e0fb + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: AE7C459C0C54486EA288D3065317022E Ref B: MAA201060515051 Ref C: 2025-09-19T08:58:05Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7213,21 +7099,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:14:54 GMT + - Fri, 19 Sep 2025 08:58:18 GMT expires: - '-1' pragma: @@ -7236,14 +7122,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/da386abd-e99f-4f5a-9d79-17bda7b9ec9f + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 54AD568F4526475582A35EAF588455F0 Ref B: MAA201060515027 Ref C: 2025-09-19T08:58:17Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7261,21 +7151,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:15:05 GMT + - Fri, 19 Sep 2025 08:58:30 GMT expires: - '-1' pragma: @@ -7284,14 +7174,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/b71f6c40-4a24-48a4-a261-586eee20bbad + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: F9C53A20EE364C90B22F92AD3FAF7239 Ref B: MAA201060515049 Ref C: 2025-09-19T08:58:29Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7309,21 +7203,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:15:15 GMT + - Fri, 19 Sep 2025 08:58:42 GMT expires: - '-1' pragma: @@ -7332,14 +7226,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/southeastasia/cbb7ee63-f903-4b2c-a967-5a78ee860128 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 2725B00167534738837A1A1F876362D9 Ref B: MAA201060514019 Ref C: 2025-09-19T08:58:41Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7357,21 +7255,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:15:26 GMT + - Fri, 19 Sep 2025 08:58:54 GMT expires: - '-1' pragma: @@ -7380,14 +7278,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/32b73673-04ad-4231-b81a-062b1d8d091f + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 7E48CF0CC88F48FB993046E35C115C8E Ref B: MAA201060516035 Ref C: 2025-09-19T08:58:53Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7405,21 +7307,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:15:36 GMT + - Fri, 19 Sep 2025 08:59:06 GMT expires: - '-1' pragma: @@ -7428,14 +7330,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/3484727f-4ffe-424a-9699-12fb61bb59df + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 3F649F2168664996924A690E9EA7B0DA Ref B: MAA201060514011 Ref C: 2025-09-19T08:59:05Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7453,21 +7359,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:15:47 GMT + - Fri, 19 Sep 2025 08:59:17 GMT expires: - '-1' pragma: @@ -7476,14 +7382,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/3af09423-2176-42d8-9698-fb7fb3855e24 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: DCD0687D29BB435A88036830864A238C Ref B: MAA201060514047 Ref C: 2025-09-19T08:59:17Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7501,21 +7411,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:15:57 GMT + - Fri, 19 Sep 2025 08:59:31 GMT expires: - '-1' pragma: @@ -7524,14 +7434,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/768abd42-200e-4ec6-a1cf-daf856548c22 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: A56D203192DA478796B271552183B4A2 Ref B: MAA201060516027 Ref C: 2025-09-19T08:59:30Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7549,21 +7463,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:16:08 GMT + - Fri, 19 Sep 2025 08:59:43 GMT expires: - '-1' pragma: @@ -7572,14 +7486,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/894013ff-74c2-468d-b817-f1382794f274 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5C754B306987429C8E83C4CBAD61F009 Ref B: MAA201060515011 Ref C: 2025-09-19T08:59:42Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7597,21 +7515,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:16:19 GMT + - Fri, 19 Sep 2025 08:59:56 GMT expires: - '-1' pragma: @@ -7620,14 +7538,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/71baf49f-2827-49a6-941d-f066c3b84831 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 6DE8D1944AA94D1AB30B068200743897 Ref B: MAA201060514031 Ref C: 2025-09-19T08:59:55Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7645,21 +7567,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:16:30 GMT + - Fri, 19 Sep 2025 09:00:09 GMT expires: - '-1' pragma: @@ -7668,14 +7590,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/d3780042-7c8c-4ef3-8a3a-fe42cd2ced1d + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 3E06E292BA144D1588B41CDA1BA8BD54 Ref B: MAA201060513037 Ref C: 2025-09-19T09:00:08Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7693,21 +7619,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:16:41 GMT + - Fri, 19 Sep 2025 09:00:21 GMT expires: - '-1' pragma: @@ -7716,14 +7642,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/e49ef665-973f-4d4c-93cd-eaf566c85db2 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: FCA29842D52349BAA5870BFC7223F0ED Ref B: MAA201060513019 Ref C: 2025-09-19T09:00:21Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7741,21 +7671,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:16:51 GMT + - Fri, 19 Sep 2025 09:00:34 GMT expires: - '-1' pragma: @@ -7764,14 +7694,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/e7bbaf8d-5372-40c9-b406-cd9b94cdcf5c + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 5A6D7683C5AB450A96A3BAC988811193 Ref B: MAA201060516031 Ref C: 2025-09-19T09:00:33Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7789,21 +7723,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Running","startTime":"2023-05-18T10:10:50.8565702Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Running","startTime":"2025-09-19T08:56:23.971496Z"}' headers: cache-control: - no-cache content-length: - - '316' + - '318' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:17:02 GMT + - Fri, 19 Sep 2025 09:00:46 GMT expires: - '-1' pragma: @@ -7812,14 +7746,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/03d84add-2bb5-4963-951a-2631b898bc9f + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 61165552A08D444E8A0BA0E1803D5D84 Ref B: MAA201060513029 Ref C: 2025-09-19T09:00:46Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7837,21 +7775,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0?api-version=2024-05-01-preview&t=638938689842174081&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=oic1lOH_iMSe2-TuynBckQ2vVxlu8fs39jyBI_zRqViOkdFeeMBr2E7OvQ3XZ07RiTtgBHhGyjmIIT1OQ5B7Dkm2lbJYwFNwLLedmbiF2i3gsEtyYtYMCOf5OUxMEqbTFQRFBWNkDb1ji7aXZsbmYJSCxmD9OPB-PA21YKfP-NxPK5E7-ps41GlAK2LH5z8zfVYW6j2bsAOPOxBzHMzMTmZZhKvypnkLWjVk4eIVtbQXAJ3CYAMqJKALGlZd7tTHTUNixhc1oF36-RDQiu_BytbIN7QOY_HOmq5ajlc7cwN5u24Yn93rSn9kFOib5W7lrCG4wZT6IrwAqND82mGg-g&h=p_XOF4chyerGAZ7aEyCOUlqinqgvEp9_zYefPsQ4Nl8 response: body: - string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/0c05d593-6e80-4918-b7dd-7353ccd5d791","name":"0c05d593-6e80-4918-b7dd-7353ccd5d791","status":"Succeeded","startTime":"2023-05-18T10:10:50.8565702Z","endTime":"2023-05-18T10:17:04.3783961Z"}' + string: '{"id":"subscriptions/d51e3ffe-6b84-49cd-b426-0dc4ec660356/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/86f1102f-dfcb-468c-bcad-fac2a97511c0","name":"86f1102f-dfcb-468c-bcad-fac2a97511c0","status":"Succeeded","startTime":"2025-09-19T08:56:23.971496Z","endTime":"2025-09-19T09:00:52.9813109Z"}' headers: cache-control: - no-cache content-length: - - '359' + - '361' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:17:13 GMT + - Fri, 19 Sep 2025 09:00:59 GMT expires: - '-1' pragma: @@ -7860,14 +7798,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/2f95a927-1d4c-4f6d-a8b9-c85cbfcddf72 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 8147B5D92E7E48A8BC718C869DC69268 Ref B: MAA201060516025 Ref C: 2025-09-19T09:00:58Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7885,21 +7827,21 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","networkProfile":{"outboundIPs":{"publicIPs":["20.22.165.121"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:10:50.4723998Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"b1ff2b2ee9914aad9f7d7dcc37779418","networkProfile":{"outboundIPs":{"publicIPs":["68.220.220.87"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4","name":"cli-unittest-12-4","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:56:22.3267529Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T08:56:22.3267529Z"}}' headers: cache-control: - no-cache content-length: - - '791' + - '788' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:17:13 GMT + - Fri, 19 Sep 2025 09:01:01 GMT expires: - '-1' pragma: @@ -7908,16 +7850,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: F8E462AA17B04E75AD80633187E13F73 Ref B: MAA201060516051 Ref C: 2025-09-19T09:01:00Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -7941,39 +7883,47 @@ interactions: ParameterSetName: - -n -g --sku -l --no-wait --app-insights-key --sampling-rate User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4/monitoringSettings/default","name":"default"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/c33c6c54-d7e8-4093-822e-c194545b05bf?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/b364cc61-f49c-472f-a3a9-eb9467a40a1b?api-version=2024-05-01-preview&t=638938692642770698&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=mPUyhWTt_9lEySTENW0R50RPhuzxWEDCsrciGCv3ourcjy1ezh3S1e4lWgaPSOAQhA8_DHGAdAWO42ZPEcJpoZjHVyTwryfVo82juUdotBq_vGKoJE3DThUCyTyv1qxoFDRSzEEKU_RSNV1iLjb8x6mcmFMCYkSrhtQuWbRRcdUAJKnQPLx7eQvB0cCLxNVdohJGdo7jOtkn0WB3ROakNoqMxm9LXnmZUsOi3tjatx6qGi0-KogBaP0Ch13EdY85GpvJAOlAhgt4AZDFp_1f_Mem-llxjGo0-Yujflp9R68EkC9msXyDNRM6eHqOAFtQ9Dejpiz3xytd45ZimXCnPQ&h=ImWJSynE-okwj2uPUQo0NNFqNT92FmyEiOvAjuJNWms cache-control: - no-cache content-length: - - '518' + - '520' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:17:16 GMT + - Fri, 19 Sep 2025 09:01:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/c33c6c54-d7e8-4093-822e-c194545b05bf/Spring/cli-unittest-4?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/b364cc61-f49c-472f-a3a9-eb9467a40a1b/Spring/cli-unittest-12-4?api-version=2024-05-01-preview&t=638938692642770698&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=donmVxeX8jZ63R4Oz-XGn-evbpqA1zSNpr4tq01Jd-dbPMGaWjhdAg5kHClpl2O_kL3ieP_rGvg_hTHIB0LEUQwfD4z5YpOIwwT8Pk_UzXqusY4whQhl3nrVBJz6jKqa1XzffrW86hpCBGq-ZrhIG6LzL-Nc6cwnER22cqE2tMKheRXJaWId39ZLvGVvlwnpCBj6UwgWeLeeztqfkaDc7uXHsD0o_PXTQt_YyEg3vHZYU-_DlzIl8XH28HJNMD0KD9hF-Idn-nJSopFbjTtqXTrPVqR-gesJWSkhwP8jMScghcZQ6cmEex59-LZc7z-KDJcI7eqbrvA9Mh4Vphbdnw&h=-hwOurOs7aR2NujzxUcwZtb4PqIxG1sdnsDvc0_f4eY pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/88a21509-d456-4788-8818-bf16a4f3a348 + x-ms-ratelimit-remaining-subscription-global-writes: + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '799' + x-msedge-ref: + - 'Ref A: 341859F5A7D04D26957AC0304405F831 Ref B: MAA201060515051 Ref C: 2025-09-19T09:01:02Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted @@ -7991,21 +7941,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","networkProfile":{"outboundIPs":{"publicIPs":["20.22.165.121"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:17:14.9236352Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"b1ff2b2ee9914aad9f7d7dcc37779418","networkProfile":{"outboundIPs":{"publicIPs":["68.220.220.87"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4","name":"cli-unittest-12-4","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:56:22.3267529Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T09:01:03.2926963Z"}}' headers: cache-control: - no-cache content-length: - - '791' + - '788' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:17:18 GMT + - Fri, 19 Sep 2025 09:01:09 GMT expires: - '-1' pragma: @@ -8014,16 +7964,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '1099' + x-msedge-ref: + - 'Ref A: 0119B40E34A74798B71529FA659E80E2 Ref B: MAA201060516025 Ref C: 2025-09-19T09:01:08Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -8041,21 +7991,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","networkProfile":{"outboundIPs":{"publicIPs":["20.22.165.121"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:17:14.9236352Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"b1ff2b2ee9914aad9f7d7dcc37779418","networkProfile":{"outboundIPs":{"publicIPs":["68.220.220.87"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4","name":"cli-unittest-12-4","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:56:22.3267529Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T09:01:03.2926963Z"}}' headers: cache-control: - no-cache content-length: - - '791' + - '788' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:17:20 GMT + - Fri, 19 Sep 2025 09:01:12 GMT expires: - '-1' pragma: @@ -8064,16 +8014,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: DC5AA03D213A4DD2BFC3D32531CE1F13 Ref B: MAA201060513029 Ref C: 2025-09-19T09:01:12Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -8091,21 +8041,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Updating","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '518' + - '521' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:17:22 GMT + - Fri, 19 Sep 2025 09:01:16 GMT expires: - '-1' pragma: @@ -8114,14 +8064,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6774d0ff-9f82-48d0-b07a-c9fcdda4aff4 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: E78FF08792CF42C096D0E892A639C2DC Ref B: MAA201060513037 Ref C: 2025-09-19T09:01:15Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -8139,21 +8093,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"55fb6f93aa7f4be0ad232e7415675103","networkProfile":{"outboundIPs":{"publicIPs":["20.22.165.121"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4","name":"cli-unittest-4","systemData":{"createdBy":"qingyliu@microsoft.com","createdByType":"User","createdAt":"2023-05-18T10:10:50.4723998Z","lastModifiedBy":"qingyliu@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T10:17:14.9236352Z"}}' + string: '{"properties":{"provisioningState":"Succeeded","zoneRedundant":false,"version":3,"serviceId":"b1ff2b2ee9914aad9f7d7dcc37779418","networkProfile":{"outboundIPs":{"publicIPs":["68.220.220.87"]},"outboundType":"loadBalancer"},"powerState":"Running","fqdn":"cli-unittest-12-4.azuremicroservices.io"},"type":"Microsoft.AppPlatform/Spring","sku":{"name":"B0","tier":"Basic"},"location":"eastus2","tags":null,"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4","name":"cli-unittest-12-4","systemData":{"createdBy":"test@example.com","createdByType":"User","createdAt":"2025-09-19T08:56:22.3267529Z","lastModifiedBy":"test@example.com","lastModifiedByType":"User","lastModifiedAt":"2025-09-19T09:01:03.2926963Z"}}' headers: cache-control: - no-cache content-length: - - '791' + - '788' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:17:24 GMT + - Fri, 19 Sep 2025 09:01:19 GMT expires: - '-1' pragma: @@ -8162,16 +8116,16 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '1099' + x-msedge-ref: + - 'Ref A: 0B6E1E1FDBB145F5A21768843DACD23A Ref B: MAA201060514009 Ref C: 2025-09-19T09:01:18Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -8189,21 +8143,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4/monitoringSettings/default?api-version=2024-05-01-preview response: body: - string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.4.11"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4/monitoringSettings/default","name":"default"}' + string: '{"properties":{"provisioningState":"Succeeded","traceEnabled":true,"appInsightsInstrumentationKey":"InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxxxxxxxxxxxxxxxxxxxxxx/","appInsightsSamplingRate":10.0,"appInsightsAgentVersions":{"java":"3.7.1"}},"type":"Microsoft.AppPlatform/Spring/monitoringSettings","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4/monitoringSettings/default","name":"default"}' headers: cache-control: - no-cache content-length: - - '519' + - '521' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 18 May 2023 10:17:25 GMT + - Fri, 19 Sep 2025 09:01:20 GMT expires: - '-1' pragma: @@ -8212,14 +8166,18 @@ interactions: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/6046c43e-2228-4f44-8a6b-593067a9d345 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 4FD17C7F0E3F40A1841A539287754F6C Ref B: MAA201060516011 Ref C: 2025-09-19T09:01:20Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 200 message: OK @@ -8239,37 +8197,45 @@ interactions: ParameterSetName: - -n -g --no-wait User-Agent: - - AZURECLI/2.48.1 azsdk-python-mgmt-appplatform/6.1.0 Python/3.8.3 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.77.0 azsdk-python-core/1.35.1 Python/3.13.7 (Windows-11-10.0.26100-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-4?api-version=2024-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/Spring/cli-unittest-12-4?api-version=2024-05-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-4/operationId/541fa334-4fbe-4cfa-83e2-8001c7bc771f?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationStatus/cli-unittest-12-4/operationId/0bd4ea7f-7577-41dd-ba71-203cec2fce8e?api-version=2024-05-01-preview&t=638938692850335305&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=lIF9oxLw0dQTDNHxywo3koNEy4po2S7ntFSmNNHIs0VkaJPcXBR_bJHQC42x0tBKSRVzbhXRniquMOy1cJ1oj0CmoPXDqhObSBmHsFaYRJfS_TKZCFFaJ9fS6xleRMQSrOkqcHkvEdZ-fiT7TisHcJp6Ie8ZyqN8hBByUDXx-Bm0ByluASOhB2spPuAYF0mXJYVwOv95VCLvNgoTwVyYyX2DchFx7RWoh9hDzac6BjXe93td1ZA0w5Dkq_ZbhJmXDWfHB6FcJBoOKI7l4V-ojjrVlgQ4HPZYTTcFz1qvmBAo__QTEZlLRtnXoLN7u-f92N-g1G8hYVD6dH1H1wL-ww&h=5YxnD0aVh4j93JKZ1QwpgAeGi-7KBUedH1ktK7T-lgo cache-control: - no-cache content-length: - '0' date: - - Thu, 18 May 2023 10:17:28 GMT + - Fri, 19 Sep 2025 09:01:24 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/541fa334-4fbe-4cfa-83e2-8001c7bc771f/Spring/cli-unittest-4?api-version=2024-05-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli/providers/Microsoft.AppPlatform/locations/eastus2/operationResults/0bd4ea7f-7577-41dd-ba71-203cec2fce8e/Spring/cli-unittest-12-4?api-version=2024-05-01-preview&t=638938692850491575&c=MIIHhzCCBm-gAwIBAgITfAh-8CvZsUv3gV9PlwAACH7wKzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNzE3MDgzOTE3WhcNMjYwMTEzMDgzOTE3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxiWEsYgu8E0LwBlUbf-MJ9MqhMiWQo7xAJoQHGAoZC_sSNMt8uFmq_BzIOZ-U1GpUNAugiOsen61vLPCNlHxZTrOKDVVNTf1t6rotfyqut0WVxJcMWowBSqGlAIUv_Fv0orxUcSBv8Q94Hu7tTINEqpvbHSE7wLAGkS_FPEWTdifL6HVCLdV-aSbN5jiIxrLwyK9yPciMHtKRtZqmMVGhMCzp-w9pNBWimCEaLlDa2BKmTEbkU4W9Xr2MfEmqAOzKaTiAx2tuF57s-WJvWG2lg7uO9O1a65WiNvbctPNFb3ZjK6p3hUz_TcA7Wsz8OkadsqLbhtrr1BHuu-eDePnkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRp_-w1kS7xe5wr4ALGKj5QRDARQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBACtsfLvuLUvtIQt1FJiaEdVaycsXwqQeqXHDiT0Qlh-99eBDBE9zzDJYOTHLHCUiU3qRfBR2m2JRDzSGsknBNOxAkNz451DFh6mUChb2bo091tOBgGTvk26L0rC_a07Mk_kNMMb2dReScyjH0Hi7JFUsXfyi6iyGCiDlYjjy5wt5Ubunrb1PGclXD9m6OmDjekNtZq2xctPQ5wFuskvF0F00IlWGAqIRIyCtg7-jvvOdsETG36Fh14Z2vGmDrF29yLOFlX4-jPs9DHuzy17D-q4xk9kCjgXFhVYWcGGO2e5FBfCJNiSisJZ45qXnWTiEUjfzt1XltdDQDEj7DmpdPjE&s=aDLgY9bGSETKBYor5roVxuz4km0hudqIUGDbUYVDYjYdy7pf0V9Ei-8d4M24wC5IbeiZU7LdVX72pmECHQczNNM6kt-Dp-zHcbGhuFS8vsbie0dmXMCvxq7xnPi3DkKonsgKX6l14AdL-7d5k13PhYTmJL2B-9gw6Ra-9iGQVXQkaem1NgyOVJ3irQvLvuT_sGDcnevRU4yVd7pPDuHthczkSibjQrwjmapGSmyPDGnSR4zR9oCqm58aO_LlbGht4comSQ4pXMi8-T_iPVy7xOa5iiKRTMj5uYnM98bcpBsT1K5WyLcYFW-nfrB8MLujfXhOxLi_HbDCqep3OWEqcQ&h=uJIybddYTefOp0HZQ-QG0Ahs-JX8QGnTKOhUQ_mN3Ro pragma: - no-cache request-context: - appId=cid-v1:797d7e4e-8180-497e-a254-780fbd39ba4d strict-transport-security: - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=02b72194-148d-4c31-ab07-2ab55555231c/centralindia/f291301a-3c7d-4a40-8b4a-a1550cf0b45e x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '799' + x-ms-ratelimit-remaining-subscription-global-deletes: + - '11999' + x-msedge-ref: + - 'Ref A: 95126A5E51214FC1A014E47D02D0762B Ref B: MAA201060514037 Ref C: 2025-09-19T09:01:23Z' x-rp-server-mvid: - - f186244f-1bfd-4f46-85f1-15df565c4b85 + - a587e300-bc21-43d0-99eb-59fc1a893ce1 status: code: 202 message: Accepted diff --git a/src/spring/azext_spring/tests/latest/test_asa_app_insights_scenario.py b/src/spring/azext_spring/tests/latest/test_asa_app_insights_scenario.py index 9c4d40b6f64..fcbb6d26826 100644 --- a/src/spring/azext_spring/tests/latest/test_asa_app_insights_scenario.py +++ b/src/spring/azext_spring/tests/latest/test_asa_app_insights_scenario.py @@ -41,7 +41,7 @@ def test_create_asc_with_ai_basic_case(self): def test_create_asc_heavy_cases(self): self.kwargs.update({ - 'serviceName': 'cli-unittest', + 'serviceName': 'cli-unittest-12', 'SKU': 'Basic', 'location': 'eastus2', 'rg': 'cli', @@ -154,7 +154,7 @@ def test_negative_create_asc(self): def test_asc_update(self): self.kwargs.update({ - 'serviceName': 'cli-unittest10', + 'serviceName': 'cli-unittest11', 'rg': 'cli', 'shared_ai_name': 'cli_scenario_test_202207021820' }) @@ -206,7 +206,7 @@ def test_negative_asc_update(self): def test_asc_app_insights_update(self): self.kwargs.update({ - 'serviceName': 'cli-unittest10', + 'serviceName': 'cli-unittest11', 'rg': 'cli', 'shared_ai_name': 'cli_scenario_test_202207021820' }) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/__init__.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/__init__.py new file mode 100644 index 00000000000..da2ffef8661 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/__init__.py @@ -0,0 +1,32 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +# pylint: disable=wrong-import-position + +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from ._patch import * # pylint: disable=unused-wildcard-import + +from ._application_insights_management_client import ApplicationInsightsManagementClient # type: ignore +from ._version import VERSION + +__version__ = VERSION + +try: + from ._patch import __all__ as _patch_all + from ._patch import * +except ImportError: + _patch_all = [] +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "ApplicationInsightsManagementClient", +] +__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore + +_patch_sdk() diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/_application_insights_management_client.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/_application_insights_management_client.py new file mode 100644 index 00000000000..33a85b2fc75 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/_application_insights_management_client.py @@ -0,0 +1,222 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from copy import deepcopy +from typing import Any, Optional, TYPE_CHECKING, cast +from typing_extensions import Self + +from azure.core.pipeline import policies +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.settings import settings +from azure.mgmt.core import ARMPipelineClient +from azure.mgmt.core.policies import ARMAutoResourceProviderRegistrationPolicy +from azure.mgmt.core.tools import get_arm_endpoints + +from . import models as _models +from ._configuration import ApplicationInsightsManagementClientConfiguration +from ._utils.serialization import Deserializer, Serializer +from .operations import ( + APIKeysOperations, + AnalyticsItemsOperations, + AnnotationsOperations, + ComponentAvailableFeaturesOperations, + ComponentCurrentBillingFeaturesOperations, + ComponentFeatureCapabilitiesOperations, + ComponentLinkedStorageAccountsOperations, + ComponentQuotaStatusOperations, + ComponentsOperations, + DeletedWorkbooksOperations, + ExportConfigurationsOperations, + FavoritesOperations, + LiveTokenOperations, + Operations, + ProactiveDetectionConfigurationsOperations, + WebTestLocationsOperations, + WebTestsOperations, + WorkItemConfigurationsOperations, + WorkbookTemplatesOperations, + WorkbooksOperations, +) + +if TYPE_CHECKING: + from azure.core.credentials import TokenCredential + + +class ApplicationInsightsManagementClient: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes + """Composite Swagger for Application Insights Management Client. + + :ivar components: ComponentsOperations operations + :vartype components: azure.mgmt.applicationinsights.operations.ComponentsOperations + :ivar annotations: AnnotationsOperations operations + :vartype annotations: azure.mgmt.applicationinsights.operations.AnnotationsOperations + :ivar api_keys: APIKeysOperations operations + :vartype api_keys: azure.mgmt.applicationinsights.operations.APIKeysOperations + :ivar export_configurations: ExportConfigurationsOperations operations + :vartype export_configurations: + azure.mgmt.applicationinsights.operations.ExportConfigurationsOperations + :ivar component_current_billing_features: ComponentCurrentBillingFeaturesOperations operations + :vartype component_current_billing_features: + azure.mgmt.applicationinsights.operations.ComponentCurrentBillingFeaturesOperations + :ivar component_quota_status: ComponentQuotaStatusOperations operations + :vartype component_quota_status: + azure.mgmt.applicationinsights.operations.ComponentQuotaStatusOperations + :ivar component_feature_capabilities: ComponentFeatureCapabilitiesOperations operations + :vartype component_feature_capabilities: + azure.mgmt.applicationinsights.operations.ComponentFeatureCapabilitiesOperations + :ivar component_available_features: ComponentAvailableFeaturesOperations operations + :vartype component_available_features: + azure.mgmt.applicationinsights.operations.ComponentAvailableFeaturesOperations + :ivar proactive_detection_configurations: ProactiveDetectionConfigurationsOperations operations + :vartype proactive_detection_configurations: + azure.mgmt.applicationinsights.operations.ProactiveDetectionConfigurationsOperations + :ivar work_item_configurations: WorkItemConfigurationsOperations operations + :vartype work_item_configurations: + azure.mgmt.applicationinsights.operations.WorkItemConfigurationsOperations + :ivar favorites: FavoritesOperations operations + :vartype favorites: azure.mgmt.applicationinsights.operations.FavoritesOperations + :ivar web_test_locations: WebTestLocationsOperations operations + :vartype web_test_locations: + azure.mgmt.applicationinsights.operations.WebTestLocationsOperations + :ivar web_tests: WebTestsOperations operations + :vartype web_tests: azure.mgmt.applicationinsights.operations.WebTestsOperations + :ivar analytics_items: AnalyticsItemsOperations operations + :vartype analytics_items: azure.mgmt.applicationinsights.operations.AnalyticsItemsOperations + :ivar operations: Operations operations + :vartype operations: azure.mgmt.applicationinsights.operations.Operations + :ivar workbook_templates: WorkbookTemplatesOperations operations + :vartype workbook_templates: + azure.mgmt.applicationinsights.operations.WorkbookTemplatesOperations + :ivar workbooks: WorkbooksOperations operations + :vartype workbooks: azure.mgmt.applicationinsights.operations.WorkbooksOperations + :ivar live_token: LiveTokenOperations operations + :vartype live_token: azure.mgmt.applicationinsights.operations.LiveTokenOperations + :ivar component_linked_storage_accounts: ComponentLinkedStorageAccountsOperations operations + :vartype component_linked_storage_accounts: + azure.mgmt.applicationinsights.operations.ComponentLinkedStorageAccountsOperations + :ivar deleted_workbooks: DeletedWorkbooksOperations operations + :vartype deleted_workbooks: + azure.mgmt.applicationinsights.operations.DeletedWorkbooksOperations + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials.TokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :param base_url: Service URL. Default value is None. + :type base_url: str + """ + + def __init__( + self, credential: "TokenCredential", subscription_id: str, base_url: Optional[str] = None, **kwargs: Any + ) -> None: + _cloud = kwargs.pop("cloud_setting", None) or settings.current.azure_cloud # type: ignore + _endpoints = get_arm_endpoints(_cloud) + if not base_url: + base_url = _endpoints["resource_manager"] + credential_scopes = kwargs.pop("credential_scopes", _endpoints["credential_scopes"]) + self._config = ApplicationInsightsManagementClientConfiguration( + credential=credential, subscription_id=subscription_id, credential_scopes=credential_scopes, **kwargs + ) + + _policies = kwargs.pop("policies", None) + if _policies is None: + _policies = [ + policies.RequestIdPolicy(**kwargs), + self._config.headers_policy, + self._config.user_agent_policy, + self._config.proxy_policy, + policies.ContentDecodePolicy(**kwargs), + ARMAutoResourceProviderRegistrationPolicy(), + self._config.redirect_policy, + self._config.retry_policy, + self._config.authentication_policy, + self._config.custom_hook_policy, + self._config.logging_policy, + policies.DistributedTracingPolicy(**kwargs), + policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None, + self._config.http_logging_policy, + ] + self._client: ARMPipelineClient = ARMPipelineClient(base_url=cast(str, base_url), policies=_policies, **kwargs) + + client_models = {k: v for k, v in _models.__dict__.items() if isinstance(v, type)} + self._serialize = Serializer(client_models) + self._deserialize = Deserializer(client_models) + self._serialize.client_side_validation = False + self.components = ComponentsOperations(self._client, self._config, self._serialize, self._deserialize) + self.annotations = AnnotationsOperations(self._client, self._config, self._serialize, self._deserialize) + self.api_keys = APIKeysOperations(self._client, self._config, self._serialize, self._deserialize) + self.export_configurations = ExportConfigurationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.component_current_billing_features = ComponentCurrentBillingFeaturesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.component_quota_status = ComponentQuotaStatusOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.component_feature_capabilities = ComponentFeatureCapabilitiesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.component_available_features = ComponentAvailableFeaturesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.proactive_detection_configurations = ProactiveDetectionConfigurationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.work_item_configurations = WorkItemConfigurationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.favorites = FavoritesOperations(self._client, self._config, self._serialize, self._deserialize) + self.web_test_locations = WebTestLocationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.web_tests = WebTestsOperations(self._client, self._config, self._serialize, self._deserialize) + self.analytics_items = AnalyticsItemsOperations(self._client, self._config, self._serialize, self._deserialize) + self.operations = Operations(self._client, self._config, self._serialize, self._deserialize) + self.workbook_templates = WorkbookTemplatesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.workbooks = WorkbooksOperations(self._client, self._config, self._serialize, self._deserialize) + self.live_token = LiveTokenOperations(self._client, self._config, self._serialize, self._deserialize) + self.component_linked_storage_accounts = ComponentLinkedStorageAccountsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.deleted_workbooks = DeletedWorkbooksOperations( + self._client, self._config, self._serialize, self._deserialize + ) + + def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = client._send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.HttpResponse + """ + + request_copy = deepcopy(request) + request_copy.url = self._client.format_url(request_copy.url) + return self._client.send_request(request_copy, stream=stream, **kwargs) # type: ignore + + def close(self) -> None: + self._client.close() + + def __enter__(self) -> Self: + self._client.__enter__() + return self + + def __exit__(self, *exc_details: Any) -> None: + self._client.__exit__(*exc_details) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/_configuration.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/_configuration.py new file mode 100644 index 00000000000..5770b52de28 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/_configuration.py @@ -0,0 +1,58 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import Any, TYPE_CHECKING + +from azure.core.pipeline import policies +from azure.mgmt.core.policies import ARMChallengeAuthenticationPolicy, ARMHttpLoggingPolicy + +from ._version import VERSION + +if TYPE_CHECKING: + from azure.core.credentials import TokenCredential + + +class ApplicationInsightsManagementClientConfiguration: # pylint: disable=too-many-instance-attributes,name-too-long + """Configuration for ApplicationInsightsManagementClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials.TokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + """ + + def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None: + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + if subscription_id is None: + raise ValueError("Parameter 'subscription_id' must not be None.") + + self.credential = credential + self.subscription_id = subscription_id + self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"]) + kwargs.setdefault("sdk_moniker", "mgmt-applicationinsights/{}".format(VERSION)) + self.polling_interval = kwargs.get("polling_interval", 30) + self._configure(**kwargs) + + def _configure(self, **kwargs: Any) -> None: + self.user_agent_policy = kwargs.get("user_agent_policy") or policies.UserAgentPolicy(**kwargs) + self.headers_policy = kwargs.get("headers_policy") or policies.HeadersPolicy(**kwargs) + self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs) + self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs) + self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs) + self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs) + self.redirect_policy = kwargs.get("redirect_policy") or policies.RedirectPolicy(**kwargs) + self.retry_policy = kwargs.get("retry_policy") or policies.RetryPolicy(**kwargs) + self.authentication_policy = kwargs.get("authentication_policy") + if self.credential and not self.authentication_policy: + self.authentication_policy = ARMChallengeAuthenticationPolicy( + self.credential, *self.credential_scopes, **kwargs + ) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/_patch.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/_patch.py new file mode 100644 index 00000000000..8bcb627aa47 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/_patch.py @@ -0,0 +1,21 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/_utils/__init__.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/_utils/__init__.py new file mode 100644 index 00000000000..0af9b28f660 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/_utils/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/_utils/serialization.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/_utils/serialization.py new file mode 100644 index 00000000000..f5187701d7b --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/_utils/serialization.py @@ -0,0 +1,2032 @@ +# pylint: disable=line-too-long,useless-suppression,too-many-lines +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +# pyright: reportUnnecessaryTypeIgnoreComment=false + +from base64 import b64decode, b64encode +import calendar +import datetime +import decimal +import email +from enum import Enum +import json +import logging +import re +import sys +import codecs +from typing import ( + Dict, + Any, + cast, + Optional, + Union, + AnyStr, + IO, + Mapping, + Callable, + MutableMapping, + List, +) + +try: + from urllib import quote # type: ignore +except ImportError: + from urllib.parse import quote +import xml.etree.ElementTree as ET + +import isodate # type: ignore +from typing_extensions import Self + +from azure.core.exceptions import DeserializationError, SerializationError +from azure.core.serialization import NULL as CoreNull + +_BOM = codecs.BOM_UTF8.decode(encoding="utf-8") + +JSON = MutableMapping[str, Any] + + +class RawDeserializer: + + # Accept "text" because we're open minded people... + JSON_REGEXP = re.compile(r"^(application|text)/([a-z+.]+\+)?json$") + + # Name used in context + CONTEXT_NAME = "deserialized_data" + + @classmethod + def deserialize_from_text(cls, data: Optional[Union[AnyStr, IO]], content_type: Optional[str] = None) -> Any: + """Decode data according to content-type. + + Accept a stream of data as well, but will be load at once in memory for now. + + If no content-type, will return the string version (not bytes, not stream) + + :param data: Input, could be bytes or stream (will be decoded with UTF8) or text + :type data: str or bytes or IO + :param str content_type: The content type. + :return: The deserialized data. + :rtype: object + """ + if hasattr(data, "read"): + # Assume a stream + data = cast(IO, data).read() + + if isinstance(data, bytes): + data_as_str = data.decode(encoding="utf-8-sig") + else: + # Explain to mypy the correct type. + data_as_str = cast(str, data) + + # Remove Byte Order Mark if present in string + data_as_str = data_as_str.lstrip(_BOM) + + if content_type is None: + return data + + if cls.JSON_REGEXP.match(content_type): + try: + return json.loads(data_as_str) + except ValueError as err: + raise DeserializationError("JSON is invalid: {}".format(err), err) from err + elif "xml" in (content_type or []): + try: + + try: + if isinstance(data, unicode): # type: ignore + # If I'm Python 2.7 and unicode XML will scream if I try a "fromstring" on unicode string + data_as_str = data_as_str.encode(encoding="utf-8") # type: ignore + except NameError: + pass + + return ET.fromstring(data_as_str) # nosec + except ET.ParseError as err: + # It might be because the server has an issue, and returned JSON with + # content-type XML.... + # So let's try a JSON load, and if it's still broken + # let's flow the initial exception + def _json_attemp(data): + try: + return True, json.loads(data) + except ValueError: + return False, None # Don't care about this one + + success, json_result = _json_attemp(data) + if success: + return json_result + # If i'm here, it's not JSON, it's not XML, let's scream + # and raise the last context in this block (the XML exception) + # The function hack is because Py2.7 messes up with exception + # context otherwise. + _LOGGER.critical("Wasn't XML not JSON, failing") + raise DeserializationError("XML is invalid") from err + elif content_type.startswith("text/"): + return data_as_str + raise DeserializationError("Cannot deserialize content-type: {}".format(content_type)) + + @classmethod + def deserialize_from_http_generics(cls, body_bytes: Optional[Union[AnyStr, IO]], headers: Mapping) -> Any: + """Deserialize from HTTP response. + + Use bytes and headers to NOT use any requests/aiohttp or whatever + specific implementation. + Headers will tested for "content-type" + + :param bytes body_bytes: The body of the response. + :param dict headers: The headers of the response. + :returns: The deserialized data. + :rtype: object + """ + # Try to use content-type from headers if available + content_type = None + if "content-type" in headers: + content_type = headers["content-type"].split(";")[0].strip().lower() + # Ouch, this server did not declare what it sent... + # Let's guess it's JSON... + # Also, since Autorest was considering that an empty body was a valid JSON, + # need that test as well.... + else: + content_type = "application/json" + + if body_bytes: + return cls.deserialize_from_text(body_bytes, content_type) + return None + + +_LOGGER = logging.getLogger(__name__) + +try: + _long_type = long # type: ignore +except NameError: + _long_type = int + +TZ_UTC = datetime.timezone.utc + +_FLATTEN = re.compile(r"(? None: + self.additional_properties: Optional[Dict[str, Any]] = {} + for k in kwargs: # pylint: disable=consider-using-dict-items + if k not in self._attribute_map: + _LOGGER.warning("%s is not a known attribute of class %s and will be ignored", k, self.__class__) + elif k in self._validation and self._validation[k].get("readonly", False): + _LOGGER.warning("Readonly attribute %s will be ignored in class %s", k, self.__class__) + else: + setattr(self, k, kwargs[k]) + + def __eq__(self, other: Any) -> bool: + """Compare objects by comparing all attributes. + + :param object other: The object to compare + :returns: True if objects are equal + :rtype: bool + """ + if isinstance(other, self.__class__): + return self.__dict__ == other.__dict__ + return False + + def __ne__(self, other: Any) -> bool: + """Compare objects by comparing all attributes. + + :param object other: The object to compare + :returns: True if objects are not equal + :rtype: bool + """ + return not self.__eq__(other) + + def __str__(self) -> str: + return str(self.__dict__) + + @classmethod + def enable_additional_properties_sending(cls) -> None: + cls._attribute_map["additional_properties"] = {"key": "", "type": "{object}"} + + @classmethod + def is_xml_model(cls) -> bool: + try: + cls._xml_map # type: ignore + except AttributeError: + return False + return True + + @classmethod + def _create_xml_node(cls): + """Create XML node. + + :returns: The XML node + :rtype: xml.etree.ElementTree.Element + """ + try: + xml_map = cls._xml_map # type: ignore + except AttributeError: + xml_map = {} + + return _create_xml_node(xml_map.get("name", cls.__name__), xml_map.get("prefix", None), xml_map.get("ns", None)) + + def serialize(self, keep_readonly: bool = False, **kwargs: Any) -> JSON: + """Return the JSON that would be sent to server from this model. + + This is an alias to `as_dict(full_restapi_key_transformer, keep_readonly=False)`. + + If you want XML serialization, you can pass the kwargs is_xml=True. + + :param bool keep_readonly: If you want to serialize the readonly attributes + :returns: A dict JSON compatible object + :rtype: dict + """ + serializer = Serializer(self._infer_class_models()) + return serializer._serialize( # type: ignore # pylint: disable=protected-access + self, keep_readonly=keep_readonly, **kwargs + ) + + def as_dict( + self, + keep_readonly: bool = True, + key_transformer: Callable[[str, Dict[str, Any], Any], Any] = attribute_transformer, + **kwargs: Any + ) -> JSON: + """Return a dict that can be serialized using json.dump. + + Advanced usage might optionally use a callback as parameter: + + .. code::python + + def my_key_transformer(key, attr_desc, value): + return key + + Key is the attribute name used in Python. Attr_desc + is a dict of metadata. Currently contains 'type' with the + msrest type and 'key' with the RestAPI encoded key. + Value is the current value in this object. + + The string returned will be used to serialize the key. + If the return type is a list, this is considered hierarchical + result dict. + + See the three examples in this file: + + - attribute_transformer + - full_restapi_key_transformer + - last_restapi_key_transformer + + If you want XML serialization, you can pass the kwargs is_xml=True. + + :param bool keep_readonly: If you want to serialize the readonly attributes + :param function key_transformer: A key transformer function. + :returns: A dict JSON compatible object + :rtype: dict + """ + serializer = Serializer(self._infer_class_models()) + return serializer._serialize( # type: ignore # pylint: disable=protected-access + self, key_transformer=key_transformer, keep_readonly=keep_readonly, **kwargs + ) + + @classmethod + def _infer_class_models(cls): + try: + str_models = cls.__module__.rsplit(".", 1)[0] + models = sys.modules[str_models] + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + if cls.__name__ not in client_models: + raise ValueError("Not Autorest generated code") + except Exception: # pylint: disable=broad-exception-caught + # Assume it's not Autorest generated (tests?). Add ourselves as dependencies. + client_models = {cls.__name__: cls} + return client_models + + @classmethod + def deserialize(cls, data: Any, content_type: Optional[str] = None) -> Self: + """Parse a str using the RestAPI syntax and return a model. + + :param str data: A str using RestAPI structure. JSON by default. + :param str content_type: JSON by default, set application/xml if XML. + :returns: An instance of this model + :raises DeserializationError: if something went wrong + :rtype: Self + """ + deserializer = Deserializer(cls._infer_class_models()) + return deserializer(cls.__name__, data, content_type=content_type) # type: ignore + + @classmethod + def from_dict( + cls, + data: Any, + key_extractors: Optional[Callable[[str, Dict[str, Any], Any], Any]] = None, + content_type: Optional[str] = None, + ) -> Self: + """Parse a dict using given key extractor return a model. + + By default consider key + extractors (rest_key_case_insensitive_extractor, attribute_key_case_insensitive_extractor + and last_rest_key_case_insensitive_extractor) + + :param dict data: A dict using RestAPI structure + :param function key_extractors: A key extractor function. + :param str content_type: JSON by default, set application/xml if XML. + :returns: An instance of this model + :raises DeserializationError: if something went wrong + :rtype: Self + """ + deserializer = Deserializer(cls._infer_class_models()) + deserializer.key_extractors = ( # type: ignore + [ # type: ignore + attribute_key_case_insensitive_extractor, + rest_key_case_insensitive_extractor, + last_rest_key_case_insensitive_extractor, + ] + if key_extractors is None + else key_extractors + ) + return deserializer(cls.__name__, data, content_type=content_type) # type: ignore + + @classmethod + def _flatten_subtype(cls, key, objects): + if "_subtype_map" not in cls.__dict__: + return {} + result = dict(cls._subtype_map[key]) + for valuetype in cls._subtype_map[key].values(): + result.update(objects[valuetype]._flatten_subtype(key, objects)) # pylint: disable=protected-access + return result + + @classmethod + def _classify(cls, response, objects): + """Check the class _subtype_map for any child classes. + We want to ignore any inherited _subtype_maps. + + :param dict response: The initial data + :param dict objects: The class objects + :returns: The class to be used + :rtype: class + """ + for subtype_key in cls.__dict__.get("_subtype_map", {}).keys(): + subtype_value = None + + if not isinstance(response, ET.Element): + rest_api_response_key = cls._get_rest_key_parts(subtype_key)[-1] + subtype_value = response.get(rest_api_response_key, None) or response.get(subtype_key, None) + else: + subtype_value = xml_key_extractor(subtype_key, cls._attribute_map[subtype_key], response) + if subtype_value: + # Try to match base class. Can be class name only + # (bug to fix in Autorest to support x-ms-discriminator-name) + if cls.__name__ == subtype_value: + return cls + flatten_mapping_type = cls._flatten_subtype(subtype_key, objects) + try: + return objects[flatten_mapping_type[subtype_value]] # type: ignore + except KeyError: + _LOGGER.warning( + "Subtype value %s has no mapping, use base class %s.", + subtype_value, + cls.__name__, + ) + break + else: + _LOGGER.warning("Discriminator %s is absent or null, use base class %s.", subtype_key, cls.__name__) + break + return cls + + @classmethod + def _get_rest_key_parts(cls, attr_key): + """Get the RestAPI key of this attr, split it and decode part + :param str attr_key: Attribute key must be in attribute_map. + :returns: A list of RestAPI part + :rtype: list + """ + rest_split_key = _FLATTEN.split(cls._attribute_map[attr_key]["key"]) + return [_decode_attribute_map_key(key_part) for key_part in rest_split_key] + + +def _decode_attribute_map_key(key): + """This decode a key in an _attribute_map to the actual key we want to look at + inside the received data. + + :param str key: A key string from the generated code + :returns: The decoded key + :rtype: str + """ + return key.replace("\\.", ".") + + +class Serializer: # pylint: disable=too-many-public-methods + """Request object model serializer.""" + + basic_types = {str: "str", int: "int", bool: "bool", float: "float"} + + _xml_basic_types_serializers = {"bool": lambda x: str(x).lower()} + days = {0: "Mon", 1: "Tue", 2: "Wed", 3: "Thu", 4: "Fri", 5: "Sat", 6: "Sun"} + months = { + 1: "Jan", + 2: "Feb", + 3: "Mar", + 4: "Apr", + 5: "May", + 6: "Jun", + 7: "Jul", + 8: "Aug", + 9: "Sep", + 10: "Oct", + 11: "Nov", + 12: "Dec", + } + validation = { + "min_length": lambda x, y: len(x) < y, + "max_length": lambda x, y: len(x) > y, + "minimum": lambda x, y: x < y, + "maximum": lambda x, y: x > y, + "minimum_ex": lambda x, y: x <= y, + "maximum_ex": lambda x, y: x >= y, + "min_items": lambda x, y: len(x) < y, + "max_items": lambda x, y: len(x) > y, + "pattern": lambda x, y: not re.match(y, x, re.UNICODE), + "unique": lambda x, y: len(x) != len(set(x)), + "multiple": lambda x, y: x % y != 0, + } + + def __init__(self, classes: Optional[Mapping[str, type]] = None) -> None: + self.serialize_type = { + "iso-8601": Serializer.serialize_iso, + "rfc-1123": Serializer.serialize_rfc, + "unix-time": Serializer.serialize_unix, + "duration": Serializer.serialize_duration, + "date": Serializer.serialize_date, + "time": Serializer.serialize_time, + "decimal": Serializer.serialize_decimal, + "long": Serializer.serialize_long, + "bytearray": Serializer.serialize_bytearray, + "base64": Serializer.serialize_base64, + "object": self.serialize_object, + "[]": self.serialize_iter, + "{}": self.serialize_dict, + } + self.dependencies: Dict[str, type] = dict(classes) if classes else {} + self.key_transformer = full_restapi_key_transformer + self.client_side_validation = True + + def _serialize( # pylint: disable=too-many-nested-blocks, too-many-branches, too-many-statements, too-many-locals + self, target_obj, data_type=None, **kwargs + ): + """Serialize data into a string according to type. + + :param object target_obj: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str, dict + :raises SerializationError: if serialization fails. + :returns: The serialized data. + """ + key_transformer = kwargs.get("key_transformer", self.key_transformer) + keep_readonly = kwargs.get("keep_readonly", False) + if target_obj is None: + return None + + attr_name = None + class_name = target_obj.__class__.__name__ + + if data_type: + return self.serialize_data(target_obj, data_type, **kwargs) + + if not hasattr(target_obj, "_attribute_map"): + data_type = type(target_obj).__name__ + if data_type in self.basic_types.values(): + return self.serialize_data(target_obj, data_type, **kwargs) + + # Force "is_xml" kwargs if we detect a XML model + try: + is_xml_model_serialization = kwargs["is_xml"] + except KeyError: + is_xml_model_serialization = kwargs.setdefault("is_xml", target_obj.is_xml_model()) + + serialized = {} + if is_xml_model_serialization: + serialized = target_obj._create_xml_node() # pylint: disable=protected-access + try: + attributes = target_obj._attribute_map # pylint: disable=protected-access + for attr, attr_desc in attributes.items(): + attr_name = attr + if not keep_readonly and target_obj._validation.get( # pylint: disable=protected-access + attr_name, {} + ).get("readonly", False): + continue + + if attr_name == "additional_properties" and attr_desc["key"] == "": + if target_obj.additional_properties is not None: + serialized.update(target_obj.additional_properties) + continue + try: + + orig_attr = getattr(target_obj, attr) + if is_xml_model_serialization: + pass # Don't provide "transformer" for XML for now. Keep "orig_attr" + else: # JSON + keys, orig_attr = key_transformer(attr, attr_desc.copy(), orig_attr) + keys = keys if isinstance(keys, list) else [keys] + + kwargs["serialization_ctxt"] = attr_desc + new_attr = self.serialize_data(orig_attr, attr_desc["type"], **kwargs) + + if is_xml_model_serialization: + xml_desc = attr_desc.get("xml", {}) + xml_name = xml_desc.get("name", attr_desc["key"]) + xml_prefix = xml_desc.get("prefix", None) + xml_ns = xml_desc.get("ns", None) + if xml_desc.get("attr", False): + if xml_ns: + ET.register_namespace(xml_prefix, xml_ns) + xml_name = "{{{}}}{}".format(xml_ns, xml_name) + serialized.set(xml_name, new_attr) # type: ignore + continue + if xml_desc.get("text", False): + serialized.text = new_attr # type: ignore + continue + if isinstance(new_attr, list): + serialized.extend(new_attr) # type: ignore + elif isinstance(new_attr, ET.Element): + # If the down XML has no XML/Name, + # we MUST replace the tag with the local tag. But keeping the namespaces. + if "name" not in getattr(orig_attr, "_xml_map", {}): + splitted_tag = new_attr.tag.split("}") + if len(splitted_tag) == 2: # Namespace + new_attr.tag = "}".join([splitted_tag[0], xml_name]) + else: + new_attr.tag = xml_name + serialized.append(new_attr) # type: ignore + else: # That's a basic type + # Integrate namespace if necessary + local_node = _create_xml_node(xml_name, xml_prefix, xml_ns) + local_node.text = str(new_attr) + serialized.append(local_node) # type: ignore + else: # JSON + for k in reversed(keys): # type: ignore + new_attr = {k: new_attr} + + _new_attr = new_attr + _serialized = serialized + for k in keys: # type: ignore + if k not in _serialized: + _serialized.update(_new_attr) # type: ignore + _new_attr = _new_attr[k] # type: ignore + _serialized = _serialized[k] + except ValueError as err: + if isinstance(err, SerializationError): + raise + + except (AttributeError, KeyError, TypeError) as err: + msg = "Attribute {} in object {} cannot be serialized.\n{}".format(attr_name, class_name, str(target_obj)) + raise SerializationError(msg) from err + return serialized + + def body(self, data, data_type, **kwargs): + """Serialize data intended for a request body. + + :param object data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: dict + :raises SerializationError: if serialization fails. + :raises ValueError: if data is None + :returns: The serialized request body + """ + + # Just in case this is a dict + internal_data_type_str = data_type.strip("[]{}") + internal_data_type = self.dependencies.get(internal_data_type_str, None) + try: + is_xml_model_serialization = kwargs["is_xml"] + except KeyError: + if internal_data_type and issubclass(internal_data_type, Model): + is_xml_model_serialization = kwargs.setdefault("is_xml", internal_data_type.is_xml_model()) + else: + is_xml_model_serialization = False + if internal_data_type and not isinstance(internal_data_type, Enum): + try: + deserializer = Deserializer(self.dependencies) + # Since it's on serialization, it's almost sure that format is not JSON REST + # We're not able to deal with additional properties for now. + deserializer.additional_properties_detection = False + if is_xml_model_serialization: + deserializer.key_extractors = [ # type: ignore + attribute_key_case_insensitive_extractor, + ] + else: + deserializer.key_extractors = [ + rest_key_case_insensitive_extractor, + attribute_key_case_insensitive_extractor, + last_rest_key_case_insensitive_extractor, + ] + data = deserializer._deserialize(data_type, data) # pylint: disable=protected-access + except DeserializationError as err: + raise SerializationError("Unable to build a model: " + str(err)) from err + + return self._serialize(data, data_type, **kwargs) + + def url(self, name, data, data_type, **kwargs): + """Serialize data intended for a URL path. + + :param str name: The name of the URL path parameter. + :param object data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :returns: The serialized URL path + :raises TypeError: if serialization fails. + :raises ValueError: if data is None + """ + try: + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + + if kwargs.get("skip_quote") is True: + output = str(output) + output = output.replace("{", quote("{")).replace("}", quote("}")) + else: + output = quote(str(output), safe="") + except SerializationError as exc: + raise TypeError("{} must be type {}.".format(name, data_type)) from exc + return output + + def query(self, name, data, data_type, **kwargs): + """Serialize data intended for a URL query. + + :param str name: The name of the query parameter. + :param object data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str, list + :raises TypeError: if serialization fails. + :raises ValueError: if data is None + :returns: The serialized query parameter + """ + try: + # Treat the list aside, since we don't want to encode the div separator + if data_type.startswith("["): + internal_data_type = data_type[1:-1] + do_quote = not kwargs.get("skip_quote", False) + return self.serialize_iter(data, internal_data_type, do_quote=do_quote, **kwargs) + + # Not a list, regular serialization + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + if kwargs.get("skip_quote") is True: + output = str(output) + else: + output = quote(str(output), safe="") + except SerializationError as exc: + raise TypeError("{} must be type {}.".format(name, data_type)) from exc + return str(output) + + def header(self, name, data, data_type, **kwargs): + """Serialize data intended for a request header. + + :param str name: The name of the header. + :param object data: The data to be serialized. + :param str data_type: The type to be serialized from. + :rtype: str + :raises TypeError: if serialization fails. + :raises ValueError: if data is None + :returns: The serialized header + """ + try: + if data_type in ["[str]"]: + data = ["" if d is None else d for d in data] + + output = self.serialize_data(data, data_type, **kwargs) + if data_type == "bool": + output = json.dumps(output) + except SerializationError as exc: + raise TypeError("{} must be type {}.".format(name, data_type)) from exc + return str(output) + + def serialize_data(self, data, data_type, **kwargs): + """Serialize generic data according to supplied data type. + + :param object data: The data to be serialized. + :param str data_type: The type to be serialized from. + :raises AttributeError: if required data is None. + :raises ValueError: if data is None + :raises SerializationError: if serialization fails. + :returns: The serialized data. + :rtype: str, int, float, bool, dict, list + """ + if data is None: + raise ValueError("No value for given attribute") + + try: + if data is CoreNull: + return None + if data_type in self.basic_types.values(): + return self.serialize_basic(data, data_type, **kwargs) + + if data_type in self.serialize_type: + return self.serialize_type[data_type](data, **kwargs) + + # If dependencies is empty, try with current data class + # It has to be a subclass of Enum anyway + enum_type = self.dependencies.get(data_type, data.__class__) + if issubclass(enum_type, Enum): + return Serializer.serialize_enum(data, enum_obj=enum_type) + + iter_type = data_type[0] + data_type[-1] + if iter_type in self.serialize_type: + return self.serialize_type[iter_type](data, data_type[1:-1], **kwargs) + + except (ValueError, TypeError) as err: + msg = "Unable to serialize value: {!r} as type: {!r}." + raise SerializationError(msg.format(data, data_type)) from err + return self._serialize(data, **kwargs) + + @classmethod + def _get_custom_serializers(cls, data_type, **kwargs): # pylint: disable=inconsistent-return-statements + custom_serializer = kwargs.get("basic_types_serializers", {}).get(data_type) + if custom_serializer: + return custom_serializer + if kwargs.get("is_xml", False): + return cls._xml_basic_types_serializers.get(data_type) + + @classmethod + def serialize_basic(cls, data, data_type, **kwargs): + """Serialize basic builting data type. + Serializes objects to str, int, float or bool. + + Possible kwargs: + - basic_types_serializers dict[str, callable] : If set, use the callable as serializer + - is_xml bool : If set, use xml_basic_types_serializers + + :param obj data: Object to be serialized. + :param str data_type: Type of object in the iterable. + :rtype: str, int, float, bool + :return: serialized object + """ + custom_serializer = cls._get_custom_serializers(data_type, **kwargs) + if custom_serializer: + return custom_serializer(data) + if data_type == "str": + return cls.serialize_unicode(data) + return eval(data_type)(data) # nosec # pylint: disable=eval-used + + @classmethod + def serialize_unicode(cls, data): + """Special handling for serializing unicode strings in Py2. + Encode to UTF-8 if unicode, otherwise handle as a str. + + :param str data: Object to be serialized. + :rtype: str + :return: serialized object + """ + try: # If I received an enum, return its value + return data.value + except AttributeError: + pass + + try: + if isinstance(data, unicode): # type: ignore + # Don't change it, JSON and XML ElementTree are totally able + # to serialize correctly u'' strings + return data + except NameError: + return str(data) + return str(data) + + def serialize_iter(self, data, iter_type, div=None, **kwargs): + """Serialize iterable. + + Supported kwargs: + - serialization_ctxt dict : The current entry of _attribute_map, or same format. + serialization_ctxt['type'] should be same as data_type. + - is_xml bool : If set, serialize as XML + + :param list data: Object to be serialized. + :param str iter_type: Type of object in the iterable. + :param str div: If set, this str will be used to combine the elements + in the iterable into a combined string. Default is 'None'. + Defaults to False. + :rtype: list, str + :return: serialized iterable + """ + if isinstance(data, str): + raise SerializationError("Refuse str type as a valid iter type.") + + serialization_ctxt = kwargs.get("serialization_ctxt", {}) + is_xml = kwargs.get("is_xml", False) + + serialized = [] + for d in data: + try: + serialized.append(self.serialize_data(d, iter_type, **kwargs)) + except ValueError as err: + if isinstance(err, SerializationError): + raise + serialized.append(None) + + if kwargs.get("do_quote", False): + serialized = ["" if s is None else quote(str(s), safe="") for s in serialized] + + if div: + serialized = ["" if s is None else str(s) for s in serialized] + serialized = div.join(serialized) + + if "xml" in serialization_ctxt or is_xml: + # XML serialization is more complicated + xml_desc = serialization_ctxt.get("xml", {}) + xml_name = xml_desc.get("name") + if not xml_name: + xml_name = serialization_ctxt["key"] + + # Create a wrap node if necessary (use the fact that Element and list have "append") + is_wrapped = xml_desc.get("wrapped", False) + node_name = xml_desc.get("itemsName", xml_name) + if is_wrapped: + final_result = _create_xml_node(xml_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + else: + final_result = [] + # All list elements to "local_node" + for el in serialized: + if isinstance(el, ET.Element): + el_node = el + else: + el_node = _create_xml_node(node_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + if el is not None: # Otherwise it writes "None" :-p + el_node.text = str(el) + final_result.append(el_node) + return final_result + return serialized + + def serialize_dict(self, attr, dict_type, **kwargs): + """Serialize a dictionary of objects. + + :param dict attr: Object to be serialized. + :param str dict_type: Type of object in the dictionary. + :rtype: dict + :return: serialized dictionary + """ + serialization_ctxt = kwargs.get("serialization_ctxt", {}) + serialized = {} + for key, value in attr.items(): + try: + serialized[self.serialize_unicode(key)] = self.serialize_data(value, dict_type, **kwargs) + except ValueError as err: + if isinstance(err, SerializationError): + raise + serialized[self.serialize_unicode(key)] = None + + if "xml" in serialization_ctxt: + # XML serialization is more complicated + xml_desc = serialization_ctxt["xml"] + xml_name = xml_desc["name"] + + final_result = _create_xml_node(xml_name, xml_desc.get("prefix", None), xml_desc.get("ns", None)) + for key, value in serialized.items(): + ET.SubElement(final_result, key).text = value + return final_result + + return serialized + + def serialize_object(self, attr, **kwargs): # pylint: disable=too-many-return-statements + """Serialize a generic object. + This will be handled as a dictionary. If object passed in is not + a basic type (str, int, float, dict, list) it will simply be + cast to str. + + :param dict attr: Object to be serialized. + :rtype: dict or str + :return: serialized object + """ + if attr is None: + return None + if isinstance(attr, ET.Element): + return attr + obj_type = type(attr) + if obj_type in self.basic_types: + return self.serialize_basic(attr, self.basic_types[obj_type], **kwargs) + if obj_type is _long_type: + return self.serialize_long(attr) + if obj_type is str: + return self.serialize_unicode(attr) + if obj_type is datetime.datetime: + return self.serialize_iso(attr) + if obj_type is datetime.date: + return self.serialize_date(attr) + if obj_type is datetime.time: + return self.serialize_time(attr) + if obj_type is datetime.timedelta: + return self.serialize_duration(attr) + if obj_type is decimal.Decimal: + return self.serialize_decimal(attr) + + # If it's a model or I know this dependency, serialize as a Model + if obj_type in self.dependencies.values() or isinstance(attr, Model): + return self._serialize(attr) + + if obj_type == dict: + serialized = {} + for key, value in attr.items(): + try: + serialized[self.serialize_unicode(key)] = self.serialize_object(value, **kwargs) + except ValueError: + serialized[self.serialize_unicode(key)] = None + return serialized + + if obj_type == list: + serialized = [] + for obj in attr: + try: + serialized.append(self.serialize_object(obj, **kwargs)) + except ValueError: + pass + return serialized + return str(attr) + + @staticmethod + def serialize_enum(attr, enum_obj=None): + try: + result = attr.value + except AttributeError: + result = attr + try: + enum_obj(result) # type: ignore + return result + except ValueError as exc: + for enum_value in enum_obj: # type: ignore + if enum_value.value.lower() == str(attr).lower(): + return enum_value.value + error = "{!r} is not valid value for enum {!r}" + raise SerializationError(error.format(attr, enum_obj)) from exc + + @staticmethod + def serialize_bytearray(attr, **kwargs): # pylint: disable=unused-argument + """Serialize bytearray into base-64 string. + + :param str attr: Object to be serialized. + :rtype: str + :return: serialized base64 + """ + return b64encode(attr).decode() + + @staticmethod + def serialize_base64(attr, **kwargs): # pylint: disable=unused-argument + """Serialize str into base-64 string. + + :param str attr: Object to be serialized. + :rtype: str + :return: serialized base64 + """ + encoded = b64encode(attr).decode("ascii") + return encoded.strip("=").replace("+", "-").replace("/", "_") + + @staticmethod + def serialize_decimal(attr, **kwargs): # pylint: disable=unused-argument + """Serialize Decimal object to float. + + :param decimal attr: Object to be serialized. + :rtype: float + :return: serialized decimal + """ + return float(attr) + + @staticmethod + def serialize_long(attr, **kwargs): # pylint: disable=unused-argument + """Serialize long (Py2) or int (Py3). + + :param int attr: Object to be serialized. + :rtype: int/long + :return: serialized long + """ + return _long_type(attr) + + @staticmethod + def serialize_date(attr, **kwargs): # pylint: disable=unused-argument + """Serialize Date object into ISO-8601 formatted string. + + :param Date attr: Object to be serialized. + :rtype: str + :return: serialized date + """ + if isinstance(attr, str): + attr = isodate.parse_date(attr) + t = "{:04}-{:02}-{:02}".format(attr.year, attr.month, attr.day) + return t + + @staticmethod + def serialize_time(attr, **kwargs): # pylint: disable=unused-argument + """Serialize Time object into ISO-8601 formatted string. + + :param datetime.time attr: Object to be serialized. + :rtype: str + :return: serialized time + """ + if isinstance(attr, str): + attr = isodate.parse_time(attr) + t = "{:02}:{:02}:{:02}".format(attr.hour, attr.minute, attr.second) + if attr.microsecond: + t += ".{:02}".format(attr.microsecond) + return t + + @staticmethod + def serialize_duration(attr, **kwargs): # pylint: disable=unused-argument + """Serialize TimeDelta object into ISO-8601 formatted string. + + :param TimeDelta attr: Object to be serialized. + :rtype: str + :return: serialized duration + """ + if isinstance(attr, str): + attr = isodate.parse_duration(attr) + return isodate.duration_isoformat(attr) + + @staticmethod + def serialize_rfc(attr, **kwargs): # pylint: disable=unused-argument + """Serialize Datetime object into RFC-1123 formatted string. + + :param Datetime attr: Object to be serialized. + :rtype: str + :raises TypeError: if format invalid. + :return: serialized rfc + """ + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + utc = attr.utctimetuple() + except AttributeError as exc: + raise TypeError("RFC1123 object must be valid Datetime object.") from exc + + return "{}, {:02} {} {:04} {:02}:{:02}:{:02} GMT".format( + Serializer.days[utc.tm_wday], + utc.tm_mday, + Serializer.months[utc.tm_mon], + utc.tm_year, + utc.tm_hour, + utc.tm_min, + utc.tm_sec, + ) + + @staticmethod + def serialize_iso(attr, **kwargs): # pylint: disable=unused-argument + """Serialize Datetime object into ISO-8601 formatted string. + + :param Datetime attr: Object to be serialized. + :rtype: str + :raises SerializationError: if format invalid. + :return: serialized iso + """ + if isinstance(attr, str): + attr = isodate.parse_datetime(attr) + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + utc = attr.utctimetuple() + if utc.tm_year > 9999 or utc.tm_year < 1: + raise OverflowError("Hit max or min date") + + microseconds = str(attr.microsecond).rjust(6, "0").rstrip("0").ljust(3, "0") + if microseconds: + microseconds = "." + microseconds + date = "{:04}-{:02}-{:02}T{:02}:{:02}:{:02}".format( + utc.tm_year, utc.tm_mon, utc.tm_mday, utc.tm_hour, utc.tm_min, utc.tm_sec + ) + return date + microseconds + "Z" + except (ValueError, OverflowError) as err: + msg = "Unable to serialize datetime object." + raise SerializationError(msg) from err + except AttributeError as err: + msg = "ISO-8601 object must be valid Datetime object." + raise TypeError(msg) from err + + @staticmethod + def serialize_unix(attr, **kwargs): # pylint: disable=unused-argument + """Serialize Datetime object into IntTime format. + This is represented as seconds. + + :param Datetime attr: Object to be serialized. + :rtype: int + :raises SerializationError: if format invalid + :return: serialied unix + """ + if isinstance(attr, int): + return attr + try: + if not attr.tzinfo: + _LOGGER.warning("Datetime with no tzinfo will be considered UTC.") + return int(calendar.timegm(attr.utctimetuple())) + except AttributeError as exc: + raise TypeError("Unix time object must be valid Datetime object.") from exc + + +def rest_key_extractor(attr, attr_desc, data): # pylint: disable=unused-argument + key = attr_desc["key"] + working_data = data + + while "." in key: + # Need the cast, as for some reasons "split" is typed as list[str | Any] + dict_keys = cast(List[str], _FLATTEN.split(key)) + if len(dict_keys) == 1: + key = _decode_attribute_map_key(dict_keys[0]) + break + working_key = _decode_attribute_map_key(dict_keys[0]) + working_data = working_data.get(working_key, data) + if working_data is None: + # If at any point while following flatten JSON path see None, it means + # that all properties under are None as well + return None + key = ".".join(dict_keys[1:]) + + return working_data.get(key) + + +def rest_key_case_insensitive_extractor( # pylint: disable=unused-argument, inconsistent-return-statements + attr, attr_desc, data +): + key = attr_desc["key"] + working_data = data + + while "." in key: + dict_keys = _FLATTEN.split(key) + if len(dict_keys) == 1: + key = _decode_attribute_map_key(dict_keys[0]) + break + working_key = _decode_attribute_map_key(dict_keys[0]) + working_data = attribute_key_case_insensitive_extractor(working_key, None, working_data) + if working_data is None: + # If at any point while following flatten JSON path see None, it means + # that all properties under are None as well + return None + key = ".".join(dict_keys[1:]) + + if working_data: + return attribute_key_case_insensitive_extractor(key, None, working_data) + + +def last_rest_key_extractor(attr, attr_desc, data): # pylint: disable=unused-argument + """Extract the attribute in "data" based on the last part of the JSON path key. + + :param str attr: The attribute to extract + :param dict attr_desc: The attribute description + :param dict data: The data to extract from + :rtype: object + :returns: The extracted attribute + """ + key = attr_desc["key"] + dict_keys = _FLATTEN.split(key) + return attribute_key_extractor(dict_keys[-1], None, data) + + +def last_rest_key_case_insensitive_extractor(attr, attr_desc, data): # pylint: disable=unused-argument + """Extract the attribute in "data" based on the last part of the JSON path key. + + This is the case insensitive version of "last_rest_key_extractor" + :param str attr: The attribute to extract + :param dict attr_desc: The attribute description + :param dict data: The data to extract from + :rtype: object + :returns: The extracted attribute + """ + key = attr_desc["key"] + dict_keys = _FLATTEN.split(key) + return attribute_key_case_insensitive_extractor(dict_keys[-1], None, data) + + +def attribute_key_extractor(attr, _, data): + return data.get(attr) + + +def attribute_key_case_insensitive_extractor(attr, _, data): + found_key = None + lower_attr = attr.lower() + for key in data: + if lower_attr == key.lower(): + found_key = key + break + + return data.get(found_key) + + +def _extract_name_from_internal_type(internal_type): + """Given an internal type XML description, extract correct XML name with namespace. + + :param dict internal_type: An model type + :rtype: tuple + :returns: A tuple XML name + namespace dict + """ + internal_type_xml_map = getattr(internal_type, "_xml_map", {}) + xml_name = internal_type_xml_map.get("name", internal_type.__name__) + xml_ns = internal_type_xml_map.get("ns", None) + if xml_ns: + xml_name = "{{{}}}{}".format(xml_ns, xml_name) + return xml_name + + +def xml_key_extractor(attr, attr_desc, data): # pylint: disable=unused-argument,too-many-return-statements + if isinstance(data, dict): + return None + + # Test if this model is XML ready first + if not isinstance(data, ET.Element): + return None + + xml_desc = attr_desc.get("xml", {}) + xml_name = xml_desc.get("name", attr_desc["key"]) + + # Look for a children + is_iter_type = attr_desc["type"].startswith("[") + is_wrapped = xml_desc.get("wrapped", False) + internal_type = attr_desc.get("internalType", None) + internal_type_xml_map = getattr(internal_type, "_xml_map", {}) + + # Integrate namespace if necessary + xml_ns = xml_desc.get("ns", internal_type_xml_map.get("ns", None)) + if xml_ns: + xml_name = "{{{}}}{}".format(xml_ns, xml_name) + + # If it's an attribute, that's simple + if xml_desc.get("attr", False): + return data.get(xml_name) + + # If it's x-ms-text, that's simple too + if xml_desc.get("text", False): + return data.text + + # Scenario where I take the local name: + # - Wrapped node + # - Internal type is an enum (considered basic types) + # - Internal type has no XML/Name node + if is_wrapped or (internal_type and (issubclass(internal_type, Enum) or "name" not in internal_type_xml_map)): + children = data.findall(xml_name) + # If internal type has a local name and it's not a list, I use that name + elif not is_iter_type and internal_type and "name" in internal_type_xml_map: + xml_name = _extract_name_from_internal_type(internal_type) + children = data.findall(xml_name) + # That's an array + else: + if internal_type: # Complex type, ignore itemsName and use the complex type name + items_name = _extract_name_from_internal_type(internal_type) + else: + items_name = xml_desc.get("itemsName", xml_name) + children = data.findall(items_name) + + if len(children) == 0: + if is_iter_type: + if is_wrapped: + return None # is_wrapped no node, we want None + return [] # not wrapped, assume empty list + return None # Assume it's not there, maybe an optional node. + + # If is_iter_type and not wrapped, return all found children + if is_iter_type: + if not is_wrapped: + return children + # Iter and wrapped, should have found one node only (the wrap one) + if len(children) != 1: + raise DeserializationError( + "Tried to deserialize an array not wrapped, and found several nodes '{}'. Maybe you should declare this array as wrapped?".format( + xml_name + ) + ) + return list(children[0]) # Might be empty list and that's ok. + + # Here it's not a itertype, we should have found one element only or empty + if len(children) > 1: + raise DeserializationError("Find several XML '{}' where it was not expected".format(xml_name)) + return children[0] + + +class Deserializer: + """Response object model deserializer. + + :param dict classes: Class type dictionary for deserializing complex types. + :ivar list key_extractors: Ordered list of extractors to be used by this deserializer. + """ + + basic_types = {str: "str", int: "int", bool: "bool", float: "float"} + + valid_date = re.compile(r"\d{4}[-]\d{2}[-]\d{2}T\d{2}:\d{2}:\d{2}\.?\d*Z?[-+]?[\d{2}]?:?[\d{2}]?") + + def __init__(self, classes: Optional[Mapping[str, type]] = None) -> None: + self.deserialize_type = { + "iso-8601": Deserializer.deserialize_iso, + "rfc-1123": Deserializer.deserialize_rfc, + "unix-time": Deserializer.deserialize_unix, + "duration": Deserializer.deserialize_duration, + "date": Deserializer.deserialize_date, + "time": Deserializer.deserialize_time, + "decimal": Deserializer.deserialize_decimal, + "long": Deserializer.deserialize_long, + "bytearray": Deserializer.deserialize_bytearray, + "base64": Deserializer.deserialize_base64, + "object": self.deserialize_object, + "[]": self.deserialize_iter, + "{}": self.deserialize_dict, + } + self.deserialize_expected_types = { + "duration": (isodate.Duration, datetime.timedelta), + "iso-8601": (datetime.datetime), + } + self.dependencies: Dict[str, type] = dict(classes) if classes else {} + self.key_extractors = [rest_key_extractor, xml_key_extractor] + # Additional properties only works if the "rest_key_extractor" is used to + # extract the keys. Making it to work whatever the key extractor is too much + # complicated, with no real scenario for now. + # So adding a flag to disable additional properties detection. This flag should be + # used if your expect the deserialization to NOT come from a JSON REST syntax. + # Otherwise, result are unexpected + self.additional_properties_detection = True + + def __call__(self, target_obj, response_data, content_type=None): + """Call the deserializer to process a REST response. + + :param str target_obj: Target data type to deserialize to. + :param requests.Response response_data: REST response object. + :param str content_type: Swagger "produces" if available. + :raises DeserializationError: if deserialization fails. + :return: Deserialized object. + :rtype: object + """ + data = self._unpack_content(response_data, content_type) + return self._deserialize(target_obj, data) + + def _deserialize(self, target_obj, data): # pylint: disable=inconsistent-return-statements + """Call the deserializer on a model. + + Data needs to be already deserialized as JSON or XML ElementTree + + :param str target_obj: Target data type to deserialize to. + :param object data: Object to deserialize. + :raises DeserializationError: if deserialization fails. + :return: Deserialized object. + :rtype: object + """ + # This is already a model, go recursive just in case + if hasattr(data, "_attribute_map"): + constants = [name for name, config in getattr(data, "_validation", {}).items() if config.get("constant")] + try: + for attr, mapconfig in data._attribute_map.items(): # pylint: disable=protected-access + if attr in constants: + continue + value = getattr(data, attr) + if value is None: + continue + local_type = mapconfig["type"] + internal_data_type = local_type.strip("[]{}") + if internal_data_type not in self.dependencies or isinstance(internal_data_type, Enum): + continue + setattr(data, attr, self._deserialize(local_type, value)) + return data + except AttributeError: + return + + response, class_name = self._classify_target(target_obj, data) + + if isinstance(response, str): + return self.deserialize_data(data, response) + if isinstance(response, type) and issubclass(response, Enum): + return self.deserialize_enum(data, response) + + if data is None or data is CoreNull: + return data + try: + attributes = response._attribute_map # type: ignore # pylint: disable=protected-access + d_attrs = {} + for attr, attr_desc in attributes.items(): + # Check empty string. If it's not empty, someone has a real "additionalProperties"... + if attr == "additional_properties" and attr_desc["key"] == "": + continue + raw_value = None + # Enhance attr_desc with some dynamic data + attr_desc = attr_desc.copy() # Do a copy, do not change the real one + internal_data_type = attr_desc["type"].strip("[]{}") + if internal_data_type in self.dependencies: + attr_desc["internalType"] = self.dependencies[internal_data_type] + + for key_extractor in self.key_extractors: + found_value = key_extractor(attr, attr_desc, data) + if found_value is not None: + if raw_value is not None and raw_value != found_value: + msg = ( + "Ignoring extracted value '%s' from %s for key '%s'" + " (duplicate extraction, follow extractors order)" + ) + _LOGGER.warning(msg, found_value, key_extractor, attr) + continue + raw_value = found_value + + value = self.deserialize_data(raw_value, attr_desc["type"]) + d_attrs[attr] = value + except (AttributeError, TypeError, KeyError) as err: + msg = "Unable to deserialize to object: " + class_name # type: ignore + raise DeserializationError(msg) from err + additional_properties = self._build_additional_properties(attributes, data) + return self._instantiate_model(response, d_attrs, additional_properties) + + def _build_additional_properties(self, attribute_map, data): + if not self.additional_properties_detection: + return None + if "additional_properties" in attribute_map and attribute_map.get("additional_properties", {}).get("key") != "": + # Check empty string. If it's not empty, someone has a real "additionalProperties" + return None + if isinstance(data, ET.Element): + data = {el.tag: el.text for el in data} + + known_keys = { + _decode_attribute_map_key(_FLATTEN.split(desc["key"])[0]) + for desc in attribute_map.values() + if desc["key"] != "" + } + present_keys = set(data.keys()) + missing_keys = present_keys - known_keys + return {key: data[key] for key in missing_keys} + + def _classify_target(self, target, data): + """Check to see whether the deserialization target object can + be classified into a subclass. + Once classification has been determined, initialize object. + + :param str target: The target object type to deserialize to. + :param str/dict data: The response data to deserialize. + :return: The classified target object and its class name. + :rtype: tuple + """ + if target is None: + return None, None + + if isinstance(target, str): + try: + target = self.dependencies[target] + except KeyError: + return target, target + + try: + target = target._classify(data, self.dependencies) # type: ignore # pylint: disable=protected-access + except AttributeError: + pass # Target is not a Model, no classify + return target, target.__class__.__name__ # type: ignore + + def failsafe_deserialize(self, target_obj, data, content_type=None): + """Ignores any errors encountered in deserialization, + and falls back to not deserializing the object. Recommended + for use in error deserialization, as we want to return the + HttpResponseError to users, and not have them deal with + a deserialization error. + + :param str target_obj: The target object type to deserialize to. + :param str/dict data: The response data to deserialize. + :param str content_type: Swagger "produces" if available. + :return: Deserialized object. + :rtype: object + """ + try: + return self(target_obj, data, content_type=content_type) + except: # pylint: disable=bare-except + _LOGGER.debug( + "Ran into a deserialization error. Ignoring since this is failsafe deserialization", exc_info=True + ) + return None + + @staticmethod + def _unpack_content(raw_data, content_type=None): + """Extract the correct structure for deserialization. + + If raw_data is a PipelineResponse, try to extract the result of RawDeserializer. + if we can't, raise. Your Pipeline should have a RawDeserializer. + + If not a pipeline response and raw_data is bytes or string, use content-type + to decode it. If no content-type, try JSON. + + If raw_data is something else, bypass all logic and return it directly. + + :param obj raw_data: Data to be processed. + :param str content_type: How to parse if raw_data is a string/bytes. + :raises JSONDecodeError: If JSON is requested and parsing is impossible. + :raises UnicodeDecodeError: If bytes is not UTF8 + :rtype: object + :return: Unpacked content. + """ + # Assume this is enough to detect a Pipeline Response without importing it + context = getattr(raw_data, "context", {}) + if context: + if RawDeserializer.CONTEXT_NAME in context: + return context[RawDeserializer.CONTEXT_NAME] + raise ValueError("This pipeline didn't have the RawDeserializer policy; can't deserialize") + + # Assume this is enough to recognize universal_http.ClientResponse without importing it + if hasattr(raw_data, "body"): + return RawDeserializer.deserialize_from_http_generics(raw_data.text(), raw_data.headers) + + # Assume this enough to recognize requests.Response without importing it. + if hasattr(raw_data, "_content_consumed"): + return RawDeserializer.deserialize_from_http_generics(raw_data.text, raw_data.headers) + + if isinstance(raw_data, (str, bytes)) or hasattr(raw_data, "read"): + return RawDeserializer.deserialize_from_text(raw_data, content_type) # type: ignore + return raw_data + + def _instantiate_model(self, response, attrs, additional_properties=None): + """Instantiate a response model passing in deserialized args. + + :param Response response: The response model class. + :param dict attrs: The deserialized response attributes. + :param dict additional_properties: Additional properties to be set. + :rtype: Response + :return: The instantiated response model. + """ + if callable(response): + subtype = getattr(response, "_subtype_map", {}) + try: + readonly = [ + k + for k, v in response._validation.items() # pylint: disable=protected-access # type: ignore + if v.get("readonly") + ] + const = [ + k + for k, v in response._validation.items() # pylint: disable=protected-access # type: ignore + if v.get("constant") + ] + kwargs = {k: v for k, v in attrs.items() if k not in subtype and k not in readonly + const} + response_obj = response(**kwargs) + for attr in readonly: + setattr(response_obj, attr, attrs.get(attr)) + if additional_properties: + response_obj.additional_properties = additional_properties # type: ignore + return response_obj + except TypeError as err: + msg = "Unable to deserialize {} into model {}. ".format(kwargs, response) # type: ignore + raise DeserializationError(msg + str(err)) from err + else: + try: + for attr, value in attrs.items(): + setattr(response, attr, value) + return response + except Exception as exp: + msg = "Unable to populate response model. " + msg += "Type: {}, Error: {}".format(type(response), exp) + raise DeserializationError(msg) from exp + + def deserialize_data(self, data, data_type): # pylint: disable=too-many-return-statements + """Process data for deserialization according to data type. + + :param str data: The response string to be deserialized. + :param str data_type: The type to deserialize to. + :raises DeserializationError: if deserialization fails. + :return: Deserialized object. + :rtype: object + """ + if data is None: + return data + + try: + if not data_type: + return data + if data_type in self.basic_types.values(): + return self.deserialize_basic(data, data_type) + if data_type in self.deserialize_type: + if isinstance(data, self.deserialize_expected_types.get(data_type, tuple())): + return data + + is_a_text_parsing_type = lambda x: x not in [ # pylint: disable=unnecessary-lambda-assignment + "object", + "[]", + r"{}", + ] + if isinstance(data, ET.Element) and is_a_text_parsing_type(data_type) and not data.text: + return None + data_val = self.deserialize_type[data_type](data) + return data_val + + iter_type = data_type[0] + data_type[-1] + if iter_type in self.deserialize_type: + return self.deserialize_type[iter_type](data, data_type[1:-1]) + + obj_type = self.dependencies[data_type] + if issubclass(obj_type, Enum): + if isinstance(data, ET.Element): + data = data.text + return self.deserialize_enum(data, obj_type) + + except (ValueError, TypeError, AttributeError) as err: + msg = "Unable to deserialize response data." + msg += " Data: {}, {}".format(data, data_type) + raise DeserializationError(msg) from err + return self._deserialize(obj_type, data) + + def deserialize_iter(self, attr, iter_type): + """Deserialize an iterable. + + :param list attr: Iterable to be deserialized. + :param str iter_type: The type of object in the iterable. + :return: Deserialized iterable. + :rtype: list + """ + if attr is None: + return None + if isinstance(attr, ET.Element): # If I receive an element here, get the children + attr = list(attr) + if not isinstance(attr, (list, set)): + raise DeserializationError("Cannot deserialize as [{}] an object of type {}".format(iter_type, type(attr))) + return [self.deserialize_data(a, iter_type) for a in attr] + + def deserialize_dict(self, attr, dict_type): + """Deserialize a dictionary. + + :param dict/list attr: Dictionary to be deserialized. Also accepts + a list of key, value pairs. + :param str dict_type: The object type of the items in the dictionary. + :return: Deserialized dictionary. + :rtype: dict + """ + if isinstance(attr, list): + return {x["key"]: self.deserialize_data(x["value"], dict_type) for x in attr} + + if isinstance(attr, ET.Element): + # Transform value into {"Key": "value"} + attr = {el.tag: el.text for el in attr} + return {k: self.deserialize_data(v, dict_type) for k, v in attr.items()} + + def deserialize_object(self, attr, **kwargs): # pylint: disable=too-many-return-statements + """Deserialize a generic object. + This will be handled as a dictionary. + + :param dict attr: Dictionary to be deserialized. + :return: Deserialized object. + :rtype: dict + :raises TypeError: if non-builtin datatype encountered. + """ + if attr is None: + return None + if isinstance(attr, ET.Element): + # Do no recurse on XML, just return the tree as-is + return attr + if isinstance(attr, str): + return self.deserialize_basic(attr, "str") + obj_type = type(attr) + if obj_type in self.basic_types: + return self.deserialize_basic(attr, self.basic_types[obj_type]) + if obj_type is _long_type: + return self.deserialize_long(attr) + + if obj_type == dict: + deserialized = {} + for key, value in attr.items(): + try: + deserialized[key] = self.deserialize_object(value, **kwargs) + except ValueError: + deserialized[key] = None + return deserialized + + if obj_type == list: + deserialized = [] + for obj in attr: + try: + deserialized.append(self.deserialize_object(obj, **kwargs)) + except ValueError: + pass + return deserialized + + error = "Cannot deserialize generic object with type: " + raise TypeError(error + str(obj_type)) + + def deserialize_basic(self, attr, data_type): # pylint: disable=too-many-return-statements + """Deserialize basic builtin data type from string. + Will attempt to convert to str, int, float and bool. + This function will also accept '1', '0', 'true' and 'false' as + valid bool values. + + :param str attr: response string to be deserialized. + :param str data_type: deserialization data type. + :return: Deserialized basic type. + :rtype: str, int, float or bool + :raises TypeError: if string format is not valid. + """ + # If we're here, data is supposed to be a basic type. + # If it's still an XML node, take the text + if isinstance(attr, ET.Element): + attr = attr.text + if not attr: + if data_type == "str": + # None or '', node is empty string. + return "" + # None or '', node with a strong type is None. + # Don't try to model "empty bool" or "empty int" + return None + + if data_type == "bool": + if attr in [True, False, 1, 0]: + return bool(attr) + if isinstance(attr, str): + if attr.lower() in ["true", "1"]: + return True + if attr.lower() in ["false", "0"]: + return False + raise TypeError("Invalid boolean value: {}".format(attr)) + + if data_type == "str": + return self.deserialize_unicode(attr) + return eval(data_type)(attr) # nosec # pylint: disable=eval-used + + @staticmethod + def deserialize_unicode(data): + """Preserve unicode objects in Python 2, otherwise return data + as a string. + + :param str data: response string to be deserialized. + :return: Deserialized string. + :rtype: str or unicode + """ + # We might be here because we have an enum modeled as string, + # and we try to deserialize a partial dict with enum inside + if isinstance(data, Enum): + return data + + # Consider this is real string + try: + if isinstance(data, unicode): # type: ignore + return data + except NameError: + return str(data) + return str(data) + + @staticmethod + def deserialize_enum(data, enum_obj): + """Deserialize string into enum object. + + If the string is not a valid enum value it will be returned as-is + and a warning will be logged. + + :param str data: Response string to be deserialized. If this value is + None or invalid it will be returned as-is. + :param Enum enum_obj: Enum object to deserialize to. + :return: Deserialized enum object. + :rtype: Enum + """ + if isinstance(data, enum_obj) or data is None: + return data + if isinstance(data, Enum): + data = data.value + if isinstance(data, int): + # Workaround. We might consider remove it in the future. + try: + return list(enum_obj.__members__.values())[data] + except IndexError as exc: + error = "{!r} is not a valid index for enum {!r}" + raise DeserializationError(error.format(data, enum_obj)) from exc + try: + return enum_obj(str(data)) + except ValueError: + for enum_value in enum_obj: + if enum_value.value.lower() == str(data).lower(): + return enum_value + # We don't fail anymore for unknown value, we deserialize as a string + _LOGGER.warning("Deserializer is not able to find %s as valid enum in %s", data, enum_obj) + return Deserializer.deserialize_unicode(data) + + @staticmethod + def deserialize_bytearray(attr): + """Deserialize string into bytearray. + + :param str attr: response string to be deserialized. + :return: Deserialized bytearray + :rtype: bytearray + :raises TypeError: if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + return bytearray(b64decode(attr)) # type: ignore + + @staticmethod + def deserialize_base64(attr): + """Deserialize base64 encoded string into string. + + :param str attr: response string to be deserialized. + :return: Deserialized base64 string + :rtype: bytearray + :raises TypeError: if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + padding = "=" * (3 - (len(attr) + 3) % 4) # type: ignore + attr = attr + padding # type: ignore + encoded = attr.replace("-", "+").replace("_", "/") + return b64decode(encoded) + + @staticmethod + def deserialize_decimal(attr): + """Deserialize string into Decimal object. + + :param str attr: response string to be deserialized. + :return: Deserialized decimal + :raises DeserializationError: if string format invalid. + :rtype: decimal + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + return decimal.Decimal(str(attr)) # type: ignore + except decimal.DecimalException as err: + msg = "Invalid decimal {}".format(attr) + raise DeserializationError(msg) from err + + @staticmethod + def deserialize_long(attr): + """Deserialize string into long (Py2) or int (Py3). + + :param str attr: response string to be deserialized. + :return: Deserialized int + :rtype: long or int + :raises ValueError: if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + return _long_type(attr) # type: ignore + + @staticmethod + def deserialize_duration(attr): + """Deserialize ISO-8601 formatted string into TimeDelta object. + + :param str attr: response string to be deserialized. + :return: Deserialized duration + :rtype: TimeDelta + :raises DeserializationError: if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + duration = isodate.parse_duration(attr) + except (ValueError, OverflowError, AttributeError) as err: + msg = "Cannot deserialize duration object." + raise DeserializationError(msg) from err + return duration + + @staticmethod + def deserialize_date(attr): + """Deserialize ISO-8601 formatted string into Date object. + + :param str attr: response string to be deserialized. + :return: Deserialized date + :rtype: Date + :raises DeserializationError: if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + if re.search(r"[^\W\d_]", attr, re.I + re.U): # type: ignore + raise DeserializationError("Date must have only digits and -. Received: %s" % attr) + # This must NOT use defaultmonth/defaultday. Using None ensure this raises an exception. + return isodate.parse_date(attr, defaultmonth=0, defaultday=0) + + @staticmethod + def deserialize_time(attr): + """Deserialize ISO-8601 formatted string into time object. + + :param str attr: response string to be deserialized. + :return: Deserialized time + :rtype: datetime.time + :raises DeserializationError: if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + if re.search(r"[^\W\d_]", attr, re.I + re.U): # type: ignore + raise DeserializationError("Date must have only digits and -. Received: %s" % attr) + return isodate.parse_time(attr) + + @staticmethod + def deserialize_rfc(attr): + """Deserialize RFC-1123 formatted string into Datetime object. + + :param str attr: response string to be deserialized. + :return: Deserialized RFC datetime + :rtype: Datetime + :raises DeserializationError: if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + parsed_date = email.utils.parsedate_tz(attr) # type: ignore + date_obj = datetime.datetime( + *parsed_date[:6], tzinfo=datetime.timezone(datetime.timedelta(minutes=(parsed_date[9] or 0) / 60)) + ) + if not date_obj.tzinfo: + date_obj = date_obj.astimezone(tz=TZ_UTC) + except ValueError as err: + msg = "Cannot deserialize to rfc datetime object." + raise DeserializationError(msg) from err + return date_obj + + @staticmethod + def deserialize_iso(attr): + """Deserialize ISO-8601 formatted string into Datetime object. + + :param str attr: response string to be deserialized. + :return: Deserialized ISO datetime + :rtype: Datetime + :raises DeserializationError: if string format invalid. + """ + if isinstance(attr, ET.Element): + attr = attr.text + try: + attr = attr.upper() # type: ignore + match = Deserializer.valid_date.match(attr) + if not match: + raise ValueError("Invalid datetime string: " + attr) + + check_decimal = attr.split(".") + if len(check_decimal) > 1: + decimal_str = "" + for digit in check_decimal[1]: + if digit.isdigit(): + decimal_str += digit + else: + break + if len(decimal_str) > 6: + attr = attr.replace(decimal_str, decimal_str[0:6]) + + date_obj = isodate.parse_datetime(attr) + test_utc = date_obj.utctimetuple() + if test_utc.tm_year > 9999 or test_utc.tm_year < 1: + raise OverflowError("Hit max or min date") + except (ValueError, OverflowError, AttributeError) as err: + msg = "Cannot deserialize datetime object." + raise DeserializationError(msg) from err + return date_obj + + @staticmethod + def deserialize_unix(attr): + """Serialize Datetime object into IntTime format. + This is represented as seconds. + + :param int attr: Object to be serialized. + :return: Deserialized datetime + :rtype: Datetime + :raises DeserializationError: if format invalid + """ + if isinstance(attr, ET.Element): + attr = int(attr.text) # type: ignore + try: + attr = int(attr) + date_obj = datetime.datetime.fromtimestamp(attr, TZ_UTC) + except ValueError as err: + msg = "Cannot deserialize to unix datetime object." + raise DeserializationError(msg) from err + return date_obj diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/_version.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/_version.py new file mode 100644 index 00000000000..11fa84a5f06 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/_version.py @@ -0,0 +1,8 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +VERSION = "0.0.0b1" diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/__init__.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/__init__.py new file mode 100644 index 00000000000..52caca38e9e --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/__init__.py @@ -0,0 +1,29 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +# pylint: disable=wrong-import-position + +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from ._patch import * # pylint: disable=unused-wildcard-import + +from ._application_insights_management_client import ApplicationInsightsManagementClient # type: ignore + +try: + from ._patch import __all__ as _patch_all + from ._patch import * +except ImportError: + _patch_all = [] +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "ApplicationInsightsManagementClient", +] +__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore + +_patch_sdk() diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/_application_insights_management_client.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/_application_insights_management_client.py new file mode 100644 index 00000000000..ead873c2885 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/_application_insights_management_client.py @@ -0,0 +1,227 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from copy import deepcopy +from typing import Any, Awaitable, Optional, TYPE_CHECKING, cast +from typing_extensions import Self + +from azure.core.pipeline import policies +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.settings import settings +from azure.mgmt.core import AsyncARMPipelineClient +from azure.mgmt.core.policies import AsyncARMAutoResourceProviderRegistrationPolicy +from azure.mgmt.core.tools import get_arm_endpoints + +from .. import models as _models +from .._utils.serialization import Deserializer, Serializer +from ._configuration import ApplicationInsightsManagementClientConfiguration +from .operations import ( + APIKeysOperations, + AnalyticsItemsOperations, + AnnotationsOperations, + ComponentAvailableFeaturesOperations, + ComponentCurrentBillingFeaturesOperations, + ComponentFeatureCapabilitiesOperations, + ComponentLinkedStorageAccountsOperations, + ComponentQuotaStatusOperations, + ComponentsOperations, + DeletedWorkbooksOperations, + ExportConfigurationsOperations, + FavoritesOperations, + LiveTokenOperations, + Operations, + ProactiveDetectionConfigurationsOperations, + WebTestLocationsOperations, + WebTestsOperations, + WorkItemConfigurationsOperations, + WorkbookTemplatesOperations, + WorkbooksOperations, +) + +if TYPE_CHECKING: + from azure.core.credentials_async import AsyncTokenCredential + + +class ApplicationInsightsManagementClient: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes + """Composite Swagger for Application Insights Management Client. + + :ivar components: ComponentsOperations operations + :vartype components: azure.mgmt.applicationinsights.aio.operations.ComponentsOperations + :ivar annotations: AnnotationsOperations operations + :vartype annotations: azure.mgmt.applicationinsights.aio.operations.AnnotationsOperations + :ivar api_keys: APIKeysOperations operations + :vartype api_keys: azure.mgmt.applicationinsights.aio.operations.APIKeysOperations + :ivar export_configurations: ExportConfigurationsOperations operations + :vartype export_configurations: + azure.mgmt.applicationinsights.aio.operations.ExportConfigurationsOperations + :ivar component_current_billing_features: ComponentCurrentBillingFeaturesOperations operations + :vartype component_current_billing_features: + azure.mgmt.applicationinsights.aio.operations.ComponentCurrentBillingFeaturesOperations + :ivar component_quota_status: ComponentQuotaStatusOperations operations + :vartype component_quota_status: + azure.mgmt.applicationinsights.aio.operations.ComponentQuotaStatusOperations + :ivar component_feature_capabilities: ComponentFeatureCapabilitiesOperations operations + :vartype component_feature_capabilities: + azure.mgmt.applicationinsights.aio.operations.ComponentFeatureCapabilitiesOperations + :ivar component_available_features: ComponentAvailableFeaturesOperations operations + :vartype component_available_features: + azure.mgmt.applicationinsights.aio.operations.ComponentAvailableFeaturesOperations + :ivar proactive_detection_configurations: ProactiveDetectionConfigurationsOperations operations + :vartype proactive_detection_configurations: + azure.mgmt.applicationinsights.aio.operations.ProactiveDetectionConfigurationsOperations + :ivar work_item_configurations: WorkItemConfigurationsOperations operations + :vartype work_item_configurations: + azure.mgmt.applicationinsights.aio.operations.WorkItemConfigurationsOperations + :ivar favorites: FavoritesOperations operations + :vartype favorites: azure.mgmt.applicationinsights.aio.operations.FavoritesOperations + :ivar web_test_locations: WebTestLocationsOperations operations + :vartype web_test_locations: + azure.mgmt.applicationinsights.aio.operations.WebTestLocationsOperations + :ivar web_tests: WebTestsOperations operations + :vartype web_tests: azure.mgmt.applicationinsights.aio.operations.WebTestsOperations + :ivar analytics_items: AnalyticsItemsOperations operations + :vartype analytics_items: + azure.mgmt.applicationinsights.aio.operations.AnalyticsItemsOperations + :ivar operations: Operations operations + :vartype operations: azure.mgmt.applicationinsights.aio.operations.Operations + :ivar workbook_templates: WorkbookTemplatesOperations operations + :vartype workbook_templates: + azure.mgmt.applicationinsights.aio.operations.WorkbookTemplatesOperations + :ivar workbooks: WorkbooksOperations operations + :vartype workbooks: azure.mgmt.applicationinsights.aio.operations.WorkbooksOperations + :ivar live_token: LiveTokenOperations operations + :vartype live_token: azure.mgmt.applicationinsights.aio.operations.LiveTokenOperations + :ivar component_linked_storage_accounts: ComponentLinkedStorageAccountsOperations operations + :vartype component_linked_storage_accounts: + azure.mgmt.applicationinsights.aio.operations.ComponentLinkedStorageAccountsOperations + :ivar deleted_workbooks: DeletedWorkbooksOperations operations + :vartype deleted_workbooks: + azure.mgmt.applicationinsights.aio.operations.DeletedWorkbooksOperations + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + :param base_url: Service URL. Default value is None. + :type base_url: str + """ + + def __init__( + self, credential: "AsyncTokenCredential", subscription_id: str, base_url: Optional[str] = None, **kwargs: Any + ) -> None: + _cloud = kwargs.pop("cloud_setting", None) or settings.current.azure_cloud # type: ignore + _endpoints = get_arm_endpoints(_cloud) + if not base_url: + base_url = _endpoints["resource_manager"] + credential_scopes = kwargs.pop("credential_scopes", _endpoints["credential_scopes"]) + self._config = ApplicationInsightsManagementClientConfiguration( + credential=credential, subscription_id=subscription_id, credential_scopes=credential_scopes, **kwargs + ) + + _policies = kwargs.pop("policies", None) + if _policies is None: + _policies = [ + policies.RequestIdPolicy(**kwargs), + self._config.headers_policy, + self._config.user_agent_policy, + self._config.proxy_policy, + policies.ContentDecodePolicy(**kwargs), + AsyncARMAutoResourceProviderRegistrationPolicy(), + self._config.redirect_policy, + self._config.retry_policy, + self._config.authentication_policy, + self._config.custom_hook_policy, + self._config.logging_policy, + policies.DistributedTracingPolicy(**kwargs), + policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None, + self._config.http_logging_policy, + ] + self._client: AsyncARMPipelineClient = AsyncARMPipelineClient( + base_url=cast(str, base_url), policies=_policies, **kwargs + ) + + client_models = {k: v for k, v in _models.__dict__.items() if isinstance(v, type)} + self._serialize = Serializer(client_models) + self._deserialize = Deserializer(client_models) + self._serialize.client_side_validation = False + self.components = ComponentsOperations(self._client, self._config, self._serialize, self._deserialize) + self.annotations = AnnotationsOperations(self._client, self._config, self._serialize, self._deserialize) + self.api_keys = APIKeysOperations(self._client, self._config, self._serialize, self._deserialize) + self.export_configurations = ExportConfigurationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.component_current_billing_features = ComponentCurrentBillingFeaturesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.component_quota_status = ComponentQuotaStatusOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.component_feature_capabilities = ComponentFeatureCapabilitiesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.component_available_features = ComponentAvailableFeaturesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.proactive_detection_configurations = ProactiveDetectionConfigurationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.work_item_configurations = WorkItemConfigurationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.favorites = FavoritesOperations(self._client, self._config, self._serialize, self._deserialize) + self.web_test_locations = WebTestLocationsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.web_tests = WebTestsOperations(self._client, self._config, self._serialize, self._deserialize) + self.analytics_items = AnalyticsItemsOperations(self._client, self._config, self._serialize, self._deserialize) + self.operations = Operations(self._client, self._config, self._serialize, self._deserialize) + self.workbook_templates = WorkbookTemplatesOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.workbooks = WorkbooksOperations(self._client, self._config, self._serialize, self._deserialize) + self.live_token = LiveTokenOperations(self._client, self._config, self._serialize, self._deserialize) + self.component_linked_storage_accounts = ComponentLinkedStorageAccountsOperations( + self._client, self._config, self._serialize, self._deserialize + ) + self.deleted_workbooks = DeletedWorkbooksOperations( + self._client, self._config, self._serialize, self._deserialize + ) + + def _send_request( + self, request: HttpRequest, *, stream: bool = False, **kwargs: Any + ) -> Awaitable[AsyncHttpResponse]: + """Runs the network request through the client's chained policies. + + >>> from azure.core.rest import HttpRequest + >>> request = HttpRequest("GET", "https://www.example.org/") + + >>> response = await client._send_request(request) + + + For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request + + :param request: The network request you want to make. Required. + :type request: ~azure.core.rest.HttpRequest + :keyword bool stream: Whether the response payload will be streamed. Defaults to False. + :return: The response of your network call. Does not do error handling on your response. + :rtype: ~azure.core.rest.AsyncHttpResponse + """ + + request_copy = deepcopy(request) + request_copy.url = self._client.format_url(request_copy.url) + return self._client.send_request(request_copy, stream=stream, **kwargs) # type: ignore + + async def close(self) -> None: + await self._client.close() + + async def __aenter__(self) -> Self: + await self._client.__aenter__() + return self + + async def __aexit__(self, *exc_details: Any) -> None: + await self._client.__aexit__(*exc_details) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/_configuration.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/_configuration.py new file mode 100644 index 00000000000..db231e2038e --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/_configuration.py @@ -0,0 +1,58 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import Any, TYPE_CHECKING + +from azure.core.pipeline import policies +from azure.mgmt.core.policies import ARMHttpLoggingPolicy, AsyncARMChallengeAuthenticationPolicy + +from .._version import VERSION + +if TYPE_CHECKING: + from azure.core.credentials_async import AsyncTokenCredential + + +class ApplicationInsightsManagementClientConfiguration: # pylint: disable=too-many-instance-attributes,name-too-long + """Configuration for ApplicationInsightsManagementClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param credential: Credential needed for the client to connect to Azure. Required. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param subscription_id: The ID of the target subscription. Required. + :type subscription_id: str + """ + + def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None: + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + if subscription_id is None: + raise ValueError("Parameter 'subscription_id' must not be None.") + + self.credential = credential + self.subscription_id = subscription_id + self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"]) + kwargs.setdefault("sdk_moniker", "mgmt-applicationinsights/{}".format(VERSION)) + self.polling_interval = kwargs.get("polling_interval", 30) + self._configure(**kwargs) + + def _configure(self, **kwargs: Any) -> None: + self.user_agent_policy = kwargs.get("user_agent_policy") or policies.UserAgentPolicy(**kwargs) + self.headers_policy = kwargs.get("headers_policy") or policies.HeadersPolicy(**kwargs) + self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs) + self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs) + self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs) + self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs) + self.redirect_policy = kwargs.get("redirect_policy") or policies.AsyncRedirectPolicy(**kwargs) + self.retry_policy = kwargs.get("retry_policy") or policies.AsyncRetryPolicy(**kwargs) + self.authentication_policy = kwargs.get("authentication_policy") + if self.credential and not self.authentication_policy: + self.authentication_policy = AsyncARMChallengeAuthenticationPolicy( + self.credential, *self.credential_scopes, **kwargs + ) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/_patch.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/_patch.py new file mode 100644 index 00000000000..8bcb627aa47 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/_patch.py @@ -0,0 +1,21 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/__init__.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/__init__.py new file mode 100644 index 00000000000..be555323ff9 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/__init__.py @@ -0,0 +1,63 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +# pylint: disable=wrong-import-position + +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from ._patch import * # pylint: disable=unused-wildcard-import + +from ._components_operations import ComponentsOperations # type: ignore +from ._annotations_operations import AnnotationsOperations # type: ignore +from ._api_keys_operations import APIKeysOperations # type: ignore +from ._export_configurations_operations import ExportConfigurationsOperations # type: ignore +from ._component_current_billing_features_operations import ComponentCurrentBillingFeaturesOperations # type: ignore +from ._component_quota_status_operations import ComponentQuotaStatusOperations # type: ignore +from ._component_feature_capabilities_operations import ComponentFeatureCapabilitiesOperations # type: ignore +from ._component_available_features_operations import ComponentAvailableFeaturesOperations # type: ignore +from ._proactive_detection_configurations_operations import ProactiveDetectionConfigurationsOperations # type: ignore +from ._work_item_configurations_operations import WorkItemConfigurationsOperations # type: ignore +from ._favorites_operations import FavoritesOperations # type: ignore +from ._web_test_locations_operations import WebTestLocationsOperations # type: ignore +from ._web_tests_operations import WebTestsOperations # type: ignore +from ._analytics_items_operations import AnalyticsItemsOperations # type: ignore +from ._operations import Operations # type: ignore +from ._workbook_templates_operations import WorkbookTemplatesOperations # type: ignore +from ._workbooks_operations import WorkbooksOperations # type: ignore +from ._live_token_operations import LiveTokenOperations # type: ignore +from ._component_linked_storage_accounts_operations import ComponentLinkedStorageAccountsOperations # type: ignore +from ._deleted_workbooks_operations import DeletedWorkbooksOperations # type: ignore + +from ._patch import __all__ as _patch_all +from ._patch import * +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "ComponentsOperations", + "AnnotationsOperations", + "APIKeysOperations", + "ExportConfigurationsOperations", + "ComponentCurrentBillingFeaturesOperations", + "ComponentQuotaStatusOperations", + "ComponentFeatureCapabilitiesOperations", + "ComponentAvailableFeaturesOperations", + "ProactiveDetectionConfigurationsOperations", + "WorkItemConfigurationsOperations", + "FavoritesOperations", + "WebTestLocationsOperations", + "WebTestsOperations", + "AnalyticsItemsOperations", + "Operations", + "WorkbookTemplatesOperations", + "WorkbooksOperations", + "LiveTokenOperations", + "ComponentLinkedStorageAccountsOperations", + "DeletedWorkbooksOperations", +] +__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore +_patch_sdk() diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_analytics_items_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_analytics_items_operations.py new file mode 100644 index 00000000000..3153e30fb9a --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_analytics_items_operations.py @@ -0,0 +1,454 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._analytics_items_operations import ( + build_delete_request, + build_get_request, + build_list_request, + build_put_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class AnalyticsItemsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`analytics_items` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def list( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + scope: Optional[Union[str, _models.ItemScope]] = None, + type: Union[str, _models.ItemTypeParameter] = "none", + include_content: Optional[bool] = None, + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentAnalyticsItem]: + """Gets a list of Analytics Items defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param scope: Enum indicating if this item definition is owned by a specific user or is shared + between all users with access to the Application Insights component. Known values are: "shared" + and "user". Default value is None. + :type scope: str or ~azure.mgmt.applicationinsights.models.ItemScope + :param type: Enum indicating the type of the Analytics item. Known values are: "none", "query", + "function", "folder", and "recent". Default value is "none". + :type type: str or ~azure.mgmt.applicationinsights.models.ItemTypeParameter + :param include_content: Flag indicating whether or not to return the content of each applicable + item. If false, only return the item information. Default value is None. + :type include_content: bool + :return: list of ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.ApplicationInsightsComponentAnalyticsItem]] = kwargs.pop("cls", None) + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + scope_path=scope_path, + subscription_id=self._config.subscription_id, + scope=scope, + type=type, + include_content=include_content, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("[ApplicationInsightsComponentAnalyticsItem]", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def get( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + id: Optional[str] = None, + name: Optional[str] = None, + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAnalyticsItem: + """Gets a specific Analytics Items defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param id: The Id of a specific item defined in the Application Insights component. Default + value is None. + :type id: str + :param name: The name of a specific item defined in the Application Insights component. Default + value is None. + :type name: str + :return: ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAnalyticsItem] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + scope_path=scope_path, + subscription_id=self._config.subscription_id, + id=id, + name=name, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAnalyticsItem", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def put( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + item_properties: _models.ApplicationInsightsComponentAnalyticsItem, + override_item: Optional[bool] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAnalyticsItem: + """Adds or Updates a specific Analytics Item within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param item_properties: Properties that need to be specified to create a new item and add it to + an Application Insights component. Required. + :type item_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :param override_item: Flag indicating whether or not to force save an item. This allows + overriding an item if it already exists. Default value is None. + :type override_item: bool + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def put( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + item_properties: IO[bytes], + override_item: Optional[bool] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAnalyticsItem: + """Adds or Updates a specific Analytics Item within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param item_properties: Properties that need to be specified to create a new item and add it to + an Application Insights component. Required. + :type item_properties: IO[bytes] + :param override_item: Flag indicating whether or not to force save an item. This allows + overriding an item if it already exists. Default value is None. + :type override_item: bool + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def put( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + item_properties: Union[_models.ApplicationInsightsComponentAnalyticsItem, IO[bytes]], + override_item: Optional[bool] = None, + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAnalyticsItem: + """Adds or Updates a specific Analytics Item within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param item_properties: Properties that need to be specified to create a new item and add it to + an Application Insights component. Is either a ApplicationInsightsComponentAnalyticsItem type + or a IO[bytes] type. Required. + :type item_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem or IO[bytes] + :param override_item: Flag indicating whether or not to force save an item. This allows + overriding an item if it already exists. Default value is None. + :type override_item: bool + :return: ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentAnalyticsItem] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(item_properties, (IOBase, bytes)): + _content = item_properties + else: + _json = self._serialize.body(item_properties, "ApplicationInsightsComponentAnalyticsItem") + + _request = build_put_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + scope_path=scope_path, + subscription_id=self._config.subscription_id, + override_item=override_item, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAnalyticsItem", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + id: Optional[str] = None, + name: Optional[str] = None, + **kwargs: Any + ) -> None: + """Deletes a specific Analytics Items defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param id: The Id of a specific item defined in the Application Insights component. Default + value is None. + :type id: str + :param name: The name of a specific item defined in the Application Insights component. Default + value is None. + :type name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + scope_path=scope_path, + subscription_id=self._config.subscription_id, + id=id, + name=name, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_annotations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_annotations_operations.py new file mode 100644 index 00000000000..9dd110a0dc8 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_annotations_operations.py @@ -0,0 +1,393 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._annotations_operations import ( + build_create_request, + build_delete_request, + build_get_request, + build_list_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class AnnotationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`annotations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, start: str, end: str, **kwargs: Any + ) -> AsyncItemPaged["_models.Annotation"]: + """Gets the list of annotations for a component for given time range. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param start: The start time to query from for annotations, cannot be older than 90 days from + current date. Required. + :type start: str + :param end: The end time to query for annotations. Required. + :type end: str + :return: An iterator like instance of either Annotation or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.AnnotationsListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + start=start, + end=end, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("AnnotationsListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.AnnotationError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @overload + async def create( + self, + resource_group_name: str, + resource_name: str, + annotation_properties: _models.Annotation, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> List[_models.Annotation]: + """Create an Annotation of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_properties: Properties that need to be specified to create an annotation of a + Application Insights component. Required. + :type annotation_properties: ~azure.mgmt.applicationinsights.models.Annotation + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: list of Annotation or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create( + self, + resource_group_name: str, + resource_name: str, + annotation_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> List[_models.Annotation]: + """Create an Annotation of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_properties: Properties that need to be specified to create an annotation of a + Application Insights component. Required. + :type annotation_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: list of Annotation or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create( + self, + resource_group_name: str, + resource_name: str, + annotation_properties: Union[_models.Annotation, IO[bytes]], + **kwargs: Any + ) -> List[_models.Annotation]: + """Create an Annotation of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_properties: Properties that need to be specified to create an annotation of a + Application Insights component. Is either a Annotation type or a IO[bytes] type. Required. + :type annotation_properties: ~azure.mgmt.applicationinsights.models.Annotation or IO[bytes] + :return: list of Annotation or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[List[_models.Annotation]] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(annotation_properties, (IOBase, bytes)): + _content = annotation_properties + else: + _json = self._serialize.body(annotation_properties, "Annotation") + + _request = build_create_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.AnnotationError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("[Annotation]", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete(self, resource_group_name: str, resource_name: str, annotation_id: str, **kwargs: Any) -> None: + """Delete an Annotation of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_id: The unique annotation ID. This is unique within a Application Insights + component. Required. + :type annotation_id: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + annotation_id=annotation_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, annotation_id: str, **kwargs: Any + ) -> List[_models.Annotation]: + """Get the annotation for given id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_id: The unique annotation ID. This is unique within a Application Insights + component. Required. + :type annotation_id: str + :return: list of Annotation or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.Annotation]] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + annotation_id=annotation_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.AnnotationError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("[Annotation]", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_api_keys_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_api_keys_operations.py new file mode 100644 index 00000000000..dbfb34d0ac7 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_api_keys_operations.py @@ -0,0 +1,391 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._api_keys_operations import ( + build_create_request, + build_delete_request, + build_get_request, + build_list_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class APIKeysOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`api_keys` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncItemPaged["_models.ApplicationInsightsComponentAPIKey"]: + """Gets a list of API keys of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: An iterator like instance of either ApplicationInsightsComponentAPIKey or the result + of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAPIKeyListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("ApplicationInsightsComponentAPIKeyListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @overload + async def create( + self, + resource_group_name: str, + resource_name: str, + api_key_properties: _models.APIKeyRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Create an API Key of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param api_key_properties: Properties that need to be specified to create an API key of a + Application Insights component. Required. + :type api_key_properties: ~azure.mgmt.applicationinsights.models.APIKeyRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create( + self, + resource_group_name: str, + resource_name: str, + api_key_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Create an API Key of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param api_key_properties: Properties that need to be specified to create an API key of a + Application Insights component. Required. + :type api_key_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create( + self, + resource_group_name: str, + resource_name: str, + api_key_properties: Union[_models.APIKeyRequest, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Create an API Key of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param api_key_properties: Properties that need to be specified to create an API key of a + Application Insights component. Is either a APIKeyRequest type or a IO[bytes] type. Required. + :type api_key_properties: ~azure.mgmt.applicationinsights.models.APIKeyRequest or IO[bytes] + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentAPIKey] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(api_key_properties, (IOBase, bytes)): + _content = api_key_properties + else: + _json = self._serialize.body(api_key_properties, "APIKeyRequest") + + _request = build_create_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAPIKey", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete( + self, resource_group_name: str, resource_name: str, key_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Delete an API Key of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param key_id: The API Key ID. This is unique within a Application Insights component. + Required. + :type key_id: str + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAPIKey] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + key_id=key_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAPIKey", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, key_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Get the API Key for this key id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param key_id: The API Key ID. This is unique within a Application Insights component. + Required. + :type key_id: str + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAPIKey] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + key_id=key_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAPIKey", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_available_features_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_available_features_operations.py new file mode 100644 index 00000000000..b6a73eeaf7c --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_available_features_operations.py @@ -0,0 +1,113 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._component_available_features_operations import build_get_request +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ComponentAvailableFeaturesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`component_available_features` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentAvailableFeatures: + """Returns all available features of the application insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponentAvailableFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAvailableFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAvailableFeatures] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentAvailableFeatures", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_current_billing_features_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_current_billing_features_operations.py new file mode 100644 index 00000000000..4700f24d87d --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_current_billing_features_operations.py @@ -0,0 +1,247 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._component_current_billing_features_operations import build_get_request, build_update_request +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ComponentCurrentBillingFeaturesOperations: # pylint: disable=name-too-long + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`component_current_billing_features` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentBillingFeatures: + """Returns current billing features for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponentBillingFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentBillingFeatures] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentBillingFeatures", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + billing_features_properties: _models.ApplicationInsightsComponentBillingFeatures, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentBillingFeatures: + """Update current billing features for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param billing_features_properties: Properties that need to be specified to update billing + features for an Application Insights component. Required. + :type billing_features_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentBillingFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + billing_features_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentBillingFeatures: + """Update current billing features for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param billing_features_properties: Properties that need to be specified to update billing + features for an Application Insights component. Required. + :type billing_features_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentBillingFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update( + self, + resource_group_name: str, + resource_name: str, + billing_features_properties: Union[_models.ApplicationInsightsComponentBillingFeatures, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentBillingFeatures: + """Update current billing features for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param billing_features_properties: Properties that need to be specified to update billing + features for an Application Insights component. Is either a + ApplicationInsightsComponentBillingFeatures type or a IO[bytes] type. Required. + :type billing_features_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures or IO[bytes] + :return: ApplicationInsightsComponentBillingFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentBillingFeatures] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(billing_features_properties, (IOBase, bytes)): + _content = billing_features_properties + else: + _json = self._serialize.body(billing_features_properties, "ApplicationInsightsComponentBillingFeatures") + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentBillingFeatures", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_feature_capabilities_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_feature_capabilities_operations.py new file mode 100644 index 00000000000..3c8d4ae5281 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_feature_capabilities_operations.py @@ -0,0 +1,113 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._component_feature_capabilities_operations import build_get_request +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ComponentFeatureCapabilitiesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`component_feature_capabilities` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentFeatureCapabilities: + """Returns feature capabilities of the application insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponentFeatureCapabilities or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFeatureCapabilities + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentFeatureCapabilities] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentFeatureCapabilities", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_linked_storage_accounts_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_linked_storage_accounts_operations.py new file mode 100644 index 00000000000..583d12941db --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_linked_storage_accounts_operations.py @@ -0,0 +1,478 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._component_linked_storage_accounts_operations import ( + build_create_and_update_request, + build_delete_request, + build_get_request, + build_update_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ComponentLinkedStorageAccountsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`component_linked_storage_accounts` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, storage_type: Union[str, _models.StorageType], **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Returns the current linked storage settings for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + cls: ClsType[_models.ComponentLinkedStorageAccounts] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + storage_type=storage_type, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentLinkedStorageAccounts", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def create_and_update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: _models.ComponentLinkedStorageAccounts, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Replace current linked storage account for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update + linked storage accounts for an Application Insights component. Required. + :type linked_storage_accounts_properties: + ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create_and_update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Replace current linked storage account for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update + linked storage accounts for an Application Insights component. Required. + :type linked_storage_accounts_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create_and_update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: Union[_models.ComponentLinkedStorageAccounts, IO[bytes]], + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Replace current linked storage account for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update + linked storage accounts for an Application Insights component. Is either a + ComponentLinkedStorageAccounts type or a IO[bytes] type. Required. + :type linked_storage_accounts_properties: + ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts or IO[bytes] + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ComponentLinkedStorageAccounts] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(linked_storage_accounts_properties, (IOBase, bytes)): + _content = linked_storage_accounts_properties + else: + _json = self._serialize.body(linked_storage_accounts_properties, "ComponentLinkedStorageAccounts") + + _request = build_create_and_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + storage_type=storage_type, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentLinkedStorageAccounts", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: _models.ComponentLinkedStorageAccountsPatch, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Update linked storage accounts for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update a + linked storage accounts for an Application Insights component. Required. + :type linked_storage_accounts_properties: + ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccountsPatch + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Update linked storage accounts for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update a + linked storage accounts for an Application Insights component. Required. + :type linked_storage_accounts_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: Union[_models.ComponentLinkedStorageAccountsPatch, IO[bytes]], + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Update linked storage accounts for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update a + linked storage accounts for an Application Insights component. Is either a + ComponentLinkedStorageAccountsPatch type or a IO[bytes] type. Required. + :type linked_storage_accounts_properties: + ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccountsPatch or IO[bytes] + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ComponentLinkedStorageAccounts] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(linked_storage_accounts_properties, (IOBase, bytes)): + _content = linked_storage_accounts_properties + else: + _json = self._serialize.body(linked_storage_accounts_properties, "ComponentLinkedStorageAccountsPatch") + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + storage_type=storage_type, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentLinkedStorageAccounts", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete( + self, resource_group_name: str, resource_name: str, storage_type: Union[str, _models.StorageType], **kwargs: Any + ) -> None: + """Delete linked storage accounts for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + storage_type=storage_type, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_quota_status_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_quota_status_operations.py new file mode 100644 index 00000000000..8ce91316d5e --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_component_quota_status_operations.py @@ -0,0 +1,111 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._component_quota_status_operations import build_get_request +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ComponentQuotaStatusOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`component_quota_status` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentQuotaStatus: + """Returns daily data volume cap (quota) status for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponentQuotaStatus or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentQuotaStatus + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentQuotaStatus] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentQuotaStatus", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_components_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_components_operations.py new file mode 100644 index 00000000000..c3e4b45480e --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_components_operations.py @@ -0,0 +1,808 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._components_operations import ( + build_create_or_update_request, + build_delete_request, + build_get_purge_status_request, + build_get_request, + build_list_by_resource_group_request, + build_list_request, + build_purge_request, + build_update_tags_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ComponentsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`components` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> AsyncItemPaged["_models.ApplicationInsightsComponent"]: + """Gets a list of all Application Insights components within a subscription. + + :return: An iterator like instance of either ApplicationInsightsComponent or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[_models.ApplicationInsightsComponentListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("ApplicationInsightsComponentListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace + def list_by_resource_group( + self, resource_group_name: str, **kwargs: Any + ) -> AsyncItemPaged["_models.ApplicationInsightsComponent"]: + """Gets a list of Application Insights components within a resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :return: An iterator like instance of either ApplicationInsightsComponent or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[_models.ApplicationInsightsComponentListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("ApplicationInsightsComponentListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace_async + async def delete(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> None: + """Deletes an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Returns an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[_models.ApplicationInsightsComponent] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponent", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + insight_properties: _models.ApplicationInsightsComponent, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Creates (or updates) an Application Insights component. Note: You cannot specify a different + value for InstrumentationKey nor AppId in the Put operation. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param insight_properties: Properties that need to be specified to create an Application + Insights component. Required. + :type insight_properties: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + insight_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Creates (or updates) an Application Insights component. Note: You cannot specify a different + value for InstrumentationKey nor AppId in the Put operation. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param insight_properties: Properties that need to be specified to create an Application + Insights component. Required. + :type insight_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + insight_properties: Union[_models.ApplicationInsightsComponent, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Creates (or updates) an Application Insights component. Note: You cannot specify a different + value for InstrumentationKey nor AppId in the Put operation. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param insight_properties: Properties that need to be specified to create an Application + Insights component. Is either a ApplicationInsightsComponent type or a IO[bytes] type. + Required. + :type insight_properties: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + or IO[bytes] + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponent] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(insight_properties, (IOBase, bytes)): + _content = insight_properties + else: + _json = self._serialize.body(insight_properties, "ApplicationInsightsComponent") + + _request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponent", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update_tags( + self, + resource_group_name: str, + resource_name: str, + component_tags: _models.TagsResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Updates an existing component's tags. To update other fields use the CreateOrUpdate method. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param component_tags: Updated tag information to set into the component instance. Required. + :type component_tags: ~azure.mgmt.applicationinsights.models.TagsResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update_tags( + self, + resource_group_name: str, + resource_name: str, + component_tags: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Updates an existing component's tags. To update other fields use the CreateOrUpdate method. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param component_tags: Updated tag information to set into the component instance. Required. + :type component_tags: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update_tags( + self, + resource_group_name: str, + resource_name: str, + component_tags: Union[_models.TagsResource, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Updates an existing component's tags. To update other fields use the CreateOrUpdate method. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param component_tags: Updated tag information to set into the component instance. Is either a + TagsResource type or a IO[bytes] type. Required. + :type component_tags: ~azure.mgmt.applicationinsights.models.TagsResource or IO[bytes] + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponent] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(component_tags, (IOBase, bytes)): + _content = component_tags + else: + _json = self._serialize.body(component_tags, "TagsResource") + + _request = build_update_tags_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponent", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def purge( + self, + resource_group_name: str, + resource_name: str, + body: _models.ComponentPurgeBody, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentPurgeResponse: + """Purges data in an Application Insights component by a set of user-defined filters. + + In order to manage system resources, purge requests are throttled at 50 requests per hour. You + should batch the execution of purge requests by sending a single command whose predicate + includes all user identities that require purging. Use the in operator to specify multiple + identities. You should run the query prior to using for a purge request to verify that the + results are expected. + Note: this operation is intended for Classic resources, for workspace-based Application + Insights resource please run purge operation (directly on the + workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , + scoped to specific resource id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param body: Describes the body of a request to purge data in a single table of an Application + Insights component. Required. + :type body: ~azure.mgmt.applicationinsights.models.ComponentPurgeBody + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentPurgeResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentPurgeResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def purge( + self, + resource_group_name: str, + resource_name: str, + body: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentPurgeResponse: + """Purges data in an Application Insights component by a set of user-defined filters. + + In order to manage system resources, purge requests are throttled at 50 requests per hour. You + should batch the execution of purge requests by sending a single command whose predicate + includes all user identities that require purging. Use the in operator to specify multiple + identities. You should run the query prior to using for a purge request to verify that the + results are expected. + Note: this operation is intended for Classic resources, for workspace-based Application + Insights resource please run purge operation (directly on the + workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , + scoped to specific resource id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param body: Describes the body of a request to purge data in a single table of an Application + Insights component. Required. + :type body: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentPurgeResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentPurgeResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def purge( + self, + resource_group_name: str, + resource_name: str, + body: Union[_models.ComponentPurgeBody, IO[bytes]], + **kwargs: Any + ) -> _models.ComponentPurgeResponse: + """Purges data in an Application Insights component by a set of user-defined filters. + + In order to manage system resources, purge requests are throttled at 50 requests per hour. You + should batch the execution of purge requests by sending a single command whose predicate + includes all user identities that require purging. Use the in operator to specify multiple + identities. You should run the query prior to using for a purge request to verify that the + results are expected. + Note: this operation is intended for Classic resources, for workspace-based Application + Insights resource please run purge operation (directly on the + workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , + scoped to specific resource id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param body: Describes the body of a request to purge data in a single table of an Application + Insights component. Is either a ComponentPurgeBody type or a IO[bytes] type. Required. + :type body: ~azure.mgmt.applicationinsights.models.ComponentPurgeBody or IO[bytes] + :return: ComponentPurgeResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentPurgeResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ComponentPurgeResponse] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(body, (IOBase, bytes)): + _content = body + else: + _json = self._serialize.body(body, "ComponentPurgeBody") + + _request = build_purge_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentPurgeResponse", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def get_purge_status( + self, resource_group_name: str, resource_name: str, purge_id: str, **kwargs: Any + ) -> _models.ComponentPurgeStatusResponse: + """Get status for an ongoing purge operation. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param purge_id: In a purge status request, this is the Id of the operation the status of which + is returned. Required. + :type purge_id: str + :return: ComponentPurgeStatusResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentPurgeStatusResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[_models.ComponentPurgeStatusResponse] = kwargs.pop("cls", None) + + _request = build_get_purge_status_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + purge_id=purge_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentPurgeStatusResponse", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_deleted_workbooks_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_deleted_workbooks_operations.py new file mode 100644 index 00000000000..16b19481b2b --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_deleted_workbooks_operations.py @@ -0,0 +1,132 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, List, Optional, TypeVar, Union + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._deleted_workbooks_operations import build_list_by_subscription_request +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class DeletedWorkbooksOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`deleted_workbooks` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_subscription( + self, + category: Optional[Union[str, _models.CategoryType]] = None, + tags: Optional[List[str]] = None, + **kwargs: Any + ) -> AsyncItemPaged["_models.DeletedWorkbook"]: + """Get all recently deleted Workbooks in a specified subscription. + + :param category: Category of workbook to return. Known values are: "workbook", "TSG", + "performance", and "retention". Default value is None. + :type category: str or ~azure.mgmt.applicationinsights.models.CategoryType + :param tags: Tags presents on each workbook returned. Default value is None. + :type tags: list[str] + :return: An iterator like instance of either DeletedWorkbook or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.DeletedWorkbook] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2024-02-01-preview")) + cls: ClsType[_models.DeletedWorkbooksListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_subscription_request( + subscription_id=self._config.subscription_id, + category=category, + tags=tags, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("DeletedWorkbooksListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.DeletedWorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_export_configurations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_export_configurations_operations.py new file mode 100644 index 00000000000..4111356232e --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_export_configurations_operations.py @@ -0,0 +1,537 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._export_configurations_operations import ( + build_create_request, + build_delete_request, + build_get_request, + build_list_request, + build_update_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ExportConfigurationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`export_configurations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentExportConfiguration]: + """Gets a list of Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: list of ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.ApplicationInsightsComponentExportConfiguration]] = kwargs.pop("cls", None) + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "[ApplicationInsightsComponentExportConfiguration]", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def create( + self, + resource_group_name: str, + resource_name: str, + export_properties: _models.ApplicationInsightsComponentExportRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentExportConfiguration]: + """Create a Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_properties: Properties that need to be specified to create a Continuous Export + configuration of a Application Insights component. Required. + :type export_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: list of ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create( + self, + resource_group_name: str, + resource_name: str, + export_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentExportConfiguration]: + """Create a Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_properties: Properties that need to be specified to create a Continuous Export + configuration of a Application Insights component. Required. + :type export_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: list of ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create( + self, + resource_group_name: str, + resource_name: str, + export_properties: Union[_models.ApplicationInsightsComponentExportRequest, IO[bytes]], + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentExportConfiguration]: + """Create a Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_properties: Properties that need to be specified to create a Continuous Export + configuration of a Application Insights component. Is either a + ApplicationInsightsComponentExportRequest type or a IO[bytes] type. Required. + :type export_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportRequest or IO[bytes] + :return: list of ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[List[_models.ApplicationInsightsComponentExportConfiguration]] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(export_properties, (IOBase, bytes)): + _content = export_properties + else: + _json = self._serialize.body(export_properties, "ApplicationInsightsComponentExportRequest") + + _request = build_create_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "[ApplicationInsightsComponentExportConfiguration]", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete( + self, resource_group_name: str, resource_name: str, export_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Delete a Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentExportConfiguration] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + export_id=export_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentExportConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, export_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Get the Continuous Export configuration for this export id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentExportConfiguration] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + export_id=export_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentExportConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + export_id: str, + export_properties: _models.ApplicationInsightsComponentExportRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Update the Continuous Export configuration for this export id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :param export_properties: Properties that need to be specified to update the Continuous Export + configuration. Required. + :type export_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + export_id: str, + export_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Update the Continuous Export configuration for this export id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :param export_properties: Properties that need to be specified to update the Continuous Export + configuration. Required. + :type export_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update( + self, + resource_group_name: str, + resource_name: str, + export_id: str, + export_properties: Union[_models.ApplicationInsightsComponentExportRequest, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Update the Continuous Export configuration for this export id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :param export_properties: Properties that need to be specified to update the Continuous Export + configuration. Is either a ApplicationInsightsComponentExportRequest type or a IO[bytes] type. + Required. + :type export_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportRequest or IO[bytes] + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentExportConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(export_properties, (IOBase, bytes)): + _content = export_properties + else: + _json = self._serialize.body(export_properties, "ApplicationInsightsComponentExportRequest") + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + export_id=export_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentExportConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_favorites_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_favorites_operations.py new file mode 100644 index 00000000000..ddff36d0bb7 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_favorites_operations.py @@ -0,0 +1,553 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._favorites_operations import ( + build_add_request, + build_delete_request, + build_get_request, + build_list_request, + build_update_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class FavoritesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`favorites` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def list( + self, + resource_group_name: str, + resource_name: str, + favorite_type: Optional[Union[str, _models.FavoriteType]] = None, + source_type: Optional[Union[str, _models.FavoriteSourceType]] = None, + can_fetch_content: Optional[bool] = None, + tags: Optional[List[str]] = None, + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentFavorite]: + """Gets a list of favorites defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_type: The type of favorite. Value can be either shared or user. Known values + are: "shared" and "user". Default value is None. + :type favorite_type: str or ~azure.mgmt.applicationinsights.models.FavoriteType + :param source_type: Source type of favorite to return. When left out, the source type defaults + to 'other' (not present in this enum). Known values are: "retention", "notebook", "sessions", + "events", "userflows", "funnel", "impact", and "segmentation". Default value is None. + :type source_type: str or ~azure.mgmt.applicationinsights.models.FavoriteSourceType + :param can_fetch_content: Flag indicating whether or not to return the full content for each + applicable favorite. If false, only return summary content for favorites. Default value is + None. + :type can_fetch_content: bool + :param tags: Tags that must be present on each favorite returned. Default value is None. + :type tags: list[str] + :return: list of ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.ApplicationInsightsComponentFavorite]] = kwargs.pop("cls", None) + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + favorite_type=favorite_type, + source_type=source_type, + can_fetch_content=can_fetch_content, + tags=tags, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("[ApplicationInsightsComponentFavorite]", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, favorite_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Get a single favorite by its FavoriteId, defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentFavorite] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + favorite_id=favorite_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentFavorite", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def add( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: _models.ApplicationInsightsComponentFavorite, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Adds a new favorites to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to create a new favorite and + add it to an Application Insights component. Required. + :type favorite_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def add( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Adds a new favorites to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to create a new favorite and + add it to an Application Insights component. Required. + :type favorite_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def add( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: Union[_models.ApplicationInsightsComponentFavorite, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Adds a new favorites to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to create a new favorite and + add it to an Application Insights component. Is either a ApplicationInsightsComponentFavorite + type or a IO[bytes] type. Required. + :type favorite_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite or IO[bytes] + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentFavorite] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(favorite_properties, (IOBase, bytes)): + _content = favorite_properties + else: + _json = self._serialize.body(favorite_properties, "ApplicationInsightsComponentFavorite") + + _request = build_add_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + favorite_id=favorite_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentFavorite", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: _models.ApplicationInsightsComponentFavorite, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Updates a favorite that has already been added to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to update the existing + favorite. Required. + :type favorite_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Updates a favorite that has already been added to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to update the existing + favorite. Required. + :type favorite_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: Union[_models.ApplicationInsightsComponentFavorite, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Updates a favorite that has already been added to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to update the existing + favorite. Is either a ApplicationInsightsComponentFavorite type or a IO[bytes] type. Required. + :type favorite_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite or IO[bytes] + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentFavorite] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(favorite_properties, (IOBase, bytes)): + _content = favorite_properties + else: + _json = self._serialize.body(favorite_properties, "ApplicationInsightsComponentFavorite") + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + favorite_id=favorite_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentFavorite", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete(self, resource_group_name: str, resource_name: str, favorite_id: str, **kwargs: Any) -> None: + """Remove a favorite that is associated to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + favorite_id=favorite_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_live_token_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_live_token_operations.py new file mode 100644 index 00000000000..ace6ed0f5ad --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_live_token_operations.py @@ -0,0 +1,105 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._live_token_operations import build_get_request +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class LiveTokenOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`live_token` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def get(self, resource_uri: str, **kwargs: Any) -> _models.LiveTokenResponse: + """**Gets an access token for live metrics stream data.**. + + :param resource_uri: The identifier of the resource. Required. + :type resource_uri: str + :return: LiveTokenResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.LiveTokenResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-10-14")) + cls: ClsType[_models.LiveTokenResponse] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_uri=resource_uri, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("LiveTokenResponse", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_operations.py new file mode 100644 index 00000000000..14cc2d1cf70 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_operations.py @@ -0,0 +1,119 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._operations import build_list_request +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class Operations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`operations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> AsyncItemPaged["_models.Operation"]: + """Lists all of the available insights REST API operations. + + :return: An iterator like instance of either Operation or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.Operation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-03-08")) + cls: ClsType[_models.OperationListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("OperationListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_patch.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_patch.py new file mode 100644 index 00000000000..8bcb627aa47 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_patch.py @@ -0,0 +1,21 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_proactive_detection_configurations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_proactive_detection_configurations_operations.py new file mode 100644 index 00000000000..09e92f5e5bb --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_proactive_detection_configurations_operations.py @@ -0,0 +1,348 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._proactive_detection_configurations_operations import ( + build_get_request, + build_list_request, + build_update_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class ProactiveDetectionConfigurationsOperations: # pylint: disable=name-too-long + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`proactive_detection_configurations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace_async + async def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentProactiveDetectionConfiguration]: + """Gets a list of ProactiveDetection configurations of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: list of ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.ApplicationInsightsComponentProactiveDetectionConfiguration]] = kwargs.pop( + "cls", None + ) + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "[ApplicationInsightsComponentProactiveDetectionConfiguration]", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, configuration_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentProactiveDetectionConfiguration: + """Get the ProactiveDetection configuration for this configuration id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param configuration_id: The ProactiveDetection configuration ID. This is unique within a + Application Insights component. Required. + :type configuration_id: str + :return: ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentProactiveDetectionConfiguration] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + configuration_id=configuration_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentProactiveDetectionConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + configuration_id: str, + proactive_detection_properties: _models.ApplicationInsightsComponentProactiveDetectionConfiguration, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentProactiveDetectionConfiguration: + """Update the ProactiveDetection configuration for this configuration id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param configuration_id: The ProactiveDetection configuration ID. This is unique within a + Application Insights component. Required. + :type configuration_id: str + :param proactive_detection_properties: Properties that need to be specified to update the + ProactiveDetection configuration. Required. + :type proactive_detection_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + configuration_id: str, + proactive_detection_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentProactiveDetectionConfiguration: + """Update the ProactiveDetection configuration for this configuration id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param configuration_id: The ProactiveDetection configuration ID. This is unique within a + Application Insights component. Required. + :type configuration_id: str + :param proactive_detection_properties: Properties that need to be specified to update the + ProactiveDetection configuration. Required. + :type proactive_detection_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update( + self, + resource_group_name: str, + resource_name: str, + configuration_id: str, + proactive_detection_properties: Union[ + _models.ApplicationInsightsComponentProactiveDetectionConfiguration, IO[bytes] + ], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentProactiveDetectionConfiguration: + """Update the ProactiveDetection configuration for this configuration id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param configuration_id: The ProactiveDetection configuration ID. This is unique within a + Application Insights component. Required. + :type configuration_id: str + :param proactive_detection_properties: Properties that need to be specified to update the + ProactiveDetection configuration. Is either a + ApplicationInsightsComponentProactiveDetectionConfiguration type or a IO[bytes] type. Required. + :type proactive_detection_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + or IO[bytes] + :return: ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentProactiveDetectionConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(proactive_detection_properties, (IOBase, bytes)): + _content = proactive_detection_properties + else: + _json = self._serialize.body( + proactive_detection_properties, "ApplicationInsightsComponentProactiveDetectionConfiguration" + ) + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + configuration_id=configuration_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentProactiveDetectionConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_web_test_locations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_web_test_locations_operations.py new file mode 100644 index 00000000000..1aa4451028c --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_web_test_locations_operations.py @@ -0,0 +1,130 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._web_test_locations_operations import build_list_request +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class WebTestLocationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`web_test_locations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncItemPaged["_models.ApplicationInsightsComponentWebTestLocation"]: + """Gets a list of web test locations available to this Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: An iterator like instance of either ApplicationInsightsComponentWebTestLocation or the + result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentWebTestLocation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsWebTestLocationsListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("ApplicationInsightsWebTestLocationsListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_web_tests_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_web_tests_operations.py new file mode 100644 index 00000000000..629f1c458f7 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_web_tests_operations.py @@ -0,0 +1,638 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._web_tests_operations import ( + build_create_or_update_request, + build_delete_request, + build_get_request, + build_list_by_component_request, + build_list_by_resource_group_request, + build_list_request, + build_update_tags_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class WebTestsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`web_tests` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> AsyncItemPaged["_models.WebTest"]: + """Get all Application Insights web tests defined for the specified resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :return: An iterator like instance of either WebTest or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.WebTest] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[_models.WebTestListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("WebTestListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace_async + async def get(self, resource_group_name: str, web_test_name: str, **kwargs: Any) -> _models.WebTest: + """Get a specific Application Insights web test definition. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[_models.WebTest] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + web_test_name=web_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WebTest", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def create_or_update( + self, + resource_group_name: str, + web_test_name: str, + web_test_definition: _models.WebTest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WebTest: + """Creates or updates an Application Insights web test definition. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_definition: Properties that need to be specified to create or update an + Application Insights web test definition. Required. + :type web_test_definition: ~azure.mgmt.applicationinsights.models.WebTest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create_or_update( + self, + resource_group_name: str, + web_test_name: str, + web_test_definition: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WebTest: + """Creates or updates an Application Insights web test definition. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_definition: Properties that need to be specified to create or update an + Application Insights web test definition. Required. + :type web_test_definition: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create_or_update( + self, + resource_group_name: str, + web_test_name: str, + web_test_definition: Union[_models.WebTest, IO[bytes]], + **kwargs: Any + ) -> _models.WebTest: + """Creates or updates an Application Insights web test definition. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_definition: Properties that need to be specified to create or update an + Application Insights web test definition. Is either a WebTest type or a IO[bytes] type. + Required. + :type web_test_definition: ~azure.mgmt.applicationinsights.models.WebTest or IO[bytes] + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WebTest] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(web_test_definition, (IOBase, bytes)): + _content = web_test_definition + else: + _json = self._serialize.body(web_test_definition, "WebTest") + + _request = build_create_or_update_request( + resource_group_name=resource_group_name, + web_test_name=web_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WebTest", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update_tags( + self, + resource_group_name: str, + web_test_name: str, + web_test_tags: _models.TagsResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WebTest: + """Updates the tags associated with an Application Insights web test. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_tags: Updated tag information to associate with the web test resource. + Required. + :type web_test_tags: ~azure.mgmt.applicationinsights.models.TagsResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update_tags( + self, + resource_group_name: str, + web_test_name: str, + web_test_tags: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WebTest: + """Updates the tags associated with an Application Insights web test. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_tags: Updated tag information to associate with the web test resource. + Required. + :type web_test_tags: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update_tags( + self, + resource_group_name: str, + web_test_name: str, + web_test_tags: Union[_models.TagsResource, IO[bytes]], + **kwargs: Any + ) -> _models.WebTest: + """Updates the tags associated with an Application Insights web test. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_tags: Updated tag information to associate with the web test resource. Is + either a TagsResource type or a IO[bytes] type. Required. + :type web_test_tags: ~azure.mgmt.applicationinsights.models.TagsResource or IO[bytes] + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WebTest] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(web_test_tags, (IOBase, bytes)): + _content = web_test_tags + else: + _json = self._serialize.body(web_test_tags, "TagsResource") + + _request = build_update_tags_request( + resource_group_name=resource_group_name, + web_test_name=web_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WebTest", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete(self, resource_group_name: str, web_test_name: str, **kwargs: Any) -> None: + """Deletes an Application Insights web test. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + web_test_name=web_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @distributed_trace + def list(self, **kwargs: Any) -> AsyncItemPaged["_models.WebTest"]: + """Get all Application Insights web test definitions for the specified subscription. + + :return: An iterator like instance of either WebTest or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.WebTest] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[_models.WebTestListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("WebTestListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace + def list_by_component( + self, component_name: str, resource_group_name: str, **kwargs: Any + ) -> AsyncItemPaged["_models.WebTest"]: + """Get all Application Insights web tests defined for the specified component. + + :param component_name: The name of the Application Insights component resource. Required. + :type component_name: str + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :return: An iterator like instance of either WebTest or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.WebTest] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[_models.WebTestListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_component_request( + component_name=component_name, + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("WebTestListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_work_item_configurations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_work_item_configurations_operations.py new file mode 100644 index 00000000000..711951a2ab7 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_work_item_configurations_operations.py @@ -0,0 +1,597 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._work_item_configurations_operations import ( + build_create_request, + build_delete_request, + build_get_default_request, + build_get_item_request, + build_list_request, + build_update_item_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class WorkItemConfigurationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`work_item_configurations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncItemPaged["_models.WorkItemConfiguration"]: + """Gets the list work item configurations that exist for the application. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: An iterator like instance of either WorkItemConfiguration or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.WorkItemConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.WorkItemConfigurationsListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("WorkItemConfigurationsListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkItemConfigurationError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @overload + async def create( + self, + resource_group_name: str, + resource_name: str, + work_item_configuration_properties: _models.WorkItemCreateConfiguration, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Create a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_configuration_properties: Properties that need to be specified to create a + work item configuration of a Application Insights component. Required. + :type work_item_configuration_properties: + ~azure.mgmt.applicationinsights.models.WorkItemCreateConfiguration + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create( + self, + resource_group_name: str, + resource_name: str, + work_item_configuration_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Create a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_configuration_properties: Properties that need to be specified to create a + work item configuration of a Application Insights component. Required. + :type work_item_configuration_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create( + self, + resource_group_name: str, + resource_name: str, + work_item_configuration_properties: Union[_models.WorkItemCreateConfiguration, IO[bytes]], + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Create a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_configuration_properties: Properties that need to be specified to create a + work item configuration of a Application Insights component. Is either a + WorkItemCreateConfiguration type or a IO[bytes] type. Required. + :type work_item_configuration_properties: + ~azure.mgmt.applicationinsights.models.WorkItemCreateConfiguration or IO[bytes] + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WorkItemConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(work_item_configuration_properties, (IOBase, bytes)): + _content = work_item_configuration_properties + else: + _json = self._serialize.body(work_item_configuration_properties, "WorkItemCreateConfiguration") + + _request = build_create_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkItemConfiguration", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def get_default( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Gets default work item configurations that exist for the application. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.WorkItemConfiguration] = kwargs.pop("cls", None) + + _request = build_get_default_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkItemConfiguration", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete( + self, resource_group_name: str, resource_name: str, work_item_config_id: str, **kwargs: Any + ) -> None: + """Delete a work item configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + work_item_config_id=work_item_config_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @distributed_trace_async + async def get_item( + self, resource_group_name: str, resource_name: str, work_item_config_id: str, **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Gets specified work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.WorkItemConfiguration] = kwargs.pop("cls", None) + + _request = build_get_item_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + work_item_config_id=work_item_config_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkItemConfiguration", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update_item( + self, + resource_group_name: str, + resource_name: str, + work_item_config_id: str, + work_item_configuration_properties: _models.WorkItemCreateConfiguration, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Update a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :param work_item_configuration_properties: Properties that need to be specified to update a + work item configuration for this Application Insights component. Required. + :type work_item_configuration_properties: + ~azure.mgmt.applicationinsights.models.WorkItemCreateConfiguration + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update_item( + self, + resource_group_name: str, + resource_name: str, + work_item_config_id: str, + work_item_configuration_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Update a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :param work_item_configuration_properties: Properties that need to be specified to update a + work item configuration for this Application Insights component. Required. + :type work_item_configuration_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update_item( + self, + resource_group_name: str, + resource_name: str, + work_item_config_id: str, + work_item_configuration_properties: Union[_models.WorkItemCreateConfiguration, IO[bytes]], + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Update a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :param work_item_configuration_properties: Properties that need to be specified to update a + work item configuration for this Application Insights component. Is either a + WorkItemCreateConfiguration type or a IO[bytes] type. Required. + :type work_item_configuration_properties: + ~azure.mgmt.applicationinsights.models.WorkItemCreateConfiguration or IO[bytes] + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WorkItemConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(work_item_configuration_properties, (IOBase, bytes)): + _content = work_item_configuration_properties + else: + _json = self._serialize.body(work_item_configuration_properties, "WorkItemCreateConfiguration") + + _request = build_update_item_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + work_item_config_id=work_item_config_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkItemConfiguration", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_workbook_templates_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_workbook_templates_operations.py new file mode 100644 index 00000000000..9bbe4554f5c --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_workbook_templates_operations.py @@ -0,0 +1,517 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._workbook_templates_operations import ( + build_create_or_update_request, + build_delete_request, + build_get_request, + build_list_by_resource_group_request, + build_update_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class WorkbookTemplatesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`workbook_templates` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_resource_group( + self, resource_group_name: str, **kwargs: Any + ) -> AsyncItemPaged["_models.WorkbookTemplate"]: + """Get all Workbook templates defined within a specified resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :return: An iterator like instance of either WorkbookTemplate or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.WorkbookTemplate] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + cls: ClsType[_models.WorkbookTemplatesListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("WorkbookTemplatesListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace_async + async def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.WorkbookTemplate: + """Get a single workbook template by its resourceName. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + cls: ClsType[_models.WorkbookTemplate] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkbookTemplate", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> None: + """Delete a workbook template. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_properties: _models.WorkbookTemplate, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Create a new workbook template. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_properties: Properties that need to be specified to create a new + workbook. Required. + :type workbook_template_properties: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Create a new workbook template. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_properties: Properties that need to be specified to create a new + workbook. Required. + :type workbook_template_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_properties: Union[_models.WorkbookTemplate, IO[bytes]], + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Create a new workbook template. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_properties: Properties that need to be specified to create a new + workbook. Is either a WorkbookTemplate type or a IO[bytes] type. Required. + :type workbook_template_properties: ~azure.mgmt.applicationinsights.models.WorkbookTemplate or + IO[bytes] + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WorkbookTemplate] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(workbook_template_properties, (IOBase, bytes)): + _content = workbook_template_properties + else: + _json = self._serialize.body(workbook_template_properties, "WorkbookTemplate") + + _request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkbookTemplate", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_update_parameters: Optional[_models.WorkbookTemplateUpdateParameters] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Updates a workbook template that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_update_parameters: Properties that need to be specified to patch a + workbook template. Default value is None. + :type workbook_template_update_parameters: + ~azure.mgmt.applicationinsights.models.WorkbookTemplateUpdateParameters + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_update_parameters: Optional[IO[bytes]] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Updates a workbook template that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_update_parameters: Properties that need to be specified to patch a + workbook template. Default value is None. + :type workbook_template_update_parameters: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_update_parameters: Optional[ + Union[_models.WorkbookTemplateUpdateParameters, IO[bytes]] + ] = None, + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Updates a workbook template that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_update_parameters: Properties that need to be specified to patch a + workbook template. Is either a WorkbookTemplateUpdateParameters type or a IO[bytes] type. + Default value is None. + :type workbook_template_update_parameters: + ~azure.mgmt.applicationinsights.models.WorkbookTemplateUpdateParameters or IO[bytes] + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WorkbookTemplate] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(workbook_template_update_parameters, (IOBase, bytes)): + _content = workbook_template_update_parameters + else: + if workbook_template_update_parameters is not None: + _json = self._serialize.body(workbook_template_update_parameters, "WorkbookTemplateUpdateParameters") + else: + _json = None + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkbookTemplate", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_workbooks_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_workbooks_operations.py new file mode 100644 index 00000000000..8849e530866 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/aio/operations/_workbooks_operations.py @@ -0,0 +1,789 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import AsyncPipelineClient +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import AsyncHttpResponse, HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models +from ..._utils.serialization import Deserializer, Serializer +from ...operations._workbooks_operations import ( + build_create_or_update_request, + build_delete_request, + build_get_request, + build_list_by_resource_group_request, + build_list_by_subscription_request, + build_revision_get_request, + build_revisions_list_request, + build_update_request, +) +from .._configuration import ApplicationInsightsManagementClientConfiguration + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + + +class WorkbooksOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.aio.ApplicationInsightsManagementClient`'s + :attr:`workbooks` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_subscription( + self, + category: Union[str, _models.CategoryType], + tags: Optional[List[str]] = None, + can_fetch_content: Optional[bool] = None, + **kwargs: Any + ) -> AsyncItemPaged["_models.Workbook"]: + """Get all Workbooks defined within a specified subscription and category. + + :param category: Category of workbook to return. Known values are: "workbook", "TSG", + "performance", and "retention". Required. + :type category: str or ~azure.mgmt.applicationinsights.models.CategoryType + :param tags: Tags presents on each workbook returned. Default value is None. + :type tags: list[str] + :param can_fetch_content: Flag indicating whether or not to return the full content for each + applicable workbook. If false, only return summary content for workbooks. Default value is + None. + :type can_fetch_content: bool + :return: An iterator like instance of either Workbook or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.Workbook] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.WorkbooksListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_subscription_request( + subscription_id=self._config.subscription_id, + category=category, + tags=tags, + can_fetch_content=can_fetch_content, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("WorkbooksListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace + def list_by_resource_group( + self, + resource_group_name: str, + category: Union[str, _models.CategoryType], + tags: Optional[List[str]] = None, + source_id: Optional[str] = None, + can_fetch_content: Optional[bool] = None, + **kwargs: Any + ) -> AsyncItemPaged["_models.Workbook"]: + """Get all Workbooks defined within a specified resource group and category. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param category: Category of workbook to return. Known values are: "workbook", "TSG", + "performance", and "retention". Required. + :type category: str or ~azure.mgmt.applicationinsights.models.CategoryType + :param tags: Tags presents on each workbook returned. Default value is None. + :type tags: list[str] + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :param can_fetch_content: Flag indicating whether or not to return the full content for each + applicable workbook. If false, only return summary content for workbooks. Default value is + None. + :type can_fetch_content: bool + :return: An iterator like instance of either Workbook or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.Workbook] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.WorkbooksListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + category=category, + tags=tags, + source_id=source_id, + can_fetch_content=can_fetch_content, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("WorkbooksListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace_async + async def get( + self, resource_group_name: str, resource_name: str, can_fetch_content: Optional[bool] = None, **kwargs: Any + ) -> _models.Workbook: + """Get a single workbook by its resourceName. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param can_fetch_content: Flag indicating whether or not to return the full content for each + applicable workbook. If false, only return summary content for workbooks. Default value is + None. + :type can_fetch_content: bool + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.Workbook] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + can_fetch_content=can_fetch_content, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("Workbook", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace_async + async def delete(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> None: + """Delete a workbook. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_properties: _models.Workbook, + source_id: Optional[str] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Workbook: + """Create a new workbook. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param workbook_properties: Properties that need to be specified to create a new workbook. + Required. + :type workbook_properties: ~azure.mgmt.applicationinsights.models.Workbook + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_properties: IO[bytes], + source_id: Optional[str] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Workbook: + """Create a new workbook. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param workbook_properties: Properties that need to be specified to create a new workbook. + Required. + :type workbook_properties: IO[bytes] + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_properties: Union[_models.Workbook, IO[bytes]], + source_id: Optional[str] = None, + **kwargs: Any + ) -> _models.Workbook: + """Create a new workbook. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param workbook_properties: Properties that need to be specified to create a new workbook. Is + either a Workbook type or a IO[bytes] type. Required. + :type workbook_properties: ~azure.mgmt.applicationinsights.models.Workbook or IO[bytes] + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.Workbook] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(workbook_properties, (IOBase, bytes)): + _content = workbook_properties + else: + _json = self._serialize.body(workbook_properties, "Workbook") + + _request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + source_id=source_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("Workbook", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + source_id: Optional[str] = None, + workbook_update_parameters: Optional[_models.WorkbookUpdateParameters] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Workbook: + """Updates a workbook that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :param workbook_update_parameters: Properties that need to be specified to create a new + workbook. Default value is None. + :type workbook_update_parameters: + ~azure.mgmt.applicationinsights.models.WorkbookUpdateParameters + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + async def update( + self, + resource_group_name: str, + resource_name: str, + source_id: Optional[str] = None, + workbook_update_parameters: Optional[IO[bytes]] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Workbook: + """Updates a workbook that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :param workbook_update_parameters: Properties that need to be specified to create a new + workbook. Default value is None. + :type workbook_update_parameters: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace_async + async def update( + self, + resource_group_name: str, + resource_name: str, + source_id: Optional[str] = None, + workbook_update_parameters: Optional[Union[_models.WorkbookUpdateParameters, IO[bytes]]] = None, + **kwargs: Any + ) -> _models.Workbook: + """Updates a workbook that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :param workbook_update_parameters: Properties that need to be specified to create a new + workbook. Is either a WorkbookUpdateParameters type or a IO[bytes] type. Default value is None. + :type workbook_update_parameters: + ~azure.mgmt.applicationinsights.models.WorkbookUpdateParameters or IO[bytes] + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.Workbook] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(workbook_update_parameters, (IOBase, bytes)): + _content = workbook_update_parameters + else: + if workbook_update_parameters is not None: + _json = self._serialize.body(workbook_update_parameters, "WorkbookUpdateParameters") + else: + _json = None + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + source_id=source_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("Workbook", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def revisions_list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> AsyncItemPaged["_models.Workbook"]: + """Get the revisions for the workbook defined by its resourceName. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :return: An iterator like instance of either Workbook or the result of cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.applicationinsights.models.Workbook] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.WorkbooksListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_revisions_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("WorkbooksListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged(get_next, extract_data) + + @distributed_trace_async + async def revision_get( + self, resource_group_name: str, resource_name: str, revision_id: str, **kwargs: Any + ) -> _models.Workbook: + """Get a single workbook revision defined by its revisionId. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param revision_id: The id of the workbook's revision. Required. + :type revision_id: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.Workbook] = kwargs.pop("cls", None) + + _request = build_revision_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + revision_id=revision_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("Workbook", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/models/__init__.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/models/__init__.py new file mode 100644 index 00000000000..823347bc3cb --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/models/__init__.py @@ -0,0 +1,248 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +# pylint: disable=wrong-import-position + +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from ._patch import * # pylint: disable=unused-wildcard-import + + +from ._models_py3 import ( # type: ignore + APIKeyRequest, + Annotation, + AnnotationError, + AnnotationsListResult, + ApplicationInsightsComponent, + ApplicationInsightsComponentAPIKey, + ApplicationInsightsComponentAPIKeyListResult, + ApplicationInsightsComponentAnalyticsItem, + ApplicationInsightsComponentAnalyticsItemProperties, + ApplicationInsightsComponentAvailableFeatures, + ApplicationInsightsComponentBillingFeatures, + ApplicationInsightsComponentDataVolumeCap, + ApplicationInsightsComponentExportConfiguration, + ApplicationInsightsComponentExportRequest, + ApplicationInsightsComponentFavorite, + ApplicationInsightsComponentFeature, + ApplicationInsightsComponentFeatureCapabilities, + ApplicationInsightsComponentFeatureCapability, + ApplicationInsightsComponentListResult, + ApplicationInsightsComponentProactiveDetectionConfiguration, + ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions, + ApplicationInsightsComponentQuotaStatus, + ApplicationInsightsComponentWebTestLocation, + ApplicationInsightsWebTestLocationsListResult, + ComponentLinkedStorageAccounts, + ComponentLinkedStorageAccountsPatch, + ComponentPurgeBody, + ComponentPurgeBodyFilters, + ComponentPurgeResponse, + ComponentPurgeStatusResponse, + ComponentsResource, + DeletedWorkbook, + DeletedWorkbookError, + DeletedWorkbookErrorDefinition, + DeletedWorkbookInnerErrorTrace, + DeletedWorkbookResource, + DeletedWorkbooksListResult, + ErrorFieldContract, + ErrorResponse, + ErrorResponseComponents, + ErrorResponseComponentsError, + ErrorResponseLinkedStorage, + ErrorResponseLinkedStorageError, + HeaderField, + InnerError, + LiveTokenResponse, + ManagedServiceIdentity, + Operation, + OperationDisplay, + OperationInfo, + OperationListResult, + OperationLive, + OperationsListResult, + PrivateLinkScopedResource, + ProxyResource, + Resource, + ResourceAutoGenerated, + SystemData, + TagsResource, + TrackedResource, + TrackedResourceAutoGenerated, + UserAssignedIdentity, + WebTest, + WebTestGeolocation, + WebTestListResult, + WebTestPropertiesConfiguration, + WebTestPropertiesRequest, + WebTestPropertiesValidationRules, + WebTestPropertiesValidationRulesContentValidation, + WebtestsResource, + WorkItemConfiguration, + WorkItemConfigurationError, + WorkItemConfigurationsListResult, + WorkItemCreateConfiguration, + Workbook, + WorkbookError, + WorkbookErrorDefinition, + WorkbookInnerErrorTrace, + WorkbookResource, + WorkbookResourceIdentity, + WorkbookTemplate, + WorkbookTemplateError, + WorkbookTemplateErrorBody, + WorkbookTemplateErrorFieldContract, + WorkbookTemplateGallery, + WorkbookTemplateLocalizedGallery, + WorkbookTemplateResource, + WorkbookTemplateUpdateParameters, + WorkbookTemplatesListResult, + WorkbookUpdateParameters, + WorkbooksListResult, +) + +from ._application_insights_management_client_enums import ( # type: ignore + ApplicationType, + CategoryType, + CreatedByType, + FavoriteSourceType, + FavoriteType, + FlowType, + IngestionMode, + ItemScope, + ItemScopePath, + ItemType, + ItemTypeParameter, + ManagedServiceIdentityType, + PublicNetworkAccessType, + PurgeState, + RequestSource, + StorageType, + WebTestKind, + WorkbookSharedTypeKind, + WorkbookUpdateSharedTypeKind, +) +from ._patch import __all__ as _patch_all +from ._patch import * +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "APIKeyRequest", + "Annotation", + "AnnotationError", + "AnnotationsListResult", + "ApplicationInsightsComponent", + "ApplicationInsightsComponentAPIKey", + "ApplicationInsightsComponentAPIKeyListResult", + "ApplicationInsightsComponentAnalyticsItem", + "ApplicationInsightsComponentAnalyticsItemProperties", + "ApplicationInsightsComponentAvailableFeatures", + "ApplicationInsightsComponentBillingFeatures", + "ApplicationInsightsComponentDataVolumeCap", + "ApplicationInsightsComponentExportConfiguration", + "ApplicationInsightsComponentExportRequest", + "ApplicationInsightsComponentFavorite", + "ApplicationInsightsComponentFeature", + "ApplicationInsightsComponentFeatureCapabilities", + "ApplicationInsightsComponentFeatureCapability", + "ApplicationInsightsComponentListResult", + "ApplicationInsightsComponentProactiveDetectionConfiguration", + "ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions", + "ApplicationInsightsComponentQuotaStatus", + "ApplicationInsightsComponentWebTestLocation", + "ApplicationInsightsWebTestLocationsListResult", + "ComponentLinkedStorageAccounts", + "ComponentLinkedStorageAccountsPatch", + "ComponentPurgeBody", + "ComponentPurgeBodyFilters", + "ComponentPurgeResponse", + "ComponentPurgeStatusResponse", + "ComponentsResource", + "DeletedWorkbook", + "DeletedWorkbookError", + "DeletedWorkbookErrorDefinition", + "DeletedWorkbookInnerErrorTrace", + "DeletedWorkbookResource", + "DeletedWorkbooksListResult", + "ErrorFieldContract", + "ErrorResponse", + "ErrorResponseComponents", + "ErrorResponseComponentsError", + "ErrorResponseLinkedStorage", + "ErrorResponseLinkedStorageError", + "HeaderField", + "InnerError", + "LiveTokenResponse", + "ManagedServiceIdentity", + "Operation", + "OperationDisplay", + "OperationInfo", + "OperationListResult", + "OperationLive", + "OperationsListResult", + "PrivateLinkScopedResource", + "ProxyResource", + "Resource", + "ResourceAutoGenerated", + "SystemData", + "TagsResource", + "TrackedResource", + "TrackedResourceAutoGenerated", + "UserAssignedIdentity", + "WebTest", + "WebTestGeolocation", + "WebTestListResult", + "WebTestPropertiesConfiguration", + "WebTestPropertiesRequest", + "WebTestPropertiesValidationRules", + "WebTestPropertiesValidationRulesContentValidation", + "WebtestsResource", + "WorkItemConfiguration", + "WorkItemConfigurationError", + "WorkItemConfigurationsListResult", + "WorkItemCreateConfiguration", + "Workbook", + "WorkbookError", + "WorkbookErrorDefinition", + "WorkbookInnerErrorTrace", + "WorkbookResource", + "WorkbookResourceIdentity", + "WorkbookTemplate", + "WorkbookTemplateError", + "WorkbookTemplateErrorBody", + "WorkbookTemplateErrorFieldContract", + "WorkbookTemplateGallery", + "WorkbookTemplateLocalizedGallery", + "WorkbookTemplateResource", + "WorkbookTemplateUpdateParameters", + "WorkbookTemplatesListResult", + "WorkbookUpdateParameters", + "WorkbooksListResult", + "ApplicationType", + "CategoryType", + "CreatedByType", + "FavoriteSourceType", + "FavoriteType", + "FlowType", + "IngestionMode", + "ItemScope", + "ItemScopePath", + "ItemType", + "ItemTypeParameter", + "ManagedServiceIdentityType", + "PublicNetworkAccessType", + "PurgeState", + "RequestSource", + "StorageType", + "WebTestKind", + "WorkbookSharedTypeKind", + "WorkbookUpdateSharedTypeKind", +] +__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore +_patch_sdk() diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/models/_application_insights_management_client_enums.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/models/_application_insights_management_client_enums.py new file mode 100644 index 00000000000..a38616606d7 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/models/_application_insights_management_client_enums.py @@ -0,0 +1,172 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from enum import Enum +from azure.core import CaseInsensitiveEnumMeta + + +class ApplicationType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Type of application being monitored.""" + + WEB = "web" + OTHER = "other" + + +class CategoryType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """CategoryType.""" + + WORKBOOK = "workbook" + TSG = "TSG" + PERFORMANCE = "performance" + RETENTION = "retention" + + +class CreatedByType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The type of identity that created the resource.""" + + USER = "User" + APPLICATION = "Application" + MANAGED_IDENTITY = "ManagedIdentity" + KEY = "Key" + + +class FavoriteSourceType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """FavoriteSourceType.""" + + RETENTION = "retention" + NOTEBOOK = "notebook" + SESSIONS = "sessions" + EVENTS = "events" + USERFLOWS = "userflows" + FUNNEL = "funnel" + IMPACT = "impact" + SEGMENTATION = "segmentation" + + +class FavoriteType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Enum indicating if this favorite definition is owned by a specific user or is shared between + all users with access to the Application Insights component. + """ + + SHARED = "shared" + USER = "user" + + +class FlowType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Used by the Application Insights system to determine what kind of flow this component was + created by. This is to be set to 'Bluefield' when creating/updating a component via the REST + API. + """ + + BLUEFIELD = "Bluefield" + + +class IngestionMode(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Indicates the flow of the ingestion.""" + + APPLICATION_INSIGHTS = "ApplicationInsights" + APPLICATION_INSIGHTS_WITH_DIAGNOSTIC_SETTINGS = "ApplicationInsightsWithDiagnosticSettings" + LOG_ANALYTICS = "LogAnalytics" + + +class ItemScope(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Enum indicating if this item definition is owned by a specific user or is shared between all + users with access to the Application Insights component. + """ + + SHARED = "shared" + USER = "user" + + +class ItemScopePath(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """ItemScopePath.""" + + ANALYTICS_ITEMS = "analyticsItems" + MYANALYTICS_ITEMS = "myanalyticsItems" + + +class ItemType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Enum indicating the type of the Analytics item.""" + + NONE = "none" + QUERY = "query" + RECENT = "recent" + FUNCTION = "function" + + +class ItemTypeParameter(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """ItemTypeParameter.""" + + NONE = "none" + QUERY = "query" + FUNCTION = "function" + FOLDER = "folder" + RECENT = "recent" + + +class ManagedServiceIdentityType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Type of managed service identity (where both SystemAssigned and UserAssigned types are + allowed). + """ + + NONE = "None" + SYSTEM_ASSIGNED = "SystemAssigned" + USER_ASSIGNED = "UserAssigned" + SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned" + + +class PublicNetworkAccessType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The network access type for operating on the Application Insights Component. By default it is + Enabled. + """ + + ENABLED = "Enabled" + """Enables connectivity to Application Insights through public DNS.""" + DISABLED = "Disabled" + """Disables public connectivity to Application Insights through public DNS.""" + + +class PurgeState(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Status of the operation represented by the requested Id.""" + + PENDING = "pending" + COMPLETED = "completed" + + +class RequestSource(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """Describes what tool created this Application Insights component. Customers using this API + should set this to the default 'rest'. + """ + + REST = "rest" + + +class StorageType(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """StorageType.""" + + SERVICE_PROFILER = "ServiceProfiler" + + +class WebTestKind(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The kind of WebTest that this web test watches. Choices are ping, multistep and standard.""" + + PING = "ping" + MULTISTEP = "multistep" + STANDARD = "standard" + + +class WorkbookSharedTypeKind(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The kind of workbook. Only valid value is shared.""" + + SHARED = "shared" + + +class WorkbookUpdateSharedTypeKind(str, Enum, metaclass=CaseInsensitiveEnumMeta): + """The kind of workbook. Only valid value is shared.""" + + SHARED = "shared" diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/models/_models_py3.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/models/_models_py3.py new file mode 100644 index 00000000000..edb76c1936d --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/models/_models_py3.py @@ -0,0 +1,4481 @@ +# pylint: disable=line-too-long,useless-suppression,too-many-lines +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from collections.abc import MutableMapping +import datetime +from typing import Any, Dict, List, Optional, TYPE_CHECKING, Union + +from .._utils import serialization as _serialization + +if TYPE_CHECKING: + from .. import models as _models +JSON = MutableMapping[str, Any] + + +class Annotation(_serialization.Model): + """Annotation associated with an application insights resource. + + :ivar annotation_name: Name of annotation. + :vartype annotation_name: str + :ivar category: Category of annotation, free form. + :vartype category: str + :ivar event_time: Time when event occurred. + :vartype event_time: ~datetime.datetime + :ivar id: Unique Id for annotation. + :vartype id: str + :ivar properties: Serialized JSON object for detailed properties. + :vartype properties: str + :ivar related_annotation: Related parent annotation if any. + :vartype related_annotation: str + """ + + _attribute_map = { + "annotation_name": {"key": "AnnotationName", "type": "str"}, + "category": {"key": "Category", "type": "str"}, + "event_time": {"key": "EventTime", "type": "iso-8601"}, + "id": {"key": "Id", "type": "str"}, + "properties": {"key": "Properties", "type": "str"}, + "related_annotation": {"key": "RelatedAnnotation", "type": "str"}, + } + + def __init__( + self, + *, + annotation_name: Optional[str] = None, + category: Optional[str] = None, + event_time: Optional[datetime.datetime] = None, + id: Optional[str] = None, # pylint: disable=redefined-builtin + properties: Optional[str] = None, + related_annotation: str = "null", + **kwargs: Any + ) -> None: + """ + :keyword annotation_name: Name of annotation. + :paramtype annotation_name: str + :keyword category: Category of annotation, free form. + :paramtype category: str + :keyword event_time: Time when event occurred. + :paramtype event_time: ~datetime.datetime + :keyword id: Unique Id for annotation. + :paramtype id: str + :keyword properties: Serialized JSON object for detailed properties. + :paramtype properties: str + :keyword related_annotation: Related parent annotation if any. + :paramtype related_annotation: str + """ + super().__init__(**kwargs) + self.annotation_name = annotation_name + self.category = category + self.event_time = event_time + self.id = id + self.properties = properties + self.related_annotation = related_annotation + + +class AnnotationError(_serialization.Model): + """Error associated with trying to create annotation with Id that already exist. + + :ivar code: Error detail code and explanation. + :vartype code: str + :ivar message: Error message. + :vartype message: str + :ivar innererror: Inner error. + :vartype innererror: ~azure.mgmt.applicationinsights.models.InnerError + """ + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "innererror": {"key": "innererror", "type": "InnerError"}, + } + + def __init__( + self, + *, + code: Optional[str] = None, + message: Optional[str] = None, + innererror: Optional["_models.InnerError"] = None, + **kwargs: Any + ) -> None: + """ + :keyword code: Error detail code and explanation. + :paramtype code: str + :keyword message: Error message. + :paramtype message: str + :keyword innererror: Inner error. + :paramtype innererror: ~azure.mgmt.applicationinsights.models.InnerError + """ + super().__init__(**kwargs) + self.code = code + self.message = message + self.innererror = innererror + + +class AnnotationsListResult(_serialization.Model): + """Annotations list result. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: An array of annotations. + :vartype value: list[~azure.mgmt.applicationinsights.models.Annotation] + """ + + _validation = { + "value": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[Annotation]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.value: Optional[List["_models.Annotation"]] = None + + +class APIKeyRequest(_serialization.Model): + """An Application Insights component API Key creation request definition. + + :ivar name: The name of the API Key. + :vartype name: str + :ivar linked_read_properties: The read access rights of this API Key. + :vartype linked_read_properties: list[str] + :ivar linked_write_properties: The write access rights of this API Key. + :vartype linked_write_properties: list[str] + """ + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "linked_read_properties": {"key": "linkedReadProperties", "type": "[str]"}, + "linked_write_properties": {"key": "linkedWriteProperties", "type": "[str]"}, + } + + def __init__( + self, + *, + name: Optional[str] = None, + linked_read_properties: Optional[List[str]] = None, + linked_write_properties: Optional[List[str]] = None, + **kwargs: Any + ) -> None: + """ + :keyword name: The name of the API Key. + :paramtype name: str + :keyword linked_read_properties: The read access rights of this API Key. + :paramtype linked_read_properties: list[str] + :keyword linked_write_properties: The write access rights of this API Key. + :paramtype linked_write_properties: list[str] + """ + super().__init__(**kwargs) + self.name = name + self.linked_read_properties = linked_read_properties + self.linked_write_properties = linked_write_properties + + +class ComponentsResource(_serialization.Model): + """An azure resource object. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Azure resource Id. + :vartype id: str + :ivar name: Azure resource name. + :vartype name: str + :ivar type: Azure resource type. + :vartype type: str + :ivar location: Resource location. Required. + :vartype location: str + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "location": {"key": "location", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + } + + def __init__(self, *, location: str, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword location: Resource location. Required. + :paramtype location: str + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + """ + super().__init__(**kwargs) + self.id: Optional[str] = None + self.name: Optional[str] = None + self.type: Optional[str] = None + self.location = location + self.tags = tags + + +class ApplicationInsightsComponent(ComponentsResource): + """An Application Insights component definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Azure resource Id. + :vartype id: str + :ivar name: Azure resource name. + :vartype name: str + :ivar type: Azure resource type. + :vartype type: str + :ivar location: Resource location. Required. + :vartype location: str + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar kind: The kind of application that this component refers to, used to customize UI. This + value is a freeform string, values should typically be one of the following: web, ios, other, + store, java, phone. Required. + :vartype kind: str + :ivar etag: Resource etag. + :vartype etag: str + :ivar application_id: The unique ID of your application. This field mirrors the 'Name' field + and cannot be changed. + :vartype application_id: str + :ivar app_id: Application Insights Unique ID for your Application. + :vartype app_id: str + :ivar name_properties_name: Application name. + :vartype name_properties_name: str + :ivar application_type: Type of application being monitored. Known values are: "web" and + "other". + :vartype application_type: str or ~azure.mgmt.applicationinsights.models.ApplicationType + :ivar flow_type: Used by the Application Insights system to determine what kind of flow this + component was created by. This is to be set to 'Bluefield' when creating/updating a component + via the REST API. "Bluefield" + :vartype flow_type: str or ~azure.mgmt.applicationinsights.models.FlowType + :ivar request_source: Describes what tool created this Application Insights component. + Customers using this API should set this to the default 'rest'. "rest" + :vartype request_source: str or ~azure.mgmt.applicationinsights.models.RequestSource + :ivar instrumentation_key: Application Insights Instrumentation key. A read-only value that + applications can use to identify the destination for all telemetry sent to Azure Application + Insights. This value will be supplied upon construction of each new Application Insights + component. + :vartype instrumentation_key: str + :ivar creation_date: Creation Date for the Application Insights component, in ISO 8601 format. + :vartype creation_date: ~datetime.datetime + :ivar tenant_id: Azure Tenant Id. + :vartype tenant_id: str + :ivar hockey_app_id: The unique application ID created when a new application is added to + HockeyApp, used for communications with HockeyApp. + :vartype hockey_app_id: str + :ivar hockey_app_token: Token used to authenticate communications with between Application + Insights and HockeyApp. + :vartype hockey_app_token: str + :ivar provisioning_state: Current state of this component: whether or not is has been + provisioned within the resource group it is defined. Users cannot change this value but are + able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed. + :vartype provisioning_state: str + :ivar sampling_percentage: Percentage of the data produced by the application being monitored + that is being sampled for Application Insights telemetry. + :vartype sampling_percentage: float + :ivar connection_string: Application Insights component connection string. + :vartype connection_string: str + :ivar retention_in_days: Retention period in days. + :vartype retention_in_days: int + :ivar disable_ip_masking: Disable IP masking. + :vartype disable_ip_masking: bool + :ivar immediate_purge_data_on30_days: Purge data immediately after 30 days. + :vartype immediate_purge_data_on30_days: bool + :ivar workspace_resource_id: Resource Id of the log analytics workspace which the data will be + ingested to. This property is required to create an application with this API version. + Applications from older versions will not have this property. + :vartype workspace_resource_id: str + :ivar la_migration_date: The date which the component got migrated to LA, in ISO 8601 format. + :vartype la_migration_date: ~datetime.datetime + :ivar private_link_scoped_resources: List of linked private link scope resources. + :vartype private_link_scoped_resources: + list[~azure.mgmt.applicationinsights.models.PrivateLinkScopedResource] + :ivar public_network_access_for_ingestion: The network access type for accessing Application + Insights ingestion. Known values are: "Enabled" and "Disabled". + :vartype public_network_access_for_ingestion: str or + ~azure.mgmt.applicationinsights.models.PublicNetworkAccessType + :ivar public_network_access_for_query: The network access type for accessing Application + Insights query. Known values are: "Enabled" and "Disabled". + :vartype public_network_access_for_query: str or + ~azure.mgmt.applicationinsights.models.PublicNetworkAccessType + :ivar ingestion_mode: Indicates the flow of the ingestion. Known values are: + "ApplicationInsights", "ApplicationInsightsWithDiagnosticSettings", and "LogAnalytics". + :vartype ingestion_mode: str or ~azure.mgmt.applicationinsights.models.IngestionMode + :ivar disable_local_auth: Disable Non-AAD based Auth. + :vartype disable_local_auth: bool + :ivar force_customer_storage_for_profiler: Force users to create their own storage account for + profiler and debugger. + :vartype force_customer_storage_for_profiler: bool + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "location": {"required": True}, + "kind": {"required": True}, + "application_id": {"readonly": True}, + "app_id": {"readonly": True}, + "name_properties_name": {"readonly": True}, + "instrumentation_key": {"readonly": True}, + "creation_date": {"readonly": True}, + "tenant_id": {"readonly": True}, + "hockey_app_token": {"readonly": True}, + "provisioning_state": {"readonly": True}, + "connection_string": {"readonly": True}, + "la_migration_date": {"readonly": True}, + "private_link_scoped_resources": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "location": {"key": "location", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + "kind": {"key": "kind", "type": "str"}, + "etag": {"key": "etag", "type": "str"}, + "application_id": {"key": "properties.ApplicationId", "type": "str"}, + "app_id": {"key": "properties.AppId", "type": "str"}, + "name_properties_name": {"key": "properties.Name", "type": "str"}, + "application_type": {"key": "properties.Application_Type", "type": "str"}, + "flow_type": {"key": "properties.Flow_Type", "type": "str"}, + "request_source": {"key": "properties.Request_Source", "type": "str"}, + "instrumentation_key": {"key": "properties.InstrumentationKey", "type": "str"}, + "creation_date": {"key": "properties.CreationDate", "type": "iso-8601"}, + "tenant_id": {"key": "properties.TenantId", "type": "str"}, + "hockey_app_id": {"key": "properties.HockeyAppId", "type": "str"}, + "hockey_app_token": {"key": "properties.HockeyAppToken", "type": "str"}, + "provisioning_state": {"key": "properties.provisioningState", "type": "str"}, + "sampling_percentage": {"key": "properties.SamplingPercentage", "type": "float"}, + "connection_string": {"key": "properties.ConnectionString", "type": "str"}, + "retention_in_days": {"key": "properties.RetentionInDays", "type": "int"}, + "disable_ip_masking": {"key": "properties.DisableIpMasking", "type": "bool"}, + "immediate_purge_data_on30_days": {"key": "properties.ImmediatePurgeDataOn30Days", "type": "bool"}, + "workspace_resource_id": {"key": "properties.WorkspaceResourceId", "type": "str"}, + "la_migration_date": {"key": "properties.LaMigrationDate", "type": "iso-8601"}, + "private_link_scoped_resources": { + "key": "properties.PrivateLinkScopedResources", + "type": "[PrivateLinkScopedResource]", + }, + "public_network_access_for_ingestion": {"key": "properties.publicNetworkAccessForIngestion", "type": "str"}, + "public_network_access_for_query": {"key": "properties.publicNetworkAccessForQuery", "type": "str"}, + "ingestion_mode": {"key": "properties.IngestionMode", "type": "str"}, + "disable_local_auth": {"key": "properties.DisableLocalAuth", "type": "bool"}, + "force_customer_storage_for_profiler": {"key": "properties.ForceCustomerStorageForProfiler", "type": "bool"}, + } + + def __init__( # pylint: disable=too-many-locals + self, + *, + location: str, + kind: str, + tags: Optional[Dict[str, str]] = None, + etag: Optional[str] = None, + application_type: Union[str, "_models.ApplicationType"] = "web", + flow_type: Union[str, "_models.FlowType"] = "Bluefield", + request_source: Union[str, "_models.RequestSource"] = "rest", + hockey_app_id: Optional[str] = None, + sampling_percentage: Optional[float] = None, + retention_in_days: Optional[int] = None, + disable_ip_masking: Optional[bool] = None, + immediate_purge_data_on30_days: Optional[bool] = None, + workspace_resource_id: Optional[str] = None, + public_network_access_for_ingestion: Union[str, "_models.PublicNetworkAccessType"] = "Enabled", + public_network_access_for_query: Union[str, "_models.PublicNetworkAccessType"] = "Enabled", + ingestion_mode: Union[str, "_models.IngestionMode"] = "LogAnalytics", + disable_local_auth: Optional[bool] = None, + force_customer_storage_for_profiler: Optional[bool] = None, + **kwargs: Any + ) -> None: + """ + :keyword location: Resource location. Required. + :paramtype location: str + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword kind: The kind of application that this component refers to, used to customize UI. + This value is a freeform string, values should typically be one of the following: web, ios, + other, store, java, phone. Required. + :paramtype kind: str + :keyword etag: Resource etag. + :paramtype etag: str + :keyword application_type: Type of application being monitored. Known values are: "web" and + "other". + :paramtype application_type: str or ~azure.mgmt.applicationinsights.models.ApplicationType + :keyword flow_type: Used by the Application Insights system to determine what kind of flow this + component was created by. This is to be set to 'Bluefield' when creating/updating a component + via the REST API. "Bluefield" + :paramtype flow_type: str or ~azure.mgmt.applicationinsights.models.FlowType + :keyword request_source: Describes what tool created this Application Insights component. + Customers using this API should set this to the default 'rest'. "rest" + :paramtype request_source: str or ~azure.mgmt.applicationinsights.models.RequestSource + :keyword hockey_app_id: The unique application ID created when a new application is added to + HockeyApp, used for communications with HockeyApp. + :paramtype hockey_app_id: str + :keyword sampling_percentage: Percentage of the data produced by the application being + monitored that is being sampled for Application Insights telemetry. + :paramtype sampling_percentage: float + :keyword retention_in_days: Retention period in days. + :paramtype retention_in_days: int + :keyword disable_ip_masking: Disable IP masking. + :paramtype disable_ip_masking: bool + :keyword immediate_purge_data_on30_days: Purge data immediately after 30 days. + :paramtype immediate_purge_data_on30_days: bool + :keyword workspace_resource_id: Resource Id of the log analytics workspace which the data will + be ingested to. This property is required to create an application with this API version. + Applications from older versions will not have this property. + :paramtype workspace_resource_id: str + :keyword public_network_access_for_ingestion: The network access type for accessing Application + Insights ingestion. Known values are: "Enabled" and "Disabled". + :paramtype public_network_access_for_ingestion: str or + ~azure.mgmt.applicationinsights.models.PublicNetworkAccessType + :keyword public_network_access_for_query: The network access type for accessing Application + Insights query. Known values are: "Enabled" and "Disabled". + :paramtype public_network_access_for_query: str or + ~azure.mgmt.applicationinsights.models.PublicNetworkAccessType + :keyword ingestion_mode: Indicates the flow of the ingestion. Known values are: + "ApplicationInsights", "ApplicationInsightsWithDiagnosticSettings", and "LogAnalytics". + :paramtype ingestion_mode: str or ~azure.mgmt.applicationinsights.models.IngestionMode + :keyword disable_local_auth: Disable Non-AAD based Auth. + :paramtype disable_local_auth: bool + :keyword force_customer_storage_for_profiler: Force users to create their own storage account + for profiler and debugger. + :paramtype force_customer_storage_for_profiler: bool + """ + super().__init__(location=location, tags=tags, **kwargs) + self.kind = kind + self.etag = etag + self.application_id: Optional[str] = None + self.app_id: Optional[str] = None + self.name_properties_name: Optional[str] = None + self.application_type = application_type + self.flow_type = flow_type + self.request_source = request_source + self.instrumentation_key: Optional[str] = None + self.creation_date: Optional[datetime.datetime] = None + self.tenant_id: Optional[str] = None + self.hockey_app_id = hockey_app_id + self.hockey_app_token: Optional[str] = None + self.provisioning_state: Optional[str] = None + self.sampling_percentage = sampling_percentage + self.connection_string: Optional[str] = None + self.retention_in_days = retention_in_days + self.disable_ip_masking = disable_ip_masking + self.immediate_purge_data_on30_days = immediate_purge_data_on30_days + self.workspace_resource_id = workspace_resource_id + self.la_migration_date: Optional[datetime.datetime] = None + self.private_link_scoped_resources: Optional[List["_models.PrivateLinkScopedResource"]] = None + self.public_network_access_for_ingestion = public_network_access_for_ingestion + self.public_network_access_for_query = public_network_access_for_query + self.ingestion_mode = ingestion_mode + self.disable_local_auth = disable_local_auth + self.force_customer_storage_for_profiler = force_customer_storage_for_profiler + + +class ApplicationInsightsComponentAnalyticsItem(_serialization.Model): # pylint: disable=name-too-long + """Properties that define an Analytics item that is associated to an Application Insights + component. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Internally assigned unique id of the item definition. + :vartype id: str + :ivar name: The user-defined name of the item. + :vartype name: str + :ivar content: The content of this item. + :vartype content: str + :ivar version: This instance's version of the data model. This can change as new features are + added. + :vartype version: str + :ivar scope: Enum indicating if this item definition is owned by a specific user or is shared + between all users with access to the Application Insights component. Known values are: "shared" + and "user". + :vartype scope: str or ~azure.mgmt.applicationinsights.models.ItemScope + :ivar type: Enum indicating the type of the Analytics item. Known values are: "none", "query", + "recent", and "function". + :vartype type: str or ~azure.mgmt.applicationinsights.models.ItemType + :ivar time_created: Date and time in UTC when this item was created. + :vartype time_created: str + :ivar time_modified: Date and time in UTC of the last modification that was made to this item. + :vartype time_modified: str + :ivar properties: A set of properties that can be defined in the context of a specific item + type. Each type may have its own properties. + :vartype properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItemProperties + """ + + _validation = { + "version": {"readonly": True}, + "time_created": {"readonly": True}, + "time_modified": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "Id", "type": "str"}, + "name": {"key": "Name", "type": "str"}, + "content": {"key": "Content", "type": "str"}, + "version": {"key": "Version", "type": "str"}, + "scope": {"key": "Scope", "type": "str"}, + "type": {"key": "Type", "type": "str"}, + "time_created": {"key": "TimeCreated", "type": "str"}, + "time_modified": {"key": "TimeModified", "type": "str"}, + "properties": {"key": "Properties", "type": "ApplicationInsightsComponentAnalyticsItemProperties"}, + } + + def __init__( + self, + *, + id: Optional[str] = None, # pylint: disable=redefined-builtin + name: Optional[str] = None, + content: Optional[str] = None, + scope: Optional[Union[str, "_models.ItemScope"]] = None, + type: Optional[Union[str, "_models.ItemType"]] = None, + properties: Optional["_models.ApplicationInsightsComponentAnalyticsItemProperties"] = None, + **kwargs: Any + ) -> None: + """ + :keyword id: Internally assigned unique id of the item definition. + :paramtype id: str + :keyword name: The user-defined name of the item. + :paramtype name: str + :keyword content: The content of this item. + :paramtype content: str + :keyword scope: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "shared" and "user". + :paramtype scope: str or ~azure.mgmt.applicationinsights.models.ItemScope + :keyword type: Enum indicating the type of the Analytics item. Known values are: "none", + "query", "recent", and "function". + :paramtype type: str or ~azure.mgmt.applicationinsights.models.ItemType + :keyword properties: A set of properties that can be defined in the context of a specific item + type. Each type may have its own properties. + :paramtype properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItemProperties + """ + super().__init__(**kwargs) + self.id = id + self.name = name + self.content = content + self.version: Optional[str] = None + self.scope = scope + self.type = type + self.time_created: Optional[str] = None + self.time_modified: Optional[str] = None + self.properties = properties + + +class ApplicationInsightsComponentAnalyticsItemProperties(_serialization.Model): # pylint: disable=name-too-long + """A set of properties that can be defined in the context of a specific item type. Each type may + have its own properties. + + :ivar function_alias: A function alias, used when the type of the item is Function. + :vartype function_alias: str + """ + + _attribute_map = { + "function_alias": {"key": "functionAlias", "type": "str"}, + } + + def __init__(self, *, function_alias: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword function_alias: A function alias, used when the type of the item is Function. + :paramtype function_alias: str + """ + super().__init__(**kwargs) + self.function_alias = function_alias + + +class ApplicationInsightsComponentAPIKey(_serialization.Model): + """Properties that define an API key of an Application Insights Component. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: The unique ID of the API key inside an Application Insights component. It is auto + generated when the API key is created. + :vartype id: str + :ivar api_key: The API key value. It will be only return once when the API Key was created. + :vartype api_key: str + :ivar created_date: The create date of this API key. + :vartype created_date: str + :ivar name: The name of the API key. + :vartype name: str + :ivar linked_read_properties: The read access rights of this API Key. + :vartype linked_read_properties: list[str] + :ivar linked_write_properties: The write access rights of this API Key. + :vartype linked_write_properties: list[str] + """ + + _validation = { + "id": {"readonly": True}, + "api_key": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "api_key": {"key": "apiKey", "type": "str"}, + "created_date": {"key": "createdDate", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "linked_read_properties": {"key": "linkedReadProperties", "type": "[str]"}, + "linked_write_properties": {"key": "linkedWriteProperties", "type": "[str]"}, + } + + def __init__( + self, + *, + created_date: Optional[str] = None, + name: Optional[str] = None, + linked_read_properties: Optional[List[str]] = None, + linked_write_properties: Optional[List[str]] = None, + **kwargs: Any + ) -> None: + """ + :keyword created_date: The create date of this API key. + :paramtype created_date: str + :keyword name: The name of the API key. + :paramtype name: str + :keyword linked_read_properties: The read access rights of this API Key. + :paramtype linked_read_properties: list[str] + :keyword linked_write_properties: The write access rights of this API Key. + :paramtype linked_write_properties: list[str] + """ + super().__init__(**kwargs) + self.id: Optional[str] = None + self.api_key: Optional[str] = None + self.created_date = created_date + self.name = name + self.linked_read_properties = linked_read_properties + self.linked_write_properties = linked_write_properties + + +class ApplicationInsightsComponentAPIKeyListResult(_serialization.Model): # pylint: disable=name-too-long + """Describes the list of API Keys of an Application Insights Component. + + All required parameters must be populated in order to send to server. + + :ivar value: List of API Key definitions. Required. + :vartype value: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey] + """ + + _validation = { + "value": {"required": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[ApplicationInsightsComponentAPIKey]"}, + } + + def __init__(self, *, value: List["_models.ApplicationInsightsComponentAPIKey"], **kwargs: Any) -> None: + """ + :keyword value: List of API Key definitions. Required. + :paramtype value: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey] + """ + super().__init__(**kwargs) + self.value = value + + +class ApplicationInsightsComponentAvailableFeatures(_serialization.Model): # pylint: disable=name-too-long + """An Application Insights component available features. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar result: A list of Application Insights component feature. + :vartype result: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFeature] + """ + + _validation = { + "result": {"readonly": True}, + } + + _attribute_map = { + "result": {"key": "Result", "type": "[ApplicationInsightsComponentFeature]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.result: Optional[List["_models.ApplicationInsightsComponentFeature"]] = None + + +class ApplicationInsightsComponentBillingFeatures(_serialization.Model): # pylint: disable=name-too-long + """An Application Insights component billing features. + + :ivar data_volume_cap: An Application Insights component daily data volume cap. + :vartype data_volume_cap: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentDataVolumeCap + :ivar current_billing_features: Current enabled pricing plan. When the component is in the + Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. + :vartype current_billing_features: list[str] + """ + + _attribute_map = { + "data_volume_cap": {"key": "DataVolumeCap", "type": "ApplicationInsightsComponentDataVolumeCap"}, + "current_billing_features": {"key": "CurrentBillingFeatures", "type": "[str]"}, + } + + def __init__( + self, + *, + data_volume_cap: Optional["_models.ApplicationInsightsComponentDataVolumeCap"] = None, + current_billing_features: Optional[List[str]] = None, + **kwargs: Any + ) -> None: + """ + :keyword data_volume_cap: An Application Insights component daily data volume cap. + :paramtype data_volume_cap: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentDataVolumeCap + :keyword current_billing_features: Current enabled pricing plan. When the component is in the + Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. + :paramtype current_billing_features: list[str] + """ + super().__init__(**kwargs) + self.data_volume_cap = data_volume_cap + self.current_billing_features = current_billing_features + + +class ApplicationInsightsComponentDataVolumeCap(_serialization.Model): # pylint: disable=name-too-long + """An Application Insights component daily data volume cap. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar cap: Daily data volume cap in GB. + :vartype cap: float + :ivar reset_time: Daily data volume cap UTC reset hour. + :vartype reset_time: int + :ivar warning_threshold: Reserved, not used for now. + :vartype warning_threshold: int + :ivar stop_send_notification_when_hit_threshold: Reserved, not used for now. + :vartype stop_send_notification_when_hit_threshold: bool + :ivar stop_send_notification_when_hit_cap: Do not send a notification email when the daily data + volume cap is met. + :vartype stop_send_notification_when_hit_cap: bool + :ivar max_history_cap: Maximum daily data volume cap that the user can set for this component. + :vartype max_history_cap: float + """ + + _validation = { + "reset_time": {"readonly": True}, + "max_history_cap": {"readonly": True}, + } + + _attribute_map = { + "cap": {"key": "Cap", "type": "float"}, + "reset_time": {"key": "ResetTime", "type": "int"}, + "warning_threshold": {"key": "WarningThreshold", "type": "int"}, + "stop_send_notification_when_hit_threshold": {"key": "StopSendNotificationWhenHitThreshold", "type": "bool"}, + "stop_send_notification_when_hit_cap": {"key": "StopSendNotificationWhenHitCap", "type": "bool"}, + "max_history_cap": {"key": "MaxHistoryCap", "type": "float"}, + } + + def __init__( + self, + *, + cap: Optional[float] = None, + warning_threshold: Optional[int] = None, + stop_send_notification_when_hit_threshold: Optional[bool] = None, + stop_send_notification_when_hit_cap: Optional[bool] = None, + **kwargs: Any + ) -> None: + """ + :keyword cap: Daily data volume cap in GB. + :paramtype cap: float + :keyword warning_threshold: Reserved, not used for now. + :paramtype warning_threshold: int + :keyword stop_send_notification_when_hit_threshold: Reserved, not used for now. + :paramtype stop_send_notification_when_hit_threshold: bool + :keyword stop_send_notification_when_hit_cap: Do not send a notification email when the daily + data volume cap is met. + :paramtype stop_send_notification_when_hit_cap: bool + """ + super().__init__(**kwargs) + self.cap = cap + self.reset_time: Optional[int] = None + self.warning_threshold = warning_threshold + self.stop_send_notification_when_hit_threshold = stop_send_notification_when_hit_threshold + self.stop_send_notification_when_hit_cap = stop_send_notification_when_hit_cap + self.max_history_cap: Optional[float] = None + + +class ApplicationInsightsComponentExportConfiguration(_serialization.Model): # pylint: disable=name-too-long + """Properties that define a Continuous Export configuration. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar export_id: The unique ID of the export configuration inside an Application Insights + component. It is auto generated when the Continuous Export configuration is created. + :vartype export_id: str + :ivar instrumentation_key: The instrumentation key of the Application Insights component. + :vartype instrumentation_key: str + :ivar record_types: This comma separated list of document types that will be exported. The + possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', + 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. + :vartype record_types: str + :ivar application_name: The name of the Application Insights component. + :vartype application_name: str + :ivar subscription_id: The subscription of the Application Insights component. + :vartype subscription_id: str + :ivar resource_group: The resource group of the Application Insights component. + :vartype resource_group: str + :ivar destination_storage_subscription_id: The destination storage account subscription ID. + :vartype destination_storage_subscription_id: str + :ivar destination_storage_location_id: The destination account location ID. + :vartype destination_storage_location_id: str + :ivar destination_account_id: The name of destination account. + :vartype destination_account_id: str + :ivar destination_type: The destination type. + :vartype destination_type: str + :ivar is_user_enabled: This will be 'true' if the Continuous Export configuration is enabled, + otherwise it will be 'false'. + :vartype is_user_enabled: str + :ivar last_user_update: Last time the Continuous Export configuration was updated. + :vartype last_user_update: str + :ivar notification_queue_enabled: Deprecated. + :vartype notification_queue_enabled: str + :ivar export_status: This indicates current Continuous Export configuration status. The + possible values are 'Preparing', 'Success', 'Failure'. + :vartype export_status: str + :ivar last_success_time: The last time data was successfully delivered to the destination + storage container for this Continuous Export configuration. + :vartype last_success_time: str + :ivar last_gap_time: The last time the Continuous Export configuration started failing. + :vartype last_gap_time: str + :ivar permanent_error_reason: This is the reason the Continuous Export configuration started + failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'. + :vartype permanent_error_reason: str + :ivar storage_name: The name of the destination storage account. + :vartype storage_name: str + :ivar container_name: The name of the destination storage container. + :vartype container_name: str + """ + + _validation = { + "export_id": {"readonly": True}, + "instrumentation_key": {"readonly": True}, + "application_name": {"readonly": True}, + "subscription_id": {"readonly": True}, + "resource_group": {"readonly": True}, + "destination_storage_subscription_id": {"readonly": True}, + "destination_storage_location_id": {"readonly": True}, + "destination_account_id": {"readonly": True}, + "destination_type": {"readonly": True}, + "is_user_enabled": {"readonly": True}, + "last_user_update": {"readonly": True}, + "export_status": {"readonly": True}, + "last_success_time": {"readonly": True}, + "last_gap_time": {"readonly": True}, + "permanent_error_reason": {"readonly": True}, + "storage_name": {"readonly": True}, + "container_name": {"readonly": True}, + } + + _attribute_map = { + "export_id": {"key": "ExportId", "type": "str"}, + "instrumentation_key": {"key": "InstrumentationKey", "type": "str"}, + "record_types": {"key": "RecordTypes", "type": "str"}, + "application_name": {"key": "ApplicationName", "type": "str"}, + "subscription_id": {"key": "SubscriptionId", "type": "str"}, + "resource_group": {"key": "ResourceGroup", "type": "str"}, + "destination_storage_subscription_id": {"key": "DestinationStorageSubscriptionId", "type": "str"}, + "destination_storage_location_id": {"key": "DestinationStorageLocationId", "type": "str"}, + "destination_account_id": {"key": "DestinationAccountId", "type": "str"}, + "destination_type": {"key": "DestinationType", "type": "str"}, + "is_user_enabled": {"key": "IsUserEnabled", "type": "str"}, + "last_user_update": {"key": "LastUserUpdate", "type": "str"}, + "notification_queue_enabled": {"key": "NotificationQueueEnabled", "type": "str"}, + "export_status": {"key": "ExportStatus", "type": "str"}, + "last_success_time": {"key": "LastSuccessTime", "type": "str"}, + "last_gap_time": {"key": "LastGapTime", "type": "str"}, + "permanent_error_reason": {"key": "PermanentErrorReason", "type": "str"}, + "storage_name": {"key": "StorageName", "type": "str"}, + "container_name": {"key": "ContainerName", "type": "str"}, + } + + def __init__( + self, *, record_types: Optional[str] = None, notification_queue_enabled: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword record_types: This comma separated list of document types that will be exported. The + possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', + 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. + :paramtype record_types: str + :keyword notification_queue_enabled: Deprecated. + :paramtype notification_queue_enabled: str + """ + super().__init__(**kwargs) + self.export_id: Optional[str] = None + self.instrumentation_key: Optional[str] = None + self.record_types = record_types + self.application_name: Optional[str] = None + self.subscription_id: Optional[str] = None + self.resource_group: Optional[str] = None + self.destination_storage_subscription_id: Optional[str] = None + self.destination_storage_location_id: Optional[str] = None + self.destination_account_id: Optional[str] = None + self.destination_type: Optional[str] = None + self.is_user_enabled: Optional[str] = None + self.last_user_update: Optional[str] = None + self.notification_queue_enabled = notification_queue_enabled + self.export_status: Optional[str] = None + self.last_success_time: Optional[str] = None + self.last_gap_time: Optional[str] = None + self.permanent_error_reason: Optional[str] = None + self.storage_name: Optional[str] = None + self.container_name: Optional[str] = None + + +class ApplicationInsightsComponentExportRequest(_serialization.Model): # pylint: disable=name-too-long + """An Application Insights component Continuous Export configuration request definition. + + :ivar record_types: The document types to be exported, as comma separated values. Allowed + values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', + 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. + :vartype record_types: str + :ivar destination_type: The Continuous Export destination type. This has to be 'Blob'. + :vartype destination_type: str + :ivar destination_address: The SAS URL for the destination storage container. It must grant + write permission. + :vartype destination_address: str + :ivar is_enabled: Set to 'true' to create a Continuous Export configuration as enabled, + otherwise set it to 'false'. + :vartype is_enabled: str + :ivar notification_queue_enabled: Deprecated. + :vartype notification_queue_enabled: str + :ivar notification_queue_uri: Deprecated. + :vartype notification_queue_uri: str + :ivar destination_storage_subscription_id: The subscription ID of the destination storage + container. + :vartype destination_storage_subscription_id: str + :ivar destination_storage_location_id: The location ID of the destination storage container. + :vartype destination_storage_location_id: str + :ivar destination_account_id: The name of destination storage account. + :vartype destination_account_id: str + """ + + _attribute_map = { + "record_types": {"key": "RecordTypes", "type": "str"}, + "destination_type": {"key": "DestinationType", "type": "str"}, + "destination_address": {"key": "DestinationAddress", "type": "str"}, + "is_enabled": {"key": "IsEnabled", "type": "str"}, + "notification_queue_enabled": {"key": "NotificationQueueEnabled", "type": "str"}, + "notification_queue_uri": {"key": "NotificationQueueUri", "type": "str"}, + "destination_storage_subscription_id": {"key": "DestinationStorageSubscriptionId", "type": "str"}, + "destination_storage_location_id": {"key": "DestinationStorageLocationId", "type": "str"}, + "destination_account_id": {"key": "DestinationAccountId", "type": "str"}, + } + + def __init__( + self, + *, + record_types: Optional[str] = None, + destination_type: Optional[str] = None, + destination_address: Optional[str] = None, + is_enabled: Optional[str] = None, + notification_queue_enabled: Optional[str] = None, + notification_queue_uri: Optional[str] = None, + destination_storage_subscription_id: Optional[str] = None, + destination_storage_location_id: Optional[str] = None, + destination_account_id: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword record_types: The document types to be exported, as comma separated values. Allowed + values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', + 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. + :paramtype record_types: str + :keyword destination_type: The Continuous Export destination type. This has to be 'Blob'. + :paramtype destination_type: str + :keyword destination_address: The SAS URL for the destination storage container. It must grant + write permission. + :paramtype destination_address: str + :keyword is_enabled: Set to 'true' to create a Continuous Export configuration as enabled, + otherwise set it to 'false'. + :paramtype is_enabled: str + :keyword notification_queue_enabled: Deprecated. + :paramtype notification_queue_enabled: str + :keyword notification_queue_uri: Deprecated. + :paramtype notification_queue_uri: str + :keyword destination_storage_subscription_id: The subscription ID of the destination storage + container. + :paramtype destination_storage_subscription_id: str + :keyword destination_storage_location_id: The location ID of the destination storage container. + :paramtype destination_storage_location_id: str + :keyword destination_account_id: The name of destination storage account. + :paramtype destination_account_id: str + """ + super().__init__(**kwargs) + self.record_types = record_types + self.destination_type = destination_type + self.destination_address = destination_address + self.is_enabled = is_enabled + self.notification_queue_enabled = notification_queue_enabled + self.notification_queue_uri = notification_queue_uri + self.destination_storage_subscription_id = destination_storage_subscription_id + self.destination_storage_location_id = destination_storage_location_id + self.destination_account_id = destination_account_id + + +class ApplicationInsightsComponentFavorite(_serialization.Model): + """Properties that define a favorite that is associated to an Application Insights component. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar name: The user-defined name of the favorite. + :vartype name: str + :ivar config: Configuration of this particular favorite, which are driven by the Azure portal + UX. Configuration data is a string containing valid JSON. + :vartype config: str + :ivar version: This instance's version of the data model. This can change as new features are + added that can be marked favorite. Current examples include MetricsExplorer (ME) and Search. + :vartype version: str + :ivar favorite_id: Internally assigned unique id of the favorite definition. + :vartype favorite_id: str + :ivar favorite_type: Enum indicating if this favorite definition is owned by a specific user or + is shared between all users with access to the Application Insights component. Known values + are: "shared" and "user". + :vartype favorite_type: str or ~azure.mgmt.applicationinsights.models.FavoriteType + :ivar source_type: The source of the favorite definition. + :vartype source_type: str + :ivar time_modified: Date and time in UTC of the last modification that was made to this + favorite definition. + :vartype time_modified: str + :ivar tags: A list of 0 or more tags that are associated with this favorite definition. + :vartype tags: list[str] + :ivar category: Favorite category, as defined by the user at creation time. + :vartype category: str + :ivar is_generated_from_template: Flag denoting wether or not this favorite was generated from + a template. + :vartype is_generated_from_template: bool + :ivar user_id: Unique user id of the specific user that owns this favorite. + :vartype user_id: str + """ + + _validation = { + "favorite_id": {"readonly": True}, + "time_modified": {"readonly": True}, + "user_id": {"readonly": True}, + } + + _attribute_map = { + "name": {"key": "Name", "type": "str"}, + "config": {"key": "Config", "type": "str"}, + "version": {"key": "Version", "type": "str"}, + "favorite_id": {"key": "FavoriteId", "type": "str"}, + "favorite_type": {"key": "FavoriteType", "type": "str"}, + "source_type": {"key": "SourceType", "type": "str"}, + "time_modified": {"key": "TimeModified", "type": "str"}, + "tags": {"key": "Tags", "type": "[str]"}, + "category": {"key": "Category", "type": "str"}, + "is_generated_from_template": {"key": "IsGeneratedFromTemplate", "type": "bool"}, + "user_id": {"key": "UserId", "type": "str"}, + } + + def __init__( + self, + *, + name: Optional[str] = None, + config: Optional[str] = None, + version: Optional[str] = None, + favorite_type: Optional[Union[str, "_models.FavoriteType"]] = None, + source_type: Optional[str] = None, + tags: Optional[List[str]] = None, + category: Optional[str] = None, + is_generated_from_template: Optional[bool] = None, + **kwargs: Any + ) -> None: + """ + :keyword name: The user-defined name of the favorite. + :paramtype name: str + :keyword config: Configuration of this particular favorite, which are driven by the Azure + portal UX. Configuration data is a string containing valid JSON. + :paramtype config: str + :keyword version: This instance's version of the data model. This can change as new features + are added that can be marked favorite. Current examples include MetricsExplorer (ME) and + Search. + :paramtype version: str + :keyword favorite_type: Enum indicating if this favorite definition is owned by a specific user + or is shared between all users with access to the Application Insights component. Known values + are: "shared" and "user". + :paramtype favorite_type: str or ~azure.mgmt.applicationinsights.models.FavoriteType + :keyword source_type: The source of the favorite definition. + :paramtype source_type: str + :keyword tags: A list of 0 or more tags that are associated with this favorite definition. + :paramtype tags: list[str] + :keyword category: Favorite category, as defined by the user at creation time. + :paramtype category: str + :keyword is_generated_from_template: Flag denoting wether or not this favorite was generated + from a template. + :paramtype is_generated_from_template: bool + """ + super().__init__(**kwargs) + self.name = name + self.config = config + self.version = version + self.favorite_id: Optional[str] = None + self.favorite_type = favorite_type + self.source_type = source_type + self.time_modified: Optional[str] = None + self.tags = tags + self.category = category + self.is_generated_from_template = is_generated_from_template + self.user_id: Optional[str] = None + + +class ApplicationInsightsComponentFeature(_serialization.Model): + """An Application Insights component daily data volume cap status. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar feature_name: The pricing feature name. + :vartype feature_name: str + :ivar meter_id: The meter id used for the feature. + :vartype meter_id: str + :ivar meter_rate_frequency: The meter rate for the feature's meter. + :vartype meter_rate_frequency: str + :ivar resouce_id: Reserved, not used now. + :vartype resouce_id: str + :ivar is_hidden: Reserved, not used now. + :vartype is_hidden: bool + :ivar capabilities: A list of Application Insights component feature capability. + :vartype capabilities: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFeatureCapability] + :ivar title: Display name of the feature. + :vartype title: str + :ivar is_main_feature: Whether can apply addon feature on to it. + :vartype is_main_feature: bool + :ivar supported_addon_features: The add on features on main feature. + :vartype supported_addon_features: str + """ + + _validation = { + "feature_name": {"readonly": True}, + "meter_id": {"readonly": True}, + "meter_rate_frequency": {"readonly": True}, + "resouce_id": {"readonly": True}, + "is_hidden": {"readonly": True}, + "capabilities": {"readonly": True}, + "title": {"readonly": True}, + "is_main_feature": {"readonly": True}, + "supported_addon_features": {"readonly": True}, + } + + _attribute_map = { + "feature_name": {"key": "FeatureName", "type": "str"}, + "meter_id": {"key": "MeterId", "type": "str"}, + "meter_rate_frequency": {"key": "MeterRateFrequency", "type": "str"}, + "resouce_id": {"key": "ResouceId", "type": "str"}, + "is_hidden": {"key": "IsHidden", "type": "bool"}, + "capabilities": {"key": "Capabilities", "type": "[ApplicationInsightsComponentFeatureCapability]"}, + "title": {"key": "Title", "type": "str"}, + "is_main_feature": {"key": "IsMainFeature", "type": "bool"}, + "supported_addon_features": {"key": "SupportedAddonFeatures", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.feature_name: Optional[str] = None + self.meter_id: Optional[str] = None + self.meter_rate_frequency: Optional[str] = None + self.resouce_id: Optional[str] = None + self.is_hidden: Optional[bool] = None + self.capabilities: Optional[List["_models.ApplicationInsightsComponentFeatureCapability"]] = None + self.title: Optional[str] = None + self.is_main_feature: Optional[bool] = None + self.supported_addon_features: Optional[str] = None + + +class ApplicationInsightsComponentFeatureCapabilities(_serialization.Model): # pylint: disable=name-too-long + """An Application Insights component feature capabilities. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar support_export_data: Whether allow to use continuous export feature. + :vartype support_export_data: bool + :ivar burst_throttle_policy: Reserved, not used now. + :vartype burst_throttle_policy: str + :ivar metadata_class: Reserved, not used now. + :vartype metadata_class: str + :ivar live_stream_metrics: Reserved, not used now. + :vartype live_stream_metrics: bool + :ivar application_map: Reserved, not used now. + :vartype application_map: bool + :ivar work_item_integration: Whether allow to use work item integration feature. + :vartype work_item_integration: bool + :ivar power_bi_integration: Reserved, not used now. + :vartype power_bi_integration: bool + :ivar open_schema: Reserved, not used now. + :vartype open_schema: bool + :ivar proactive_detection: Reserved, not used now. + :vartype proactive_detection: bool + :ivar analytics_integration: Reserved, not used now. + :vartype analytics_integration: bool + :ivar multiple_step_web_test: Whether allow to use multiple steps web test feature. + :vartype multiple_step_web_test: bool + :ivar api_access_level: Reserved, not used now. + :vartype api_access_level: str + :ivar tracking_type: The application insights component used tracking type. + :vartype tracking_type: str + :ivar daily_cap: Daily data volume cap in GB. + :vartype daily_cap: float + :ivar daily_cap_reset_time: Daily data volume cap UTC reset hour. + :vartype daily_cap_reset_time: float + :ivar throttle_rate: Reserved, not used now. + :vartype throttle_rate: float + """ + + _validation = { + "support_export_data": {"readonly": True}, + "burst_throttle_policy": {"readonly": True}, + "metadata_class": {"readonly": True}, + "live_stream_metrics": {"readonly": True}, + "application_map": {"readonly": True}, + "work_item_integration": {"readonly": True}, + "power_bi_integration": {"readonly": True}, + "open_schema": {"readonly": True}, + "proactive_detection": {"readonly": True}, + "analytics_integration": {"readonly": True}, + "multiple_step_web_test": {"readonly": True}, + "api_access_level": {"readonly": True}, + "tracking_type": {"readonly": True}, + "daily_cap": {"readonly": True}, + "daily_cap_reset_time": {"readonly": True}, + "throttle_rate": {"readonly": True}, + } + + _attribute_map = { + "support_export_data": {"key": "SupportExportData", "type": "bool"}, + "burst_throttle_policy": {"key": "BurstThrottlePolicy", "type": "str"}, + "metadata_class": {"key": "MetadataClass", "type": "str"}, + "live_stream_metrics": {"key": "LiveStreamMetrics", "type": "bool"}, + "application_map": {"key": "ApplicationMap", "type": "bool"}, + "work_item_integration": {"key": "WorkItemIntegration", "type": "bool"}, + "power_bi_integration": {"key": "PowerBIIntegration", "type": "bool"}, + "open_schema": {"key": "OpenSchema", "type": "bool"}, + "proactive_detection": {"key": "ProactiveDetection", "type": "bool"}, + "analytics_integration": {"key": "AnalyticsIntegration", "type": "bool"}, + "multiple_step_web_test": {"key": "MultipleStepWebTest", "type": "bool"}, + "api_access_level": {"key": "ApiAccessLevel", "type": "str"}, + "tracking_type": {"key": "TrackingType", "type": "str"}, + "daily_cap": {"key": "DailyCap", "type": "float"}, + "daily_cap_reset_time": {"key": "DailyCapResetTime", "type": "float"}, + "throttle_rate": {"key": "ThrottleRate", "type": "float"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.support_export_data: Optional[bool] = None + self.burst_throttle_policy: Optional[str] = None + self.metadata_class: Optional[str] = None + self.live_stream_metrics: Optional[bool] = None + self.application_map: Optional[bool] = None + self.work_item_integration: Optional[bool] = None + self.power_bi_integration: Optional[bool] = None + self.open_schema: Optional[bool] = None + self.proactive_detection: Optional[bool] = None + self.analytics_integration: Optional[bool] = None + self.multiple_step_web_test: Optional[bool] = None + self.api_access_level: Optional[str] = None + self.tracking_type: Optional[str] = None + self.daily_cap: Optional[float] = None + self.daily_cap_reset_time: Optional[float] = None + self.throttle_rate: Optional[float] = None + + +class ApplicationInsightsComponentFeatureCapability(_serialization.Model): # pylint: disable=name-too-long + """An Application Insights component feature capability. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar name: The name of the capability. + :vartype name: str + :ivar description: The description of the capability. + :vartype description: str + :ivar value: The value of the capability. + :vartype value: str + :ivar unit: The unit of the capability. + :vartype unit: str + :ivar meter_id: The meter used for the capability. + :vartype meter_id: str + :ivar meter_rate_frequency: The meter rate of the meter. + :vartype meter_rate_frequency: str + """ + + _validation = { + "name": {"readonly": True}, + "description": {"readonly": True}, + "value": {"readonly": True}, + "unit": {"readonly": True}, + "meter_id": {"readonly": True}, + "meter_rate_frequency": {"readonly": True}, + } + + _attribute_map = { + "name": {"key": "Name", "type": "str"}, + "description": {"key": "Description", "type": "str"}, + "value": {"key": "Value", "type": "str"}, + "unit": {"key": "Unit", "type": "str"}, + "meter_id": {"key": "MeterId", "type": "str"}, + "meter_rate_frequency": {"key": "MeterRateFrequency", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.name: Optional[str] = None + self.description: Optional[str] = None + self.value: Optional[str] = None + self.unit: Optional[str] = None + self.meter_id: Optional[str] = None + self.meter_rate_frequency: Optional[str] = None + + +class ApplicationInsightsComponentListResult(_serialization.Model): + """Describes the list of Application Insights Resources. + + All required parameters must be populated in order to send to server. + + :ivar value: List of Application Insights component definitions. Required. + :vartype value: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent] + :ivar next_link: The URI to get the next set of Application Insights component definitions if + too many components where returned in the result set. + :vartype next_link: str + """ + + _validation = { + "value": {"required": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[ApplicationInsightsComponent]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__( + self, *, value: List["_models.ApplicationInsightsComponent"], next_link: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword value: List of Application Insights component definitions. Required. + :paramtype value: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent] + :keyword next_link: The URI to get the next set of Application Insights component definitions + if too many components where returned in the result set. + :paramtype next_link: str + """ + super().__init__(**kwargs) + self.value = value + self.next_link = next_link + + +class ApplicationInsightsComponentProactiveDetectionConfiguration( + _serialization.Model +): # pylint: disable=name-too-long + """Properties that define a ProactiveDetection configuration. + + :ivar name: The rule name. + :vartype name: str + :ivar enabled: A flag that indicates whether this rule is enabled by the user. + :vartype enabled: bool + :ivar send_emails_to_subscription_owners: A flag that indicated whether notifications on this + rule should be sent to subscription owners. + :vartype send_emails_to_subscription_owners: bool + :ivar custom_emails: Custom email addresses for this rule notifications. + :vartype custom_emails: list[str] + :ivar last_updated_time: The last time this rule was updated. + :vartype last_updated_time: str + :ivar rule_definitions: Static definitions of the ProactiveDetection configuration rule (same + values for all components). + :vartype rule_definitions: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions + """ + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "enabled": {"key": "enabled", "type": "bool"}, + "send_emails_to_subscription_owners": {"key": "sendEmailsToSubscriptionOwners", "type": "bool"}, + "custom_emails": {"key": "customEmails", "type": "[str]"}, + "last_updated_time": {"key": "lastUpdatedTime", "type": "str"}, + "rule_definitions": { + "key": "ruleDefinitions", + "type": "ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions", + }, + } + + def __init__( + self, + *, + name: Optional[str] = None, + enabled: Optional[bool] = None, + send_emails_to_subscription_owners: Optional[bool] = None, + custom_emails: Optional[List[str]] = None, + last_updated_time: Optional[str] = None, + rule_definitions: Optional[ + "_models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions" + ] = None, + **kwargs: Any + ) -> None: + """ + :keyword name: The rule name. + :paramtype name: str + :keyword enabled: A flag that indicates whether this rule is enabled by the user. + :paramtype enabled: bool + :keyword send_emails_to_subscription_owners: A flag that indicated whether notifications on + this rule should be sent to subscription owners. + :paramtype send_emails_to_subscription_owners: bool + :keyword custom_emails: Custom email addresses for this rule notifications. + :paramtype custom_emails: list[str] + :keyword last_updated_time: The last time this rule was updated. + :paramtype last_updated_time: str + :keyword rule_definitions: Static definitions of the ProactiveDetection configuration rule + (same values for all components). + :paramtype rule_definitions: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions + """ + super().__init__(**kwargs) + self.name = name + self.enabled = enabled + self.send_emails_to_subscription_owners = send_emails_to_subscription_owners + self.custom_emails = custom_emails + self.last_updated_time = last_updated_time + self.rule_definitions = rule_definitions + + +class ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions( + _serialization.Model +): # pylint: disable=name-too-long + """Static definitions of the ProactiveDetection configuration rule (same values for all + components). + + :ivar name: The rule name. + :vartype name: str + :ivar display_name: The rule name as it is displayed in UI. + :vartype display_name: str + :ivar description: The rule description. + :vartype description: str + :ivar help_url: URL which displays additional info about the proactive detection rule. + :vartype help_url: str + :ivar is_hidden: A flag indicating whether the rule is hidden (from the UI). + :vartype is_hidden: bool + :ivar is_enabled_by_default: A flag indicating whether the rule is enabled by default. + :vartype is_enabled_by_default: bool + :ivar is_in_preview: A flag indicating whether the rule is in preview. + :vartype is_in_preview: bool + :ivar supports_email_notifications: A flag indicating whether email notifications are supported + for detections for this rule. + :vartype supports_email_notifications: bool + """ + + _attribute_map = { + "name": {"key": "Name", "type": "str"}, + "display_name": {"key": "DisplayName", "type": "str"}, + "description": {"key": "Description", "type": "str"}, + "help_url": {"key": "HelpUrl", "type": "str"}, + "is_hidden": {"key": "IsHidden", "type": "bool"}, + "is_enabled_by_default": {"key": "IsEnabledByDefault", "type": "bool"}, + "is_in_preview": {"key": "IsInPreview", "type": "bool"}, + "supports_email_notifications": {"key": "SupportsEmailNotifications", "type": "bool"}, + } + + def __init__( + self, + *, + name: Optional[str] = None, + display_name: Optional[str] = None, + description: Optional[str] = None, + help_url: Optional[str] = None, + is_hidden: Optional[bool] = None, + is_enabled_by_default: Optional[bool] = None, + is_in_preview: Optional[bool] = None, + supports_email_notifications: Optional[bool] = None, + **kwargs: Any + ) -> None: + """ + :keyword name: The rule name. + :paramtype name: str + :keyword display_name: The rule name as it is displayed in UI. + :paramtype display_name: str + :keyword description: The rule description. + :paramtype description: str + :keyword help_url: URL which displays additional info about the proactive detection rule. + :paramtype help_url: str + :keyword is_hidden: A flag indicating whether the rule is hidden (from the UI). + :paramtype is_hidden: bool + :keyword is_enabled_by_default: A flag indicating whether the rule is enabled by default. + :paramtype is_enabled_by_default: bool + :keyword is_in_preview: A flag indicating whether the rule is in preview. + :paramtype is_in_preview: bool + :keyword supports_email_notifications: A flag indicating whether email notifications are + supported for detections for this rule. + :paramtype supports_email_notifications: bool + """ + super().__init__(**kwargs) + self.name = name + self.display_name = display_name + self.description = description + self.help_url = help_url + self.is_hidden = is_hidden + self.is_enabled_by_default = is_enabled_by_default + self.is_in_preview = is_in_preview + self.supports_email_notifications = supports_email_notifications + + +class ApplicationInsightsComponentQuotaStatus(_serialization.Model): + """An Application Insights component daily data volume cap status. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar app_id: The Application ID for the Application Insights component. + :vartype app_id: str + :ivar should_be_throttled: The daily data volume cap is met, and data ingestion will be + stopped. + :vartype should_be_throttled: bool + :ivar expiration_time: Date and time when the daily data volume cap will be reset, and data + ingestion will resume. + :vartype expiration_time: str + """ + + _validation = { + "app_id": {"readonly": True}, + "should_be_throttled": {"readonly": True}, + "expiration_time": {"readonly": True}, + } + + _attribute_map = { + "app_id": {"key": "AppId", "type": "str"}, + "should_be_throttled": {"key": "ShouldBeThrottled", "type": "bool"}, + "expiration_time": {"key": "ExpirationTime", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.app_id: Optional[str] = None + self.should_be_throttled: Optional[bool] = None + self.expiration_time: Optional[str] = None + + +class ApplicationInsightsComponentWebTestLocation(_serialization.Model): # pylint: disable=name-too-long + """Properties that define a web test location available to an Application Insights Component. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar display_name: The display name of the web test location. + :vartype display_name: str + :ivar tag: Internally defined geographic location tag. + :vartype tag: str + """ + + _validation = { + "display_name": {"readonly": True}, + "tag": {"readonly": True}, + } + + _attribute_map = { + "display_name": {"key": "DisplayName", "type": "str"}, + "tag": {"key": "Tag", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.display_name: Optional[str] = None + self.tag: Optional[str] = None + + +class ApplicationInsightsWebTestLocationsListResult(_serialization.Model): # pylint: disable=name-too-long + """Describes the list of web test locations available to an Application Insights Component. + + All required parameters must be populated in order to send to server. + + :ivar value: List of web test locations. Required. + :vartype value: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentWebTestLocation] + """ + + _validation = { + "value": {"required": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[ApplicationInsightsComponentWebTestLocation]"}, + } + + def __init__(self, *, value: List["_models.ApplicationInsightsComponentWebTestLocation"], **kwargs: Any) -> None: + """ + :keyword value: List of web test locations. Required. + :paramtype value: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentWebTestLocation] + """ + super().__init__(**kwargs) + self.value = value + + +class Resource(_serialization.Model): + """Common fields that are returned in the response for all Azure Resource Manager resources. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.id: Optional[str] = None + self.name: Optional[str] = None + self.type: Optional[str] = None + + +class ProxyResource(Resource): + """The resource model definition for a Azure Resource Manager proxy resource. It will not have + tags and a location. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + """ + + +class ComponentLinkedStorageAccounts(ProxyResource): + """An Application Insights component linked storage accounts. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar linked_storage_account: Linked storage account resource ID. + :vartype linked_storage_account: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "linked_storage_account": {"key": "properties.linkedStorageAccount", "type": "str"}, + } + + def __init__(self, *, linked_storage_account: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword linked_storage_account: Linked storage account resource ID. + :paramtype linked_storage_account: str + """ + super().__init__(**kwargs) + self.linked_storage_account = linked_storage_account + + +class ComponentLinkedStorageAccountsPatch(_serialization.Model): + """An Application Insights component linked storage accounts patch. + + :ivar linked_storage_account: Linked storage account resource ID. + :vartype linked_storage_account: str + """ + + _attribute_map = { + "linked_storage_account": {"key": "properties.linkedStorageAccount", "type": "str"}, + } + + def __init__(self, *, linked_storage_account: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword linked_storage_account: Linked storage account resource ID. + :paramtype linked_storage_account: str + """ + super().__init__(**kwargs) + self.linked_storage_account = linked_storage_account + + +class ComponentPurgeBody(_serialization.Model): + """Describes the body of a purge request for an App Insights component. + + All required parameters must be populated in order to send to server. + + :ivar table: Table from which to purge data. Required. + :vartype table: str + :ivar filters: The set of columns and filters (queries) to run over them to purge the resulting + data. Required. + :vartype filters: list[~azure.mgmt.applicationinsights.models.ComponentPurgeBodyFilters] + """ + + _validation = { + "table": {"required": True}, + "filters": {"required": True}, + } + + _attribute_map = { + "table": {"key": "table", "type": "str"}, + "filters": {"key": "filters", "type": "[ComponentPurgeBodyFilters]"}, + } + + def __init__(self, *, table: str, filters: List["_models.ComponentPurgeBodyFilters"], **kwargs: Any) -> None: + """ + :keyword table: Table from which to purge data. Required. + :paramtype table: str + :keyword filters: The set of columns and filters (queries) to run over them to purge the + resulting data. Required. + :paramtype filters: list[~azure.mgmt.applicationinsights.models.ComponentPurgeBodyFilters] + """ + super().__init__(**kwargs) + self.table = table + self.filters = filters + + +class ComponentPurgeBodyFilters(_serialization.Model): + """User-defined filters to return data which will be purged from the table. + + :ivar column: The column of the table over which the given query should run. + :vartype column: str + :ivar operator: A query operator to evaluate over the provided column and value(s). Supported + operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would + in a KQL query. + :vartype operator: str + :ivar value: the value for the operator to function over. This can be a number (e.g., > 100), a + string (timestamp >= '2017-09-01') or array of values. + :vartype value: any + :ivar key: When filtering over custom dimensions, this key will be used as the name of the + custom dimension. + :vartype key: str + """ + + _attribute_map = { + "column": {"key": "column", "type": "str"}, + "operator": {"key": "operator", "type": "str"}, + "value": {"key": "value", "type": "object"}, + "key": {"key": "key", "type": "str"}, + } + + def __init__( + self, + *, + column: Optional[str] = None, + operator: Optional[str] = None, + value: Optional[Any] = None, + key: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword column: The column of the table over which the given query should run. + :paramtype column: str + :keyword operator: A query operator to evaluate over the provided column and value(s). + Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as + they would in a KQL query. + :paramtype operator: str + :keyword value: the value for the operator to function over. This can be a number (e.g., > + 100), a string (timestamp >= '2017-09-01') or array of values. + :paramtype value: any + :keyword key: When filtering over custom dimensions, this key will be used as the name of the + custom dimension. + :paramtype key: str + """ + super().__init__(**kwargs) + self.column = column + self.operator = operator + self.value = value + self.key = key + + +class ComponentPurgeResponse(_serialization.Model): + """Response containing operationId for a specific purge action. + + All required parameters must be populated in order to send to server. + + :ivar operation_id: Id to use when querying for status for a particular purge operation. + Required. + :vartype operation_id: str + """ + + _validation = { + "operation_id": {"required": True}, + } + + _attribute_map = { + "operation_id": {"key": "operationId", "type": "str"}, + } + + def __init__(self, *, operation_id: str, **kwargs: Any) -> None: + """ + :keyword operation_id: Id to use when querying for status for a particular purge operation. + Required. + :paramtype operation_id: str + """ + super().__init__(**kwargs) + self.operation_id = operation_id + + +class ComponentPurgeStatusResponse(_serialization.Model): + """Response containing status for a specific purge operation. + + All required parameters must be populated in order to send to server. + + :ivar status: Status of the operation represented by the requested Id. Required. Known values + are: "pending" and "completed". + :vartype status: str or ~azure.mgmt.applicationinsights.models.PurgeState + """ + + _validation = { + "status": {"required": True}, + } + + _attribute_map = { + "status": {"key": "status", "type": "str"}, + } + + def __init__(self, *, status: Union[str, "_models.PurgeState"], **kwargs: Any) -> None: + """ + :keyword status: Status of the operation represented by the requested Id. Required. Known + values are: "pending" and "completed". + :paramtype status: str or ~azure.mgmt.applicationinsights.models.PurgeState + """ + super().__init__(**kwargs) + self.status = status + + +class ResourceAutoGenerated(_serialization.Model): + """Common fields that are returned in the response for all Azure Resource Manager resources. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Fully qualified resource ID for the resource. E.g. + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}". + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.applicationinsights.models.SystemData + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.id: Optional[str] = None + self.name: Optional[str] = None + self.type: Optional[str] = None + self.system_data: Optional["_models.SystemData"] = None + + +class TrackedResourceAutoGenerated(ResourceAutoGenerated): + """The resource model definition for an Azure Resource Manager tracked top level resource which + has 'tags' and a 'location'. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Fully qualified resource ID for the resource. E.g. + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}". + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.applicationinsights.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + } + + def __init__(self, *, location: str, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + """ + super().__init__(**kwargs) + self.tags = tags + self.location = location + + +class DeletedWorkbookResource(TrackedResourceAutoGenerated): + """An azure resource object. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Fully qualified resource ID for the resource. E.g. + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}". + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.applicationinsights.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + :ivar kind: The kind of workbook. Only valid value is shared. "shared" + :vartype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookSharedTypeKind + :ivar etag: Resource etag. + :vartype etag: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + "kind": {"key": "kind", "type": "str"}, + "etag": {"key": "etag", "type": "str"}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + kind: Optional[Union[str, "_models.WorkbookSharedTypeKind"]] = None, + etag: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword kind: The kind of workbook. Only valid value is shared. "shared" + :paramtype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookSharedTypeKind + :keyword etag: Resource etag. + :paramtype etag: str + """ + super().__init__(tags=tags, location=location, **kwargs) + self.kind = kind + self.etag = etag + + +class DeletedWorkbook(DeletedWorkbookResource): + """A workbook definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Fully qualified resource ID for the resource. E.g. + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}". + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.applicationinsights.models.SystemData + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + :ivar kind: The kind of workbook. Only valid value is shared. "shared" + :vartype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookSharedTypeKind + :ivar etag: Resource etag. + :vartype etag: str + :ivar display_name: The user-defined name (display name) of the workbook. + :vartype display_name: str + :ivar serialized_data: Configuration of this particular workbook. Configuration data is a + string containing valid JSON. + :vartype serialized_data: str + :ivar version: Workbook schema version format, like 'Notebook/1.0', which should match the + workbook in serializedData. + :vartype version: str + :ivar time_modified: Date and time in UTC of the last modification that was made to this + workbook definition. + :vartype time_modified: ~datetime.datetime + :ivar category: Workbook category, as defined by the user at creation time. + :vartype category: str + :ivar tags_properties_tags: Being deprecated, please use the other tags field. + :vartype tags_properties_tags: list[str] + :ivar user_id: Unique user id of the specific user that owns this workbook. + :vartype user_id: str + :ivar source_id: ResourceId for a source resource. + :vartype source_id: str + :ivar storage_uri: The resourceId to the storage account when bring your own storage is used. + :vartype storage_uri: str + :ivar description: The description of the workbook. + :vartype description: str + :ivar revision: The unique revision id for this workbook definition. + :vartype revision: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "system_data": {"readonly": True}, + "location": {"required": True}, + "time_modified": {"readonly": True}, + "user_id": {"readonly": True}, + "revision": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + "kind": {"key": "kind", "type": "str"}, + "etag": {"key": "etag", "type": "str"}, + "display_name": {"key": "properties.displayName", "type": "str"}, + "serialized_data": {"key": "properties.serializedData", "type": "str"}, + "version": {"key": "properties.version", "type": "str"}, + "time_modified": {"key": "properties.timeModified", "type": "iso-8601"}, + "category": {"key": "properties.category", "type": "str"}, + "tags_properties_tags": {"key": "properties.tags", "type": "[str]"}, + "user_id": {"key": "properties.userId", "type": "str"}, + "source_id": {"key": "properties.sourceId", "type": "str"}, + "storage_uri": {"key": "properties.storageUri", "type": "str"}, + "description": {"key": "properties.description", "type": "str"}, + "revision": {"key": "properties.revision", "type": "str"}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + kind: Optional[Union[str, "_models.WorkbookSharedTypeKind"]] = None, + etag: Optional[str] = None, + display_name: Optional[str] = None, + serialized_data: Optional[str] = None, + version: Optional[str] = None, + category: Optional[str] = None, + tags_properties_tags: Optional[List[str]] = None, + source_id: Optional[str] = None, + storage_uri: Optional[str] = None, + description: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword kind: The kind of workbook. Only valid value is shared. "shared" + :paramtype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookSharedTypeKind + :keyword etag: Resource etag. + :paramtype etag: str + :keyword display_name: The user-defined name (display name) of the workbook. + :paramtype display_name: str + :keyword serialized_data: Configuration of this particular workbook. Configuration data is a + string containing valid JSON. + :paramtype serialized_data: str + :keyword version: Workbook schema version format, like 'Notebook/1.0', which should match the + workbook in serializedData. + :paramtype version: str + :keyword category: Workbook category, as defined by the user at creation time. + :paramtype category: str + :keyword tags_properties_tags: Being deprecated, please use the other tags field. + :paramtype tags_properties_tags: list[str] + :keyword source_id: ResourceId for a source resource. + :paramtype source_id: str + :keyword storage_uri: The resourceId to the storage account when bring your own storage is + used. + :paramtype storage_uri: str + :keyword description: The description of the workbook. + :paramtype description: str + """ + super().__init__(tags=tags, location=location, kind=kind, etag=etag, **kwargs) + self.display_name = display_name + self.serialized_data = serialized_data + self.version = version + self.time_modified: Optional[datetime.datetime] = None + self.category = category + self.tags_properties_tags = tags_properties_tags + self.user_id: Optional[str] = None + self.source_id = source_id + self.storage_uri = storage_uri + self.description = description + self.revision: Optional[str] = None + + +class DeletedWorkbookError(_serialization.Model): + """Error response. + + :ivar error: The error details. + :vartype error: ~azure.mgmt.applicationinsights.models.DeletedWorkbookErrorDefinition + """ + + _attribute_map = { + "error": {"key": "error", "type": "DeletedWorkbookErrorDefinition"}, + } + + def __init__(self, *, error: Optional["_models.DeletedWorkbookErrorDefinition"] = None, **kwargs: Any) -> None: + """ + :keyword error: The error details. + :paramtype error: ~azure.mgmt.applicationinsights.models.DeletedWorkbookErrorDefinition + """ + super().__init__(**kwargs) + self.error = error + + +class DeletedWorkbookErrorDefinition(_serialization.Model): + """Error definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar code: Service specific error code which serves as the substatus for the HTTP error code. + :vartype code: str + :ivar message: Description of the error. + :vartype message: str + :ivar innererror: Internal error details. + :vartype innererror: ~azure.mgmt.applicationinsights.models.DeletedWorkbookInnerErrorTrace + """ + + _validation = { + "code": {"readonly": True}, + "message": {"readonly": True}, + "innererror": {"readonly": True}, + } + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "innererror": {"key": "innererror", "type": "DeletedWorkbookInnerErrorTrace"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.code: Optional[str] = None + self.message: Optional[str] = None + self.innererror: Optional["_models.DeletedWorkbookInnerErrorTrace"] = None + + +class DeletedWorkbookInnerErrorTrace(_serialization.Model): + """Error details. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar trace: detailed error trace. + :vartype trace: list[str] + """ + + _validation = { + "trace": {"readonly": True}, + } + + _attribute_map = { + "trace": {"key": "trace", "type": "[str]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.trace: Optional[List[str]] = None + + +class DeletedWorkbooksListResult(_serialization.Model): + """Workbook list result. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: An array of workbooks. + :vartype value: list[~azure.mgmt.applicationinsights.models.DeletedWorkbook] + :ivar next_link: + :vartype next_link: str + """ + + _validation = { + "value": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[DeletedWorkbook]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, next_link: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword next_link: + :paramtype next_link: str + """ + super().__init__(**kwargs) + self.value: Optional[List["_models.DeletedWorkbook"]] = None + self.next_link = next_link + + +class ErrorFieldContract(_serialization.Model): + """Error Field contract. + + :ivar code: Property level error code. + :vartype code: str + :ivar message: Human-readable representation of property-level error. + :vartype message: str + :ivar target: Property name. + :vartype target: str + """ + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "target": {"key": "target", "type": "str"}, + } + + def __init__( + self, *, code: Optional[str] = None, message: Optional[str] = None, target: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword code: Property level error code. + :paramtype code: str + :keyword message: Human-readable representation of property-level error. + :paramtype message: str + :keyword target: Property name. + :paramtype target: str + """ + super().__init__(**kwargs) + self.code = code + self.message = message + self.target = target + + +class ErrorResponse(_serialization.Model): + """Error response indicates Insights service is not able to process the incoming request. The + reason is provided in the error message. + + :ivar code: Error code. + :vartype code: str + :ivar message: Error message indicating why the operation failed. + :vartype message: str + :ivar details: The list of invalid fields send in request, in case of validation error. + :vartype details: list[~azure.mgmt.applicationinsights.models.ErrorFieldContract] + """ + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "details": {"key": "details", "type": "[ErrorFieldContract]"}, + } + + def __init__( + self, + *, + code: Optional[str] = None, + message: Optional[str] = None, + details: Optional[List["_models.ErrorFieldContract"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword code: Error code. + :paramtype code: str + :keyword message: Error message indicating why the operation failed. + :paramtype message: str + :keyword details: The list of invalid fields send in request, in case of validation error. + :paramtype details: list[~azure.mgmt.applicationinsights.models.ErrorFieldContract] + """ + super().__init__(**kwargs) + self.code = code + self.message = message + self.details = details + + +class ErrorResponseComponents(_serialization.Model): + """ErrorResponseComponents. + + :ivar error: Error response indicates Insights service is not able to process the incoming + request. The reason is provided in the error message. + :vartype error: ~azure.mgmt.applicationinsights.models.ErrorResponseComponentsError + """ + + _attribute_map = { + "error": {"key": "error", "type": "ErrorResponseComponentsError"}, + } + + def __init__(self, *, error: Optional["_models.ErrorResponseComponentsError"] = None, **kwargs: Any) -> None: + """ + :keyword error: Error response indicates Insights service is not able to process the incoming + request. The reason is provided in the error message. + :paramtype error: ~azure.mgmt.applicationinsights.models.ErrorResponseComponentsError + """ + super().__init__(**kwargs) + self.error = error + + +class ErrorResponseComponentsError(_serialization.Model): + """Error response indicates Insights service is not able to process the incoming request. The + reason is provided in the error message. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar code: Error code. + :vartype code: str + :ivar message: Error message indicating why the operation failed. + :vartype message: str + """ + + _validation = { + "code": {"readonly": True}, + "message": {"readonly": True}, + } + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.code: Optional[str] = None + self.message: Optional[str] = None + + +class ErrorResponseLinkedStorage(_serialization.Model): + """ErrorResponseLinkedStorage. + + :ivar error: Error response indicates Insights service is not able to process the incoming + request. The reason is provided in the error message. + :vartype error: ~azure.mgmt.applicationinsights.models.ErrorResponseLinkedStorageError + """ + + _attribute_map = { + "error": {"key": "error", "type": "ErrorResponseLinkedStorageError"}, + } + + def __init__(self, *, error: Optional["_models.ErrorResponseLinkedStorageError"] = None, **kwargs: Any) -> None: + """ + :keyword error: Error response indicates Insights service is not able to process the incoming + request. The reason is provided in the error message. + :paramtype error: ~azure.mgmt.applicationinsights.models.ErrorResponseLinkedStorageError + """ + super().__init__(**kwargs) + self.error = error + + +class ErrorResponseLinkedStorageError(_serialization.Model): + """Error response indicates Insights service is not able to process the incoming request. The + reason is provided in the error message. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar code: Error code. + :vartype code: str + :ivar message: Error message indicating why the operation failed. + :vartype message: str + """ + + _validation = { + "code": {"readonly": True}, + "message": {"readonly": True}, + } + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.code: Optional[str] = None + self.message: Optional[str] = None + + +class HeaderField(_serialization.Model): + """A header to add to the WebTest. + + :ivar header_field_name: The name of the header. + :vartype header_field_name: str + :ivar header_field_value: The value of the header. + :vartype header_field_value: str + """ + + _attribute_map = { + "header_field_name": {"key": "key", "type": "str"}, + "header_field_value": {"key": "value", "type": "str"}, + } + + def __init__( + self, *, header_field_name: Optional[str] = None, header_field_value: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword header_field_name: The name of the header. + :paramtype header_field_name: str + :keyword header_field_value: The value of the header. + :paramtype header_field_value: str + """ + super().__init__(**kwargs) + self.header_field_name = header_field_name + self.header_field_value = header_field_value + + +class InnerError(_serialization.Model): + """Inner error. + + :ivar diagnosticcontext: Provides correlation for request. + :vartype diagnosticcontext: str + :ivar time: Request time. + :vartype time: ~datetime.datetime + """ + + _attribute_map = { + "diagnosticcontext": {"key": "diagnosticcontext", "type": "str"}, + "time": {"key": "time", "type": "iso-8601"}, + } + + def __init__( + self, *, diagnosticcontext: Optional[str] = None, time: Optional[datetime.datetime] = None, **kwargs: Any + ) -> None: + """ + :keyword diagnosticcontext: Provides correlation for request. + :paramtype diagnosticcontext: str + :keyword time: Request time. + :paramtype time: ~datetime.datetime + """ + super().__init__(**kwargs) + self.diagnosticcontext = diagnosticcontext + self.time = time + + +class LiveTokenResponse(_serialization.Model): + """The response to a live token query. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar live_token: JWT token for accessing live metrics stream data. + :vartype live_token: str + """ + + _validation = { + "live_token": {"readonly": True}, + } + + _attribute_map = { + "live_token": {"key": "liveToken", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.live_token: Optional[str] = None + + +class ManagedServiceIdentity(_serialization.Model): + """Managed service identity (system assigned and/or user assigned identities). + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar principal_id: The service principal ID of the system assigned identity. This property + will only be provided for a system assigned identity. + :vartype principal_id: str + :ivar tenant_id: The tenant ID of the system assigned identity. This property will only be + provided for a system assigned identity. + :vartype tenant_id: str + :ivar type: Type of managed service identity (where both SystemAssigned and UserAssigned types + are allowed). Required. Known values are: "None", "SystemAssigned", "UserAssigned", and + "SystemAssigned,UserAssigned". + :vartype type: str or ~azure.mgmt.applicationinsights.models.ManagedServiceIdentityType + :ivar user_assigned_identities: 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. + :vartype user_assigned_identities: dict[str, + ~azure.mgmt.applicationinsights.models.UserAssignedIdentity] + """ + + _validation = { + "principal_id": {"readonly": True}, + "tenant_id": {"readonly": True}, + "type": {"required": True}, + } + + _attribute_map = { + "principal_id": {"key": "principalId", "type": "str"}, + "tenant_id": {"key": "tenantId", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "user_assigned_identities": {"key": "userAssignedIdentities", "type": "{UserAssignedIdentity}"}, + } + + def __init__( + self, + *, + type: Union[str, "_models.ManagedServiceIdentityType"], + user_assigned_identities: Optional[Dict[str, "_models.UserAssignedIdentity"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword type: Type of managed service identity (where both SystemAssigned and UserAssigned + types are allowed). Required. Known values are: "None", "SystemAssigned", "UserAssigned", and + "SystemAssigned,UserAssigned". + :paramtype type: str or ~azure.mgmt.applicationinsights.models.ManagedServiceIdentityType + :keyword user_assigned_identities: 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. + :paramtype user_assigned_identities: dict[str, + ~azure.mgmt.applicationinsights.models.UserAssignedIdentity] + """ + super().__init__(**kwargs) + self.principal_id: Optional[str] = None + self.tenant_id: Optional[str] = None + self.type = type + self.user_assigned_identities = user_assigned_identities + + +class Operation(_serialization.Model): + """Azure Workbooks REST API operation. + + :ivar name: Operation name: {provider}/{resource}/{operation}. + :vartype name: str + :ivar display: The object that represents the operation. + :vartype display: ~azure.mgmt.applicationinsights.models.OperationDisplay + """ + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "display": {"key": "display", "type": "OperationDisplay"}, + } + + def __init__( + self, *, name: Optional[str] = None, display: Optional["_models.OperationDisplay"] = None, **kwargs: Any + ) -> None: + """ + :keyword name: Operation name: {provider}/{resource}/{operation}. + :paramtype name: str + :keyword display: The object that represents the operation. + :paramtype display: ~azure.mgmt.applicationinsights.models.OperationDisplay + """ + super().__init__(**kwargs) + self.name = name + self.display = display + + +class OperationDisplay(_serialization.Model): + """The object that represents the operation. + + :ivar provider: Service provider: Microsoft.Insights. + :vartype provider: str + :ivar resource: Resource on which the operation is performed: Profile, endpoint, etc. + :vartype resource: str + :ivar operation: Operation type: Read, write, delete, etc. + :vartype operation: str + """ + + _attribute_map = { + "provider": {"key": "provider", "type": "str"}, + "resource": {"key": "resource", "type": "str"}, + "operation": {"key": "operation", "type": "str"}, + } + + def __init__( + self, + *, + provider: Optional[str] = None, + resource: Optional[str] = None, + operation: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword provider: Service provider: Microsoft.Insights. + :paramtype provider: str + :keyword resource: Resource on which the operation is performed: Profile, endpoint, etc. + :paramtype resource: str + :keyword operation: Operation type: Read, write, delete, etc. + :paramtype operation: str + """ + super().__init__(**kwargs) + self.provider = provider + self.resource = resource + self.operation = operation + + +class OperationInfo(_serialization.Model): + """Information about an operation. + + :ivar provider: Name of the provider. + :vartype provider: str + :ivar resource: Name of the resource type. + :vartype resource: str + :ivar operation: Name of the operation. + :vartype operation: str + :ivar description: Description of the operation. + :vartype description: str + """ + + _attribute_map = { + "provider": {"key": "provider", "type": "str"}, + "resource": {"key": "resource", "type": "str"}, + "operation": {"key": "operation", "type": "str"}, + "description": {"key": "description", "type": "str"}, + } + + def __init__( + self, + *, + provider: Optional[str] = None, + resource: Optional[str] = None, + operation: Optional[str] = None, + description: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword provider: Name of the provider. + :paramtype provider: str + :keyword resource: Name of the resource type. + :paramtype resource: str + :keyword operation: Name of the operation. + :paramtype operation: str + :keyword description: Description of the operation. + :paramtype description: str + """ + super().__init__(**kwargs) + self.provider = provider + self.resource = resource + self.operation = operation + self.description = description + + +class OperationListResult(_serialization.Model): + """Result of the request to list Azure Workbooks operations. It contains a list of operations and + a URL link to get the next set of results. + + :ivar value: List of Workbook operations supported by the Microsoft.Insights resource provider. + :vartype value: list[~azure.mgmt.applicationinsights.models.Operation] + :ivar next_link: URL to get the next set of operation list results if there are any. + :vartype next_link: str + """ + + _attribute_map = { + "value": {"key": "value", "type": "[Operation]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__( + self, *, value: Optional[List["_models.Operation"]] = None, next_link: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword value: List of Workbook operations supported by the Microsoft.Insights resource + provider. + :paramtype value: list[~azure.mgmt.applicationinsights.models.Operation] + :keyword next_link: URL to get the next set of operation list results if there are any. + :paramtype next_link: str + """ + super().__init__(**kwargs) + self.value = value + self.next_link = next_link + + +class OperationLive(_serialization.Model): + """Represents an operation returned by the GetOperations request. + + :ivar name: Name of the operation. + :vartype name: str + :ivar is_data_action: Indicates whether the operation is a data action. + :vartype is_data_action: bool + :ivar display: Display name of the operation. + :vartype display: ~azure.mgmt.applicationinsights.models.OperationInfo + :ivar origin: Origin of the operation. + :vartype origin: str + :ivar properties: Properties of the operation. + :vartype properties: JSON + """ + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "is_data_action": {"key": "isDataAction", "type": "bool"}, + "display": {"key": "display", "type": "OperationInfo"}, + "origin": {"key": "origin", "type": "str"}, + "properties": {"key": "properties", "type": "object"}, + } + + def __init__( + self, + *, + name: Optional[str] = None, + is_data_action: Optional[bool] = None, + display: Optional["_models.OperationInfo"] = None, + origin: Optional[str] = None, + properties: Optional[JSON] = None, + **kwargs: Any + ) -> None: + """ + :keyword name: Name of the operation. + :paramtype name: str + :keyword is_data_action: Indicates whether the operation is a data action. + :paramtype is_data_action: bool + :keyword display: Display name of the operation. + :paramtype display: ~azure.mgmt.applicationinsights.models.OperationInfo + :keyword origin: Origin of the operation. + :paramtype origin: str + :keyword properties: Properties of the operation. + :paramtype properties: JSON + """ + super().__init__(**kwargs) + self.name = name + self.is_data_action = is_data_action + self.display = display + self.origin = origin + self.properties = properties + + +class OperationsListResult(_serialization.Model): + """Result of the List Operations operation. + + :ivar value: A collection of operations. + :vartype value: list[~azure.mgmt.applicationinsights.models.OperationLive] + :ivar next_link: URL to get the next set of operation list results if there are any. + :vartype next_link: str + """ + + _attribute_map = { + "value": {"key": "value", "type": "[OperationLive]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__( + self, *, value: Optional[List["_models.OperationLive"]] = None, next_link: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword value: A collection of operations. + :paramtype value: list[~azure.mgmt.applicationinsights.models.OperationLive] + :keyword next_link: URL to get the next set of operation list results if there are any. + :paramtype next_link: str + """ + super().__init__(**kwargs) + self.value = value + self.next_link = next_link + + +class PrivateLinkScopedResource(_serialization.Model): + """The private link scope resource reference. + + :ivar resource_id: The full resource Id of the private link scope resource. + :vartype resource_id: str + :ivar scope_id: The private link scope unique Identifier. + :vartype scope_id: str + """ + + _attribute_map = { + "resource_id": {"key": "ResourceId", "type": "str"}, + "scope_id": {"key": "ScopeId", "type": "str"}, + } + + def __init__(self, *, resource_id: Optional[str] = None, scope_id: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword resource_id: The full resource Id of the private link scope resource. + :paramtype resource_id: str + :keyword scope_id: The private link scope unique Identifier. + :paramtype scope_id: str + """ + super().__init__(**kwargs) + self.resource_id = resource_id + self.scope_id = scope_id + + +class SystemData(_serialization.Model): + """Metadata pertaining to creation and last modification of the resource. + + :ivar created_by: The identity that created the resource. + :vartype created_by: str + :ivar created_by_type: The type of identity that created the resource. Known values are: + "User", "Application", "ManagedIdentity", and "Key". + :vartype created_by_type: str or ~azure.mgmt.applicationinsights.models.CreatedByType + :ivar created_at: The timestamp of resource creation (UTC). + :vartype created_at: ~datetime.datetime + :ivar last_modified_by: The identity that last modified the resource. + :vartype last_modified_by: str + :ivar last_modified_by_type: The type of identity that last modified the resource. Known values + are: "User", "Application", "ManagedIdentity", and "Key". + :vartype last_modified_by_type: str or ~azure.mgmt.applicationinsights.models.CreatedByType + :ivar last_modified_at: The timestamp of resource last modification (UTC). + :vartype last_modified_at: ~datetime.datetime + """ + + _attribute_map = { + "created_by": {"key": "createdBy", "type": "str"}, + "created_by_type": {"key": "createdByType", "type": "str"}, + "created_at": {"key": "createdAt", "type": "iso-8601"}, + "last_modified_by": {"key": "lastModifiedBy", "type": "str"}, + "last_modified_by_type": {"key": "lastModifiedByType", "type": "str"}, + "last_modified_at": {"key": "lastModifiedAt", "type": "iso-8601"}, + } + + def __init__( + self, + *, + created_by: Optional[str] = None, + created_by_type: Optional[Union[str, "_models.CreatedByType"]] = None, + created_at: Optional[datetime.datetime] = None, + last_modified_by: Optional[str] = None, + last_modified_by_type: Optional[Union[str, "_models.CreatedByType"]] = None, + last_modified_at: Optional[datetime.datetime] = None, + **kwargs: Any + ) -> None: + """ + :keyword created_by: The identity that created the resource. + :paramtype created_by: str + :keyword created_by_type: The type of identity that created the resource. Known values are: + "User", "Application", "ManagedIdentity", and "Key". + :paramtype created_by_type: str or ~azure.mgmt.applicationinsights.models.CreatedByType + :keyword created_at: The timestamp of resource creation (UTC). + :paramtype created_at: ~datetime.datetime + :keyword last_modified_by: The identity that last modified the resource. + :paramtype last_modified_by: str + :keyword last_modified_by_type: The type of identity that last modified the resource. Known + values are: "User", "Application", "ManagedIdentity", and "Key". + :paramtype last_modified_by_type: str or ~azure.mgmt.applicationinsights.models.CreatedByType + :keyword last_modified_at: The timestamp of resource last modification (UTC). + :paramtype last_modified_at: ~datetime.datetime + """ + super().__init__(**kwargs) + self.created_by = created_by + self.created_by_type = created_by_type + self.created_at = created_at + self.last_modified_by = last_modified_by + self.last_modified_by_type = last_modified_by_type + self.last_modified_at = last_modified_at + + +class TagsResource(_serialization.Model): + """A container holding only the Tags for a resource, allowing the user to update the tags on a + WebTest instance. + + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + """ + + _attribute_map = { + "tags": {"key": "tags", "type": "{str}"}, + } + + def __init__(self, *, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + """ + super().__init__(**kwargs) + self.tags = tags + + +class TrackedResource(Resource): + """The resource model definition for an Azure Resource Manager tracked top level resource which + has 'tags' and a 'location'. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + } + + def __init__(self, *, location: str, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + """ + super().__init__(**kwargs) + self.tags = tags + self.location = location + + +class UserAssignedIdentity(_serialization.Model): + """User assigned identity properties. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar principal_id: The principal ID of the assigned identity. + :vartype principal_id: str + :ivar client_id: The client ID of the assigned identity. + :vartype client_id: str + """ + + _validation = { + "principal_id": {"readonly": True}, + "client_id": {"readonly": True}, + } + + _attribute_map = { + "principal_id": {"key": "principalId", "type": "str"}, + "client_id": {"key": "clientId", "type": "str"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.principal_id: Optional[str] = None + self.client_id: Optional[str] = None + + +class WebtestsResource(_serialization.Model): + """An azure resource object. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Azure resource Id. + :vartype id: str + :ivar name: Azure resource name. + :vartype name: str + :ivar type: Azure resource type. + :vartype type: str + :ivar location: Resource location. Required. + :vartype location: str + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "location": {"key": "location", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + } + + def __init__(self, *, location: str, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword location: Resource location. Required. + :paramtype location: str + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + """ + super().__init__(**kwargs) + self.id: Optional[str] = None + self.name: Optional[str] = None + self.type: Optional[str] = None + self.location = location + self.tags = tags + + +class WebTest(WebtestsResource): + """An Application Insights WebTest definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Azure resource Id. + :vartype id: str + :ivar name: Azure resource name. + :vartype name: str + :ivar type: Azure resource type. + :vartype type: str + :ivar location: Resource location. Required. + :vartype location: str + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar kind: The kind of WebTest that this web test watches. Choices are ping, multistep and + standard. Known values are: "ping", "multistep", and "standard". + :vartype kind: str or ~azure.mgmt.applicationinsights.models.WebTestKind + :ivar synthetic_monitor_id: Unique ID of this WebTest. This is typically the same value as the + Name field. + :vartype synthetic_monitor_id: str + :ivar web_test_name: User defined name if this WebTest. + :vartype web_test_name: str + :ivar description: User defined description for this WebTest. + :vartype description: str + :ivar enabled: Is the test actively being monitored. + :vartype enabled: bool + :ivar frequency: Interval in seconds between test runs for this WebTest. Default value is 300. + :vartype frequency: int + :ivar timeout: Seconds until this WebTest will timeout and fail. Default value is 30. + :vartype timeout: int + :ivar web_test_kind: The kind of web test this is, valid choices are ping, multistep and + standard. Known values are: "ping", "multistep", and "standard". + :vartype web_test_kind: str or ~azure.mgmt.applicationinsights.models.WebTestKind + :ivar retry_enabled: Allow for retries should this WebTest fail. + :vartype retry_enabled: bool + :ivar locations: A list of where to physically run the tests from to give global coverage for + accessibility of your application. + :vartype locations: list[~azure.mgmt.applicationinsights.models.WebTestGeolocation] + :ivar configuration: An XML configuration specification for a WebTest. + :vartype configuration: ~azure.mgmt.applicationinsights.models.WebTestPropertiesConfiguration + :ivar provisioning_state: Current state of this component, whether or not is has been + provisioned within the resource group it is defined. Users cannot change this value but are + able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed. + :vartype provisioning_state: str + :ivar request: The collection of request properties. + :vartype request: ~azure.mgmt.applicationinsights.models.WebTestPropertiesRequest + :ivar validation_rules: The collection of validation rule properties. + :vartype validation_rules: + ~azure.mgmt.applicationinsights.models.WebTestPropertiesValidationRules + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "location": {"required": True}, + "provisioning_state": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "location": {"key": "location", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + "kind": {"key": "kind", "type": "str"}, + "synthetic_monitor_id": {"key": "properties.SyntheticMonitorId", "type": "str"}, + "web_test_name": {"key": "properties.Name", "type": "str"}, + "description": {"key": "properties.Description", "type": "str"}, + "enabled": {"key": "properties.Enabled", "type": "bool"}, + "frequency": {"key": "properties.Frequency", "type": "int"}, + "timeout": {"key": "properties.Timeout", "type": "int"}, + "web_test_kind": {"key": "properties.Kind", "type": "str"}, + "retry_enabled": {"key": "properties.RetryEnabled", "type": "bool"}, + "locations": {"key": "properties.Locations", "type": "[WebTestGeolocation]"}, + "configuration": {"key": "properties.Configuration", "type": "WebTestPropertiesConfiguration"}, + "provisioning_state": {"key": "properties.provisioningState", "type": "str"}, + "request": {"key": "properties.Request", "type": "WebTestPropertiesRequest"}, + "validation_rules": {"key": "properties.ValidationRules", "type": "WebTestPropertiesValidationRules"}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + kind: Optional[Union[str, "_models.WebTestKind"]] = None, + synthetic_monitor_id: Optional[str] = None, + web_test_name: Optional[str] = None, + description: Optional[str] = None, + enabled: Optional[bool] = None, + frequency: int = 300, + timeout: int = 30, + web_test_kind: Optional[Union[str, "_models.WebTestKind"]] = None, + retry_enabled: Optional[bool] = None, + locations: Optional[List["_models.WebTestGeolocation"]] = None, + configuration: Optional["_models.WebTestPropertiesConfiguration"] = None, + request: Optional["_models.WebTestPropertiesRequest"] = None, + validation_rules: Optional["_models.WebTestPropertiesValidationRules"] = None, + **kwargs: Any + ) -> None: + """ + :keyword location: Resource location. Required. + :paramtype location: str + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword kind: The kind of WebTest that this web test watches. Choices are ping, multistep and + standard. Known values are: "ping", "multistep", and "standard". + :paramtype kind: str or ~azure.mgmt.applicationinsights.models.WebTestKind + :keyword synthetic_monitor_id: Unique ID of this WebTest. This is typically the same value as + the Name field. + :paramtype synthetic_monitor_id: str + :keyword web_test_name: User defined name if this WebTest. + :paramtype web_test_name: str + :keyword description: User defined description for this WebTest. + :paramtype description: str + :keyword enabled: Is the test actively being monitored. + :paramtype enabled: bool + :keyword frequency: Interval in seconds between test runs for this WebTest. Default value is + 300. + :paramtype frequency: int + :keyword timeout: Seconds until this WebTest will timeout and fail. Default value is 30. + :paramtype timeout: int + :keyword web_test_kind: The kind of web test this is, valid choices are ping, multistep and + standard. Known values are: "ping", "multistep", and "standard". + :paramtype web_test_kind: str or ~azure.mgmt.applicationinsights.models.WebTestKind + :keyword retry_enabled: Allow for retries should this WebTest fail. + :paramtype retry_enabled: bool + :keyword locations: A list of where to physically run the tests from to give global coverage + for accessibility of your application. + :paramtype locations: list[~azure.mgmt.applicationinsights.models.WebTestGeolocation] + :keyword configuration: An XML configuration specification for a WebTest. + :paramtype configuration: ~azure.mgmt.applicationinsights.models.WebTestPropertiesConfiguration + :keyword request: The collection of request properties. + :paramtype request: ~azure.mgmt.applicationinsights.models.WebTestPropertiesRequest + :keyword validation_rules: The collection of validation rule properties. + :paramtype validation_rules: + ~azure.mgmt.applicationinsights.models.WebTestPropertiesValidationRules + """ + super().__init__(location=location, tags=tags, **kwargs) + self.kind = kind + self.synthetic_monitor_id = synthetic_monitor_id + self.web_test_name = web_test_name + self.description = description + self.enabled = enabled + self.frequency = frequency + self.timeout = timeout + self.web_test_kind = web_test_kind + self.retry_enabled = retry_enabled + self.locations = locations + self.configuration = configuration + self.provisioning_state: Optional[str] = None + self.request = request + self.validation_rules = validation_rules + + +class WebTestGeolocation(_serialization.Model): + """Geo-physical location to run a WebTest from. You must specify one or more locations for the + test to run from. + + :ivar location: Location ID for the WebTest to run from. + :vartype location: str + """ + + _attribute_map = { + "location": {"key": "Id", "type": "str"}, + } + + def __init__(self, *, location: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword location: Location ID for the WebTest to run from. + :paramtype location: str + """ + super().__init__(**kwargs) + self.location = location + + +class WebTestListResult(_serialization.Model): + """A list of 0 or more Application Insights WebTest definitions. + + All required parameters must be populated in order to send to server. + + :ivar value: Set of Application Insights WebTest definitions. Required. + :vartype value: list[~azure.mgmt.applicationinsights.models.WebTest] + :ivar next_link: The link to get the next part of the returned list of WebTest, should the + return set be too large for a single request. May be null. + :vartype next_link: str + """ + + _validation = { + "value": {"required": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[WebTest]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, value: List["_models.WebTest"], next_link: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword value: Set of Application Insights WebTest definitions. Required. + :paramtype value: list[~azure.mgmt.applicationinsights.models.WebTest] + :keyword next_link: The link to get the next part of the returned list of WebTest, should the + return set be too large for a single request. May be null. + :paramtype next_link: str + """ + super().__init__(**kwargs) + self.value = value + self.next_link = next_link + + +class WebTestPropertiesConfiguration(_serialization.Model): + """An XML configuration specification for a WebTest. + + :ivar web_test: The XML specification of a WebTest to run against an application. + :vartype web_test: str + """ + + _attribute_map = { + "web_test": {"key": "WebTest", "type": "str"}, + } + + def __init__(self, *, web_test: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword web_test: The XML specification of a WebTest to run against an application. + :paramtype web_test: str + """ + super().__init__(**kwargs) + self.web_test = web_test + + +class WebTestPropertiesRequest(_serialization.Model): + """The collection of request properties. + + :ivar request_url: Url location to test. + :vartype request_url: str + :ivar headers: List of headers and their values to add to the WebTest call. + :vartype headers: list[~azure.mgmt.applicationinsights.models.HeaderField] + :ivar http_verb: Http verb to use for this web test. + :vartype http_verb: str + :ivar request_body: Base64 encoded string body to send with this web test. + :vartype request_body: str + :ivar parse_dependent_requests: Parse Dependent request for this WebTest. + :vartype parse_dependent_requests: bool + :ivar follow_redirects: Follow redirects for this web test. + :vartype follow_redirects: bool + """ + + _attribute_map = { + "request_url": {"key": "RequestUrl", "type": "str"}, + "headers": {"key": "Headers", "type": "[HeaderField]"}, + "http_verb": {"key": "HttpVerb", "type": "str"}, + "request_body": {"key": "RequestBody", "type": "str"}, + "parse_dependent_requests": {"key": "ParseDependentRequests", "type": "bool"}, + "follow_redirects": {"key": "FollowRedirects", "type": "bool"}, + } + + def __init__( + self, + *, + request_url: Optional[str] = None, + headers: Optional[List["_models.HeaderField"]] = None, + http_verb: Optional[str] = None, + request_body: Optional[str] = None, + parse_dependent_requests: Optional[bool] = None, + follow_redirects: Optional[bool] = None, + **kwargs: Any + ) -> None: + """ + :keyword request_url: Url location to test. + :paramtype request_url: str + :keyword headers: List of headers and their values to add to the WebTest call. + :paramtype headers: list[~azure.mgmt.applicationinsights.models.HeaderField] + :keyword http_verb: Http verb to use for this web test. + :paramtype http_verb: str + :keyword request_body: Base64 encoded string body to send with this web test. + :paramtype request_body: str + :keyword parse_dependent_requests: Parse Dependent request for this WebTest. + :paramtype parse_dependent_requests: bool + :keyword follow_redirects: Follow redirects for this web test. + :paramtype follow_redirects: bool + """ + super().__init__(**kwargs) + self.request_url = request_url + self.headers = headers + self.http_verb = http_verb + self.request_body = request_body + self.parse_dependent_requests = parse_dependent_requests + self.follow_redirects = follow_redirects + + +class WebTestPropertiesValidationRules(_serialization.Model): + """The collection of validation rule properties. + + :ivar content_validation: The collection of content validation properties. + :vartype content_validation: + ~azure.mgmt.applicationinsights.models.WebTestPropertiesValidationRulesContentValidation + :ivar ssl_check: Checks to see if the SSL cert is still valid. + :vartype ssl_check: bool + :ivar ssl_cert_remaining_lifetime_check: A number of days to check still remain before the the + existing SSL cert expires. Value must be positive and the SSLCheck must be set to true. + :vartype ssl_cert_remaining_lifetime_check: int + :ivar expected_http_status_code: Validate that the WebTest returns the http status code + provided. + :vartype expected_http_status_code: int + :ivar ignore_http_status_code: When set, validation will ignore the status code. + :vartype ignore_http_status_code: bool + """ + + _attribute_map = { + "content_validation": {"key": "ContentValidation", "type": "WebTestPropertiesValidationRulesContentValidation"}, + "ssl_check": {"key": "SSLCheck", "type": "bool"}, + "ssl_cert_remaining_lifetime_check": {"key": "SSLCertRemainingLifetimeCheck", "type": "int"}, + "expected_http_status_code": {"key": "ExpectedHttpStatusCode", "type": "int"}, + "ignore_http_status_code": {"key": "IgnoreHttpStatusCode", "type": "bool"}, + } + + def __init__( + self, + *, + content_validation: Optional["_models.WebTestPropertiesValidationRulesContentValidation"] = None, + ssl_check: Optional[bool] = None, + ssl_cert_remaining_lifetime_check: Optional[int] = None, + expected_http_status_code: Optional[int] = None, + ignore_http_status_code: Optional[bool] = None, + **kwargs: Any + ) -> None: + """ + :keyword content_validation: The collection of content validation properties. + :paramtype content_validation: + ~azure.mgmt.applicationinsights.models.WebTestPropertiesValidationRulesContentValidation + :keyword ssl_check: Checks to see if the SSL cert is still valid. + :paramtype ssl_check: bool + :keyword ssl_cert_remaining_lifetime_check: A number of days to check still remain before the + the existing SSL cert expires. Value must be positive and the SSLCheck must be set to true. + :paramtype ssl_cert_remaining_lifetime_check: int + :keyword expected_http_status_code: Validate that the WebTest returns the http status code + provided. + :paramtype expected_http_status_code: int + :keyword ignore_http_status_code: When set, validation will ignore the status code. + :paramtype ignore_http_status_code: bool + """ + super().__init__(**kwargs) + self.content_validation = content_validation + self.ssl_check = ssl_check + self.ssl_cert_remaining_lifetime_check = ssl_cert_remaining_lifetime_check + self.expected_http_status_code = expected_http_status_code + self.ignore_http_status_code = ignore_http_status_code + + +class WebTestPropertiesValidationRulesContentValidation(_serialization.Model): # pylint: disable=name-too-long + """The collection of content validation properties. + + :ivar content_match: Content to look for in the return of the WebTest. Must not be null or + empty. + :vartype content_match: str + :ivar ignore_case: When set, this value makes the ContentMatch validation case insensitive. + :vartype ignore_case: bool + :ivar pass_if_text_found: When true, validation will pass if there is a match for the + ContentMatch string. If false, validation will fail if there is a match. + :vartype pass_if_text_found: bool + """ + + _attribute_map = { + "content_match": {"key": "ContentMatch", "type": "str"}, + "ignore_case": {"key": "IgnoreCase", "type": "bool"}, + "pass_if_text_found": {"key": "PassIfTextFound", "type": "bool"}, + } + + def __init__( + self, + *, + content_match: Optional[str] = None, + ignore_case: Optional[bool] = None, + pass_if_text_found: Optional[bool] = None, + **kwargs: Any + ) -> None: + """ + :keyword content_match: Content to look for in the return of the WebTest. Must not be null or + empty. + :paramtype content_match: str + :keyword ignore_case: When set, this value makes the ContentMatch validation case insensitive. + :paramtype ignore_case: bool + :keyword pass_if_text_found: When true, validation will pass if there is a match for the + ContentMatch string. If false, validation will fail if there is a match. + :paramtype pass_if_text_found: bool + """ + super().__init__(**kwargs) + self.content_match = content_match + self.ignore_case = ignore_case + self.pass_if_text_found = pass_if_text_found + + +class WorkbookResource(TrackedResource): + """An azure resource object. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + :ivar identity: Identity used for BYOS. + :vartype identity: ~azure.mgmt.applicationinsights.models.WorkbookResourceIdentity + :ivar kind: The kind of workbook. Only valid value is shared. "shared" + :vartype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookSharedTypeKind + :ivar etag: Resource etag. + :vartype etag: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + "identity": {"key": "identity", "type": "WorkbookResourceIdentity"}, + "kind": {"key": "kind", "type": "str"}, + "etag": {"key": "etag", "type": "str"}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + identity: Optional["_models.WorkbookResourceIdentity"] = None, + kind: Optional[Union[str, "_models.WorkbookSharedTypeKind"]] = None, + etag: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword identity: Identity used for BYOS. + :paramtype identity: ~azure.mgmt.applicationinsights.models.WorkbookResourceIdentity + :keyword kind: The kind of workbook. Only valid value is shared. "shared" + :paramtype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookSharedTypeKind + :keyword etag: Resource etag. + :paramtype etag: str + """ + super().__init__(tags=tags, location=location, **kwargs) + self.identity = identity + self.kind = kind + self.etag = etag + + +class Workbook(WorkbookResource): + """A workbook definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar location: The geo-location where the resource lives. Required. + :vartype location: str + :ivar identity: Identity used for BYOS. + :vartype identity: ~azure.mgmt.applicationinsights.models.WorkbookResourceIdentity + :ivar kind: The kind of workbook. Only valid value is shared. "shared" + :vartype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookSharedTypeKind + :ivar etag: Resource etag. + :vartype etag: str + :ivar system_data: Metadata pertaining to creation and last modification of the resource. + :vartype system_data: ~azure.mgmt.applicationinsights.models.SystemData + :ivar display_name: The user-defined name (display name) of the workbook. + :vartype display_name: str + :ivar serialized_data: Configuration of this particular workbook. Configuration data is a + string containing valid JSON. + :vartype serialized_data: str + :ivar version: Workbook schema version format, like 'Notebook/1.0', which should match the + workbook in serializedData. + :vartype version: str + :ivar time_modified: Date and time in UTC of the last modification that was made to this + workbook definition. + :vartype time_modified: ~datetime.datetime + :ivar category: Workbook category, as defined by the user at creation time. + :vartype category: str + :ivar tags_properties_tags: Being deprecated, please use the other tags field. + :vartype tags_properties_tags: list[str] + :ivar user_id: Unique user id of the specific user that owns this workbook. + :vartype user_id: str + :ivar source_id: ResourceId for a source resource. + :vartype source_id: str + :ivar storage_uri: The resourceId to the storage account when bring your own storage is used. + :vartype storage_uri: str + :ivar description: The description of the workbook. + :vartype description: str + :ivar revision: The unique revision id for this workbook definition. + :vartype revision: str + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "location": {"required": True}, + "system_data": {"readonly": True}, + "time_modified": {"readonly": True}, + "user_id": {"readonly": True}, + "revision": {"readonly": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + "location": {"key": "location", "type": "str"}, + "identity": {"key": "identity", "type": "WorkbookResourceIdentity"}, + "kind": {"key": "kind", "type": "str"}, + "etag": {"key": "etag", "type": "str"}, + "system_data": {"key": "systemData", "type": "SystemData"}, + "display_name": {"key": "properties.displayName", "type": "str"}, + "serialized_data": {"key": "properties.serializedData", "type": "str"}, + "version": {"key": "properties.version", "type": "str"}, + "time_modified": {"key": "properties.timeModified", "type": "iso-8601"}, + "category": {"key": "properties.category", "type": "str"}, + "tags_properties_tags": {"key": "properties.tags", "type": "[str]"}, + "user_id": {"key": "properties.userId", "type": "str"}, + "source_id": {"key": "properties.sourceId", "type": "str"}, + "storage_uri": {"key": "properties.storageUri", "type": "str"}, + "description": {"key": "properties.description", "type": "str"}, + "revision": {"key": "properties.revision", "type": "str"}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + identity: Optional["_models.WorkbookResourceIdentity"] = None, + kind: Optional[Union[str, "_models.WorkbookSharedTypeKind"]] = None, + etag: Optional[str] = None, + display_name: Optional[str] = None, + serialized_data: Optional[str] = None, + version: Optional[str] = None, + category: Optional[str] = None, + tags_properties_tags: Optional[List[str]] = None, + source_id: Optional[str] = None, + storage_uri: Optional[str] = None, + description: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword location: The geo-location where the resource lives. Required. + :paramtype location: str + :keyword identity: Identity used for BYOS. + :paramtype identity: ~azure.mgmt.applicationinsights.models.WorkbookResourceIdentity + :keyword kind: The kind of workbook. Only valid value is shared. "shared" + :paramtype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookSharedTypeKind + :keyword etag: Resource etag. + :paramtype etag: str + :keyword display_name: The user-defined name (display name) of the workbook. + :paramtype display_name: str + :keyword serialized_data: Configuration of this particular workbook. Configuration data is a + string containing valid JSON. + :paramtype serialized_data: str + :keyword version: Workbook schema version format, like 'Notebook/1.0', which should match the + workbook in serializedData. + :paramtype version: str + :keyword category: Workbook category, as defined by the user at creation time. + :paramtype category: str + :keyword tags_properties_tags: Being deprecated, please use the other tags field. + :paramtype tags_properties_tags: list[str] + :keyword source_id: ResourceId for a source resource. + :paramtype source_id: str + :keyword storage_uri: The resourceId to the storage account when bring your own storage is + used. + :paramtype storage_uri: str + :keyword description: The description of the workbook. + :paramtype description: str + """ + super().__init__(tags=tags, location=location, identity=identity, kind=kind, etag=etag, **kwargs) + self.system_data: Optional["_models.SystemData"] = None + self.display_name = display_name + self.serialized_data = serialized_data + self.version = version + self.time_modified: Optional[datetime.datetime] = None + self.category = category + self.tags_properties_tags = tags_properties_tags + self.user_id: Optional[str] = None + self.source_id = source_id + self.storage_uri = storage_uri + self.description = description + self.revision: Optional[str] = None + + +class WorkbookError(_serialization.Model): + """Error response. + + :ivar error: The error details. + :vartype error: ~azure.mgmt.applicationinsights.models.WorkbookErrorDefinition + """ + + _attribute_map = { + "error": {"key": "error", "type": "WorkbookErrorDefinition"}, + } + + def __init__(self, *, error: Optional["_models.WorkbookErrorDefinition"] = None, **kwargs: Any) -> None: + """ + :keyword error: The error details. + :paramtype error: ~azure.mgmt.applicationinsights.models.WorkbookErrorDefinition + """ + super().__init__(**kwargs) + self.error = error + + +class WorkbookErrorDefinition(_serialization.Model): + """Error definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar code: Service specific error code which serves as the substatus for the HTTP error code. + :vartype code: str + :ivar message: Description of the error. + :vartype message: str + :ivar innererror: Internal error details. + :vartype innererror: ~azure.mgmt.applicationinsights.models.WorkbookInnerErrorTrace + """ + + _validation = { + "code": {"readonly": True}, + "message": {"readonly": True}, + "innererror": {"readonly": True}, + } + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "innererror": {"key": "innererror", "type": "WorkbookInnerErrorTrace"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.code: Optional[str] = None + self.message: Optional[str] = None + self.innererror: Optional["_models.WorkbookInnerErrorTrace"] = None + + +class WorkbookInnerErrorTrace(_serialization.Model): + """Error details. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar trace: detailed error trace. + :vartype trace: list[str] + """ + + _validation = { + "trace": {"readonly": True}, + } + + _attribute_map = { + "trace": {"key": "trace", "type": "[str]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.trace: Optional[List[str]] = None + + +class WorkbookResourceIdentity(ManagedServiceIdentity): + """Identity used for BYOS. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar principal_id: The service principal ID of the system assigned identity. This property + will only be provided for a system assigned identity. + :vartype principal_id: str + :ivar tenant_id: The tenant ID of the system assigned identity. This property will only be + provided for a system assigned identity. + :vartype tenant_id: str + :ivar type: Type of managed service identity (where both SystemAssigned and UserAssigned types + are allowed). Required. Known values are: "None", "SystemAssigned", "UserAssigned", and + "SystemAssigned,UserAssigned". + :vartype type: str or ~azure.mgmt.applicationinsights.models.ManagedServiceIdentityType + :ivar user_assigned_identities: 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. + :vartype user_assigned_identities: dict[str, + ~azure.mgmt.applicationinsights.models.UserAssignedIdentity] + """ + + +class WorkbooksListResult(_serialization.Model): + """Workbook list result. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: An array of workbooks. + :vartype value: list[~azure.mgmt.applicationinsights.models.Workbook] + :ivar next_link: + :vartype next_link: str + """ + + _validation = { + "value": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[Workbook]"}, + "next_link": {"key": "nextLink", "type": "str"}, + } + + def __init__(self, *, next_link: Optional[str] = None, **kwargs: Any) -> None: + """ + :keyword next_link: + :paramtype next_link: str + """ + super().__init__(**kwargs) + self.value: Optional[List["_models.Workbook"]] = None + self.next_link = next_link + + +class WorkbookTemplateResource(_serialization.Model): + """An azure resource object. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Azure resource Id. + :vartype id: str + :ivar name: Azure resource name. + :vartype name: str + :ivar type: Azure resource type. + :vartype type: str + :ivar location: Resource location. Required. + :vartype location: str + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "location": {"key": "location", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + } + + def __init__(self, *, location: str, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None: + """ + :keyword location: Resource location. Required. + :paramtype location: str + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + """ + super().__init__(**kwargs) + self.id: Optional[str] = None + self.name: Optional[str] = None + self.type: Optional[str] = None + self.location = location + self.tags = tags + + +class WorkbookTemplate(WorkbookTemplateResource): + """An Application Insights workbook template definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to server. + + :ivar id: Azure resource Id. + :vartype id: str + :ivar name: Azure resource name. + :vartype name: str + :ivar type: Azure resource type. + :vartype type: str + :ivar location: Resource location. Required. + :vartype location: str + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar priority: Priority of the template. Determines which template to open when a workbook + gallery is opened in viewer mode. + :vartype priority: int + :ivar author: Information about the author of the workbook template. + :vartype author: str + :ivar template_data: Valid JSON object containing workbook template payload. + :vartype template_data: JSON + :ivar galleries: Workbook galleries supported by the template. + :vartype galleries: list[~azure.mgmt.applicationinsights.models.WorkbookTemplateGallery] + :ivar localized: Key value pair of localized gallery. Each key is the locale code of languages + supported by the Azure portal. + :vartype localized: dict[str, + list[~azure.mgmt.applicationinsights.models.WorkbookTemplateLocalizedGallery]] + """ + + _validation = { + "id": {"readonly": True}, + "name": {"readonly": True}, + "type": {"readonly": True}, + "location": {"required": True}, + } + + _attribute_map = { + "id": {"key": "id", "type": "str"}, + "name": {"key": "name", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "location": {"key": "location", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + "priority": {"key": "properties.priority", "type": "int"}, + "author": {"key": "properties.author", "type": "str"}, + "template_data": {"key": "properties.templateData", "type": "object"}, + "galleries": {"key": "properties.galleries", "type": "[WorkbookTemplateGallery]"}, + "localized": {"key": "properties.localized", "type": "{[WorkbookTemplateLocalizedGallery]}"}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + priority: Optional[int] = None, + author: Optional[str] = None, + template_data: Optional[JSON] = None, + galleries: Optional[List["_models.WorkbookTemplateGallery"]] = None, + localized: Optional[Dict[str, List["_models.WorkbookTemplateLocalizedGallery"]]] = None, + **kwargs: Any + ) -> None: + """ + :keyword location: Resource location. Required. + :paramtype location: str + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword priority: Priority of the template. Determines which template to open when a workbook + gallery is opened in viewer mode. + :paramtype priority: int + :keyword author: Information about the author of the workbook template. + :paramtype author: str + :keyword template_data: Valid JSON object containing workbook template payload. + :paramtype template_data: JSON + :keyword galleries: Workbook galleries supported by the template. + :paramtype galleries: list[~azure.mgmt.applicationinsights.models.WorkbookTemplateGallery] + :keyword localized: Key value pair of localized gallery. Each key is the locale code of + languages supported by the Azure portal. + :paramtype localized: dict[str, + list[~azure.mgmt.applicationinsights.models.WorkbookTemplateLocalizedGallery]] + """ + super().__init__(location=location, tags=tags, **kwargs) + self.priority = priority + self.author = author + self.template_data = template_data + self.galleries = galleries + self.localized = localized + + +class WorkbookTemplateError(_serialization.Model): + """Error message that will indicate why the operation failed. + + :ivar error: Error message object that will indicate why the operation failed. + :vartype error: ~azure.mgmt.applicationinsights.models.WorkbookTemplateErrorBody + """ + + _attribute_map = { + "error": {"key": "error", "type": "WorkbookTemplateErrorBody"}, + } + + def __init__(self, *, error: Optional["_models.WorkbookTemplateErrorBody"] = None, **kwargs: Any) -> None: + """ + :keyword error: Error message object that will indicate why the operation failed. + :paramtype error: ~azure.mgmt.applicationinsights.models.WorkbookTemplateErrorBody + """ + super().__init__(**kwargs) + self.error = error + + +class WorkbookTemplateErrorBody(_serialization.Model): + """Error message body that will indicate why the operation failed. + + :ivar code: Service-defined error code. This code serves as a sub-status for the HTTP error + code specified in the response. + :vartype code: str + :ivar message: Human-readable representation of the error. + :vartype message: str + :ivar details: The list of invalid fields send in request, in case of validation error. + :vartype details: + list[~azure.mgmt.applicationinsights.models.WorkbookTemplateErrorFieldContract] + """ + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "details": {"key": "details", "type": "[WorkbookTemplateErrorFieldContract]"}, + } + + def __init__( + self, + *, + code: Optional[str] = None, + message: Optional[str] = None, + details: Optional[List["_models.WorkbookTemplateErrorFieldContract"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword code: Service-defined error code. This code serves as a sub-status for the HTTP error + code specified in the response. + :paramtype code: str + :keyword message: Human-readable representation of the error. + :paramtype message: str + :keyword details: The list of invalid fields send in request, in case of validation error. + :paramtype details: + list[~azure.mgmt.applicationinsights.models.WorkbookTemplateErrorFieldContract] + """ + super().__init__(**kwargs) + self.code = code + self.message = message + self.details = details + + +class WorkbookTemplateErrorFieldContract(_serialization.Model): + """Error Field contract. + + :ivar code: Property level error code. + :vartype code: str + :ivar message: Human-readable representation of property-level error. + :vartype message: str + :ivar target: Property name. + :vartype target: str + """ + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "target": {"key": "target", "type": "str"}, + } + + def __init__( + self, *, code: Optional[str] = None, message: Optional[str] = None, target: Optional[str] = None, **kwargs: Any + ) -> None: + """ + :keyword code: Property level error code. + :paramtype code: str + :keyword message: Human-readable representation of property-level error. + :paramtype message: str + :keyword target: Property name. + :paramtype target: str + """ + super().__init__(**kwargs) + self.code = code + self.message = message + self.target = target + + +class WorkbookTemplateGallery(_serialization.Model): + """Gallery information for a workbook template. + + :ivar name: Name of the workbook template in the gallery. + :vartype name: str + :ivar category: Category for the gallery. + :vartype category: str + :ivar type: Type of workbook supported by the workbook template. + :vartype type: str + :ivar order: Order of the template within the gallery. + :vartype order: int + :ivar resource_type: Azure resource type supported by the gallery. + :vartype resource_type: str + """ + + _attribute_map = { + "name": {"key": "name", "type": "str"}, + "category": {"key": "category", "type": "str"}, + "type": {"key": "type", "type": "str"}, + "order": {"key": "order", "type": "int"}, + "resource_type": {"key": "resourceType", "type": "str"}, + } + + def __init__( + self, + *, + name: Optional[str] = None, + category: Optional[str] = None, + type: Optional[str] = None, + order: Optional[int] = None, + resource_type: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword name: Name of the workbook template in the gallery. + :paramtype name: str + :keyword category: Category for the gallery. + :paramtype category: str + :keyword type: Type of workbook supported by the workbook template. + :paramtype type: str + :keyword order: Order of the template within the gallery. + :paramtype order: int + :keyword resource_type: Azure resource type supported by the gallery. + :paramtype resource_type: str + """ + super().__init__(**kwargs) + self.name = name + self.category = category + self.type = type + self.order = order + self.resource_type = resource_type + + +class WorkbookTemplateLocalizedGallery(_serialization.Model): + """Localized template data and gallery information. + + :ivar template_data: Valid JSON object containing workbook template payload. + :vartype template_data: JSON + :ivar galleries: Workbook galleries supported by the template. + :vartype galleries: list[~azure.mgmt.applicationinsights.models.WorkbookTemplateGallery] + """ + + _attribute_map = { + "template_data": {"key": "templateData", "type": "object"}, + "galleries": {"key": "galleries", "type": "[WorkbookTemplateGallery]"}, + } + + def __init__( + self, + *, + template_data: Optional[JSON] = None, + galleries: Optional[List["_models.WorkbookTemplateGallery"]] = None, + **kwargs: Any + ) -> None: + """ + :keyword template_data: Valid JSON object containing workbook template payload. + :paramtype template_data: JSON + :keyword galleries: Workbook galleries supported by the template. + :paramtype galleries: list[~azure.mgmt.applicationinsights.models.WorkbookTemplateGallery] + """ + super().__init__(**kwargs) + self.template_data = template_data + self.galleries = galleries + + +class WorkbookTemplatesListResult(_serialization.Model): + """WorkbookTemplate list result. + + :ivar value: An array of workbook templates. + :vartype value: list[~azure.mgmt.applicationinsights.models.WorkbookTemplate] + """ + + _attribute_map = { + "value": {"key": "value", "type": "[WorkbookTemplate]"}, + } + + def __init__(self, *, value: Optional[List["_models.WorkbookTemplate"]] = None, **kwargs: Any) -> None: + """ + :keyword value: An array of workbook templates. + :paramtype value: list[~azure.mgmt.applicationinsights.models.WorkbookTemplate] + """ + super().__init__(**kwargs) + self.value = value + + +class WorkbookTemplateUpdateParameters(_serialization.Model): + """The parameters that can be provided when updating workbook template. + + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar priority: Priority of the template. Determines which template to open when a workbook + gallery is opened in viewer mode. + :vartype priority: int + :ivar author: Information about the author of the workbook template. + :vartype author: str + :ivar template_data: Valid JSON object containing workbook template payload. + :vartype template_data: JSON + :ivar galleries: Workbook galleries supported by the template. + :vartype galleries: list[~azure.mgmt.applicationinsights.models.WorkbookTemplateGallery] + :ivar localized: Key value pair of localized gallery. Each key is the locale code of languages + supported by the Azure portal. + :vartype localized: dict[str, + list[~azure.mgmt.applicationinsights.models.WorkbookTemplateLocalizedGallery]] + """ + + _attribute_map = { + "tags": {"key": "tags", "type": "{str}"}, + "priority": {"key": "properties.priority", "type": "int"}, + "author": {"key": "properties.author", "type": "str"}, + "template_data": {"key": "properties.templateData", "type": "object"}, + "galleries": {"key": "properties.galleries", "type": "[WorkbookTemplateGallery]"}, + "localized": {"key": "properties.localized", "type": "{[WorkbookTemplateLocalizedGallery]}"}, + } + + def __init__( + self, + *, + tags: Optional[Dict[str, str]] = None, + priority: Optional[int] = None, + author: Optional[str] = None, + template_data: Optional[JSON] = None, + galleries: Optional[List["_models.WorkbookTemplateGallery"]] = None, + localized: Optional[Dict[str, List["_models.WorkbookTemplateLocalizedGallery"]]] = None, + **kwargs: Any + ) -> None: + """ + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword priority: Priority of the template. Determines which template to open when a workbook + gallery is opened in viewer mode. + :paramtype priority: int + :keyword author: Information about the author of the workbook template. + :paramtype author: str + :keyword template_data: Valid JSON object containing workbook template payload. + :paramtype template_data: JSON + :keyword galleries: Workbook galleries supported by the template. + :paramtype galleries: list[~azure.mgmt.applicationinsights.models.WorkbookTemplateGallery] + :keyword localized: Key value pair of localized gallery. Each key is the locale code of + languages supported by the Azure portal. + :paramtype localized: dict[str, + list[~azure.mgmt.applicationinsights.models.WorkbookTemplateLocalizedGallery]] + """ + super().__init__(**kwargs) + self.tags = tags + self.priority = priority + self.author = author + self.template_data = template_data + self.galleries = galleries + self.localized = localized + + +class WorkbookUpdateParameters(_serialization.Model): + """The parameters that can be provided when updating workbook properties properties. + + :ivar kind: The kind of workbook. Only valid value is shared. "shared" + :vartype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookUpdateSharedTypeKind + :ivar tags: Resource tags. + :vartype tags: dict[str, str] + :ivar display_name: The user-defined name (display name) of the workbook. + :vartype display_name: str + :ivar serialized_data: Configuration of this particular workbook. Configuration data is a + string containing valid JSON. + :vartype serialized_data: str + :ivar category: Workbook category, as defined by the user at creation time. + :vartype category: str + :ivar tags_properties_tags: A list of 0 or more tags that are associated with this workbook + definition. + :vartype tags_properties_tags: list[str] + :ivar description: The description of the workbook. + :vartype description: str + :ivar revision: The unique revision id for this workbook definition. + :vartype revision: str + """ + + _attribute_map = { + "kind": {"key": "kind", "type": "str"}, + "tags": {"key": "tags", "type": "{str}"}, + "display_name": {"key": "properties.displayName", "type": "str"}, + "serialized_data": {"key": "properties.serializedData", "type": "str"}, + "category": {"key": "properties.category", "type": "str"}, + "tags_properties_tags": {"key": "properties.tags", "type": "[str]"}, + "description": {"key": "properties.description", "type": "str"}, + "revision": {"key": "properties.revision", "type": "str"}, + } + + def __init__( + self, + *, + kind: Optional[Union[str, "_models.WorkbookUpdateSharedTypeKind"]] = None, + tags: Optional[Dict[str, str]] = None, + display_name: Optional[str] = None, + serialized_data: Optional[str] = None, + category: Optional[str] = None, + tags_properties_tags: Optional[List[str]] = None, + description: Optional[str] = None, + revision: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword kind: The kind of workbook. Only valid value is shared. "shared" + :paramtype kind: str or ~azure.mgmt.applicationinsights.models.WorkbookUpdateSharedTypeKind + :keyword tags: Resource tags. + :paramtype tags: dict[str, str] + :keyword display_name: The user-defined name (display name) of the workbook. + :paramtype display_name: str + :keyword serialized_data: Configuration of this particular workbook. Configuration data is a + string containing valid JSON. + :paramtype serialized_data: str + :keyword category: Workbook category, as defined by the user at creation time. + :paramtype category: str + :keyword tags_properties_tags: A list of 0 or more tags that are associated with this workbook + definition. + :paramtype tags_properties_tags: list[str] + :keyword description: The description of the workbook. + :paramtype description: str + :keyword revision: The unique revision id for this workbook definition. + :paramtype revision: str + """ + super().__init__(**kwargs) + self.kind = kind + self.tags = tags + self.display_name = display_name + self.serialized_data = serialized_data + self.category = category + self.tags_properties_tags = tags_properties_tags + self.description = description + self.revision = revision + + +class WorkItemConfiguration(_serialization.Model): + """Work item configuration associated with an application insights resource. + + :ivar connector_id: Connector identifier where work item is created. + :vartype connector_id: str + :ivar config_display_name: Configuration friendly name. + :vartype config_display_name: str + :ivar is_default: Boolean value indicating whether configuration is default. + :vartype is_default: bool + :ivar id: Unique Id for work item. + :vartype id: str + :ivar config_properties: Serialized JSON object for detailed properties. + :vartype config_properties: str + """ + + _attribute_map = { + "connector_id": {"key": "ConnectorId", "type": "str"}, + "config_display_name": {"key": "ConfigDisplayName", "type": "str"}, + "is_default": {"key": "IsDefault", "type": "bool"}, + "id": {"key": "Id", "type": "str"}, + "config_properties": {"key": "ConfigProperties", "type": "str"}, + } + + def __init__( + self, + *, + connector_id: Optional[str] = None, + config_display_name: Optional[str] = None, + is_default: Optional[bool] = None, + id: Optional[str] = None, # pylint: disable=redefined-builtin + config_properties: Optional[str] = None, + **kwargs: Any + ) -> None: + """ + :keyword connector_id: Connector identifier where work item is created. + :paramtype connector_id: str + :keyword config_display_name: Configuration friendly name. + :paramtype config_display_name: str + :keyword is_default: Boolean value indicating whether configuration is default. + :paramtype is_default: bool + :keyword id: Unique Id for work item. + :paramtype id: str + :keyword config_properties: Serialized JSON object for detailed properties. + :paramtype config_properties: str + """ + super().__init__(**kwargs) + self.connector_id = connector_id + self.config_display_name = config_display_name + self.is_default = is_default + self.id = id + self.config_properties = config_properties + + +class WorkItemConfigurationError(_serialization.Model): + """Error associated with trying to get work item configuration or configurations. + + :ivar code: Error detail code and explanation. + :vartype code: str + :ivar message: Error message. + :vartype message: str + :ivar innererror: Inner error. + :vartype innererror: ~azure.mgmt.applicationinsights.models.InnerError + """ + + _attribute_map = { + "code": {"key": "code", "type": "str"}, + "message": {"key": "message", "type": "str"}, + "innererror": {"key": "innererror", "type": "InnerError"}, + } + + def __init__( + self, + *, + code: Optional[str] = None, + message: Optional[str] = None, + innererror: Optional["_models.InnerError"] = None, + **kwargs: Any + ) -> None: + """ + :keyword code: Error detail code and explanation. + :paramtype code: str + :keyword message: Error message. + :paramtype message: str + :keyword innererror: Inner error. + :paramtype innererror: ~azure.mgmt.applicationinsights.models.InnerError + """ + super().__init__(**kwargs) + self.code = code + self.message = message + self.innererror = innererror + + +class WorkItemConfigurationsListResult(_serialization.Model): + """Work item configuration list result. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar value: An array of work item configurations. + :vartype value: list[~azure.mgmt.applicationinsights.models.WorkItemConfiguration] + """ + + _validation = { + "value": {"readonly": True}, + } + + _attribute_map = { + "value": {"key": "value", "type": "[WorkItemConfiguration]"}, + } + + def __init__(self, **kwargs: Any) -> None: + """ """ + super().__init__(**kwargs) + self.value: Optional[List["_models.WorkItemConfiguration"]] = None + + +class WorkItemCreateConfiguration(_serialization.Model): + """Work item configuration creation payload. + + :ivar connector_id: Unique connector id. + :vartype connector_id: str + :ivar connector_data_configuration: Serialized JSON object for detailed properties. + :vartype connector_data_configuration: str + :ivar validate_only: Boolean indicating validate only. + :vartype validate_only: bool + :ivar work_item_properties: Custom work item properties. + :vartype work_item_properties: dict[str, str] + """ + + _attribute_map = { + "connector_id": {"key": "ConnectorId", "type": "str"}, + "connector_data_configuration": {"key": "ConnectorDataConfiguration", "type": "str"}, + "validate_only": {"key": "ValidateOnly", "type": "bool"}, + "work_item_properties": {"key": "WorkItemProperties", "type": "{str}"}, + } + + def __init__( + self, + *, + connector_id: Optional[str] = None, + connector_data_configuration: Optional[str] = None, + validate_only: Optional[bool] = None, + work_item_properties: Optional[Dict[str, str]] = None, + **kwargs: Any + ) -> None: + """ + :keyword connector_id: Unique connector id. + :paramtype connector_id: str + :keyword connector_data_configuration: Serialized JSON object for detailed properties. + :paramtype connector_data_configuration: str + :keyword validate_only: Boolean indicating validate only. + :paramtype validate_only: bool + :keyword work_item_properties: Custom work item properties. + :paramtype work_item_properties: dict[str, str] + """ + super().__init__(**kwargs) + self.connector_id = connector_id + self.connector_data_configuration = connector_data_configuration + self.validate_only = validate_only + self.work_item_properties = work_item_properties diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/models/_patch.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/models/_patch.py new file mode 100644 index 00000000000..8bcb627aa47 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/models/_patch.py @@ -0,0 +1,21 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/__init__.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/__init__.py new file mode 100644 index 00000000000..be555323ff9 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/__init__.py @@ -0,0 +1,63 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +# pylint: disable=wrong-import-position + +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from ._patch import * # pylint: disable=unused-wildcard-import + +from ._components_operations import ComponentsOperations # type: ignore +from ._annotations_operations import AnnotationsOperations # type: ignore +from ._api_keys_operations import APIKeysOperations # type: ignore +from ._export_configurations_operations import ExportConfigurationsOperations # type: ignore +from ._component_current_billing_features_operations import ComponentCurrentBillingFeaturesOperations # type: ignore +from ._component_quota_status_operations import ComponentQuotaStatusOperations # type: ignore +from ._component_feature_capabilities_operations import ComponentFeatureCapabilitiesOperations # type: ignore +from ._component_available_features_operations import ComponentAvailableFeaturesOperations # type: ignore +from ._proactive_detection_configurations_operations import ProactiveDetectionConfigurationsOperations # type: ignore +from ._work_item_configurations_operations import WorkItemConfigurationsOperations # type: ignore +from ._favorites_operations import FavoritesOperations # type: ignore +from ._web_test_locations_operations import WebTestLocationsOperations # type: ignore +from ._web_tests_operations import WebTestsOperations # type: ignore +from ._analytics_items_operations import AnalyticsItemsOperations # type: ignore +from ._operations import Operations # type: ignore +from ._workbook_templates_operations import WorkbookTemplatesOperations # type: ignore +from ._workbooks_operations import WorkbooksOperations # type: ignore +from ._live_token_operations import LiveTokenOperations # type: ignore +from ._component_linked_storage_accounts_operations import ComponentLinkedStorageAccountsOperations # type: ignore +from ._deleted_workbooks_operations import DeletedWorkbooksOperations # type: ignore + +from ._patch import __all__ as _patch_all +from ._patch import * +from ._patch import patch_sdk as _patch_sdk + +__all__ = [ + "ComponentsOperations", + "AnnotationsOperations", + "APIKeysOperations", + "ExportConfigurationsOperations", + "ComponentCurrentBillingFeaturesOperations", + "ComponentQuotaStatusOperations", + "ComponentFeatureCapabilitiesOperations", + "ComponentAvailableFeaturesOperations", + "ProactiveDetectionConfigurationsOperations", + "WorkItemConfigurationsOperations", + "FavoritesOperations", + "WebTestLocationsOperations", + "WebTestsOperations", + "AnalyticsItemsOperations", + "Operations", + "WorkbookTemplatesOperations", + "WorkbooksOperations", + "LiveTokenOperations", + "ComponentLinkedStorageAccountsOperations", + "DeletedWorkbooksOperations", +] +__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore +_patch_sdk() diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_analytics_items_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_analytics_items_operations.py new file mode 100644 index 00000000000..7e4fc0c4fd9 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_analytics_items_operations.py @@ -0,0 +1,629 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + subscription_id: str, + *, + scope: Optional[Union[str, _models.ItemScope]] = None, + type: Union[str, _models.ItemTypeParameter] = "none", + include_content: Optional[bool] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "scopePath": _SERIALIZER.url("scope_path", scope_path, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if scope is not None: + _params["scope"] = _SERIALIZER.query("scope", scope, "str") + if type is not None: + _params["type"] = _SERIALIZER.query("type", type, "str") + if include_content is not None: + _params["includeContent"] = _SERIALIZER.query("include_content", include_content, "bool") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + subscription_id: str, + *, + id: Optional[str] = None, + name: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "scopePath": _SERIALIZER.url("scope_path", scope_path, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if id is not None: + _params["id"] = _SERIALIZER.query("id", id, "str") + if name is not None: + _params["name"] = _SERIALIZER.query("name", name, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_put_request( + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + subscription_id: str, + *, + override_item: Optional[bool] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "scopePath": _SERIALIZER.url("scope_path", scope_path, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if override_item is not None: + _params["overrideItem"] = _SERIALIZER.query("override_item", override_item, "bool") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + subscription_id: str, + *, + id: Optional[str] = None, + name: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "scopePath": _SERIALIZER.url("scope_path", scope_path, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if id is not None: + _params["id"] = _SERIALIZER.query("id", id, "str") + if name is not None: + _params["name"] = _SERIALIZER.query("name", name, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, **kwargs) + + +class AnalyticsItemsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`analytics_items` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + scope: Optional[Union[str, _models.ItemScope]] = None, + type: Union[str, _models.ItemTypeParameter] = "none", + include_content: Optional[bool] = None, + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentAnalyticsItem]: + """Gets a list of Analytics Items defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param scope: Enum indicating if this item definition is owned by a specific user or is shared + between all users with access to the Application Insights component. Known values are: "shared" + and "user". Default value is None. + :type scope: str or ~azure.mgmt.applicationinsights.models.ItemScope + :param type: Enum indicating the type of the Analytics item. Known values are: "none", "query", + "function", "folder", and "recent". Default value is "none". + :type type: str or ~azure.mgmt.applicationinsights.models.ItemTypeParameter + :param include_content: Flag indicating whether or not to return the content of each applicable + item. If false, only return the item information. Default value is None. + :type include_content: bool + :return: list of ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.ApplicationInsightsComponentAnalyticsItem]] = kwargs.pop("cls", None) + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + scope_path=scope_path, + subscription_id=self._config.subscription_id, + scope=scope, + type=type, + include_content=include_content, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("[ApplicationInsightsComponentAnalyticsItem]", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def get( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + id: Optional[str] = None, + name: Optional[str] = None, + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAnalyticsItem: + """Gets a specific Analytics Items defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param id: The Id of a specific item defined in the Application Insights component. Default + value is None. + :type id: str + :param name: The name of a specific item defined in the Application Insights component. Default + value is None. + :type name: str + :return: ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAnalyticsItem] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + scope_path=scope_path, + subscription_id=self._config.subscription_id, + id=id, + name=name, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAnalyticsItem", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def put( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + item_properties: _models.ApplicationInsightsComponentAnalyticsItem, + override_item: Optional[bool] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAnalyticsItem: + """Adds or Updates a specific Analytics Item within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param item_properties: Properties that need to be specified to create a new item and add it to + an Application Insights component. Required. + :type item_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :param override_item: Flag indicating whether or not to force save an item. This allows + overriding an item if it already exists. Default value is None. + :type override_item: bool + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def put( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + item_properties: IO[bytes], + override_item: Optional[bool] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAnalyticsItem: + """Adds or Updates a specific Analytics Item within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param item_properties: Properties that need to be specified to create a new item and add it to + an Application Insights component. Required. + :type item_properties: IO[bytes] + :param override_item: Flag indicating whether or not to force save an item. This allows + overriding an item if it already exists. Default value is None. + :type override_item: bool + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def put( + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + item_properties: Union[_models.ApplicationInsightsComponentAnalyticsItem, IO[bytes]], + override_item: Optional[bool] = None, + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAnalyticsItem: + """Adds or Updates a specific Analytics Item within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param item_properties: Properties that need to be specified to create a new item and add it to + an Application Insights component. Is either a ApplicationInsightsComponentAnalyticsItem type + or a IO[bytes] type. Required. + :type item_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem or IO[bytes] + :param override_item: Flag indicating whether or not to force save an item. This allows + overriding an item if it already exists. Default value is None. + :type override_item: bool + :return: ApplicationInsightsComponentAnalyticsItem or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentAnalyticsItem] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(item_properties, (IOBase, bytes)): + _content = item_properties + else: + _json = self._serialize.body(item_properties, "ApplicationInsightsComponentAnalyticsItem") + + _request = build_put_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + scope_path=scope_path, + subscription_id=self._config.subscription_id, + override_item=override_item, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAnalyticsItem", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + resource_name: str, + scope_path: Union[str, _models.ItemScopePath], + id: Optional[str] = None, + name: Optional[str] = None, + **kwargs: Any + ) -> None: + """Deletes a specific Analytics Items defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param scope_path: Enum indicating if this item definition is owned by a specific user or is + shared between all users with access to the Application Insights component. Known values are: + "analyticsItems" and "myanalyticsItems". Required. + :type scope_path: str or ~azure.mgmt.applicationinsights.models.ItemScopePath + :param id: The Id of a specific item defined in the Application Insights component. Default + value is None. + :type id: str + :param name: The name of a specific item defined in the Application Insights component. Default + value is None. + :type name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + scope_path=scope_path, + subscription_id=self._config.subscription_id, + id=id, + name=name, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_annotations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_annotations_operations.py new file mode 100644 index 00000000000..624de7ba9c0 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_annotations_operations.py @@ -0,0 +1,524 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, *, start: str, end: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + _params["start"] = _SERIALIZER.query("start", start, "str") + _params["end"] = _SERIALIZER.query("end", end, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, annotation_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "annotationId": _SERIALIZER.url("annotation_id", annotation_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, **kwargs) + + +def build_get_request( + resource_group_name: str, resource_name: str, annotation_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "annotationId": _SERIALIZER.url("annotation_id", annotation_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class AnnotationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`annotations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, start: str, end: str, **kwargs: Any + ) -> ItemPaged["_models.Annotation"]: + """Gets the list of annotations for a component for given time range. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param start: The start time to query from for annotations, cannot be older than 90 days from + current date. Required. + :type start: str + :param end: The end time to query for annotations. Required. + :type end: str + :return: An iterator like instance of either Annotation or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.AnnotationsListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + start=start, + end=end, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("AnnotationsListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.AnnotationError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @overload + def create( + self, + resource_group_name: str, + resource_name: str, + annotation_properties: _models.Annotation, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> List[_models.Annotation]: + """Create an Annotation of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_properties: Properties that need to be specified to create an annotation of a + Application Insights component. Required. + :type annotation_properties: ~azure.mgmt.applicationinsights.models.Annotation + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: list of Annotation or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create( + self, + resource_group_name: str, + resource_name: str, + annotation_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> List[_models.Annotation]: + """Create an Annotation of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_properties: Properties that need to be specified to create an annotation of a + Application Insights component. Required. + :type annotation_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: list of Annotation or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create( + self, + resource_group_name: str, + resource_name: str, + annotation_properties: Union[_models.Annotation, IO[bytes]], + **kwargs: Any + ) -> List[_models.Annotation]: + """Create an Annotation of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_properties: Properties that need to be specified to create an annotation of a + Application Insights component. Is either a Annotation type or a IO[bytes] type. Required. + :type annotation_properties: ~azure.mgmt.applicationinsights.models.Annotation or IO[bytes] + :return: list of Annotation or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[List[_models.Annotation]] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(annotation_properties, (IOBase, bytes)): + _content = annotation_properties + else: + _json = self._serialize.body(annotation_properties, "Annotation") + + _request = build_create_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.AnnotationError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("[Annotation]", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, annotation_id: str, **kwargs: Any + ) -> None: + """Delete an Annotation of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_id: The unique annotation ID. This is unique within a Application Insights + component. Required. + :type annotation_id: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + annotation_id=annotation_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, annotation_id: str, **kwargs: Any + ) -> List[_models.Annotation]: + """Get the annotation for given id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param annotation_id: The unique annotation ID. This is unique within a Application Insights + component. Required. + :type annotation_id: str + :return: list of Annotation or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.Annotation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.Annotation]] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + annotation_id=annotation_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.AnnotationError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("[Annotation]", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_api_keys_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_api_keys_operations.py new file mode 100644 index 00000000000..72fdc26967a --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_api_keys_operations.py @@ -0,0 +1,524 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, key_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "keyId": _SERIALIZER.url("key_id", key_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, resource_name: str, key_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "keyId": _SERIALIZER.url("key_id", key_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class APIKeysOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`api_keys` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> ItemPaged["_models.ApplicationInsightsComponentAPIKey"]: + """Gets a list of API keys of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: An iterator like instance of either ApplicationInsightsComponentAPIKey or the result + of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAPIKeyListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("ApplicationInsightsComponentAPIKeyListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @overload + def create( + self, + resource_group_name: str, + resource_name: str, + api_key_properties: _models.APIKeyRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Create an API Key of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param api_key_properties: Properties that need to be specified to create an API key of a + Application Insights component. Required. + :type api_key_properties: ~azure.mgmt.applicationinsights.models.APIKeyRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create( + self, + resource_group_name: str, + resource_name: str, + api_key_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Create an API Key of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param api_key_properties: Properties that need to be specified to create an API key of a + Application Insights component. Required. + :type api_key_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create( + self, + resource_group_name: str, + resource_name: str, + api_key_properties: Union[_models.APIKeyRequest, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Create an API Key of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param api_key_properties: Properties that need to be specified to create an API key of a + Application Insights component. Is either a APIKeyRequest type or a IO[bytes] type. Required. + :type api_key_properties: ~azure.mgmt.applicationinsights.models.APIKeyRequest or IO[bytes] + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentAPIKey] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(api_key_properties, (IOBase, bytes)): + _content = api_key_properties + else: + _json = self._serialize.body(api_key_properties, "APIKeyRequest") + + _request = build_create_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAPIKey", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( + self, resource_group_name: str, resource_name: str, key_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Delete an API Key of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param key_id: The API Key ID. This is unique within a Application Insights component. + Required. + :type key_id: str + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAPIKey] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + key_id=key_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAPIKey", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, key_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentAPIKey: + """Get the API Key for this key id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param key_id: The API Key ID. This is unique within a Application Insights component. + Required. + :type key_id: str + :return: ApplicationInsightsComponentAPIKey or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAPIKey + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAPIKey] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + key_id=key_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentAPIKey", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_available_features_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_available_features_operations.py new file mode 100644 index 00000000000..b923955fc4c --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_available_features_operations.py @@ -0,0 +1,147 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_get_request(resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/getavailablebillingfeatures", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class ComponentAvailableFeaturesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`component_available_features` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentAvailableFeatures: + """Returns all available features of the application insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponentAvailableFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentAvailableFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentAvailableFeatures] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentAvailableFeatures", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_current_billing_features_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_current_billing_features_operations.py new file mode 100644 index 00000000000..7708e8ab710 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_current_billing_features_operations.py @@ -0,0 +1,317 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_get_request(resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/currentbillingfeatures", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/currentbillingfeatures", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +class ComponentCurrentBillingFeaturesOperations: # pylint: disable=name-too-long + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`component_current_billing_features` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentBillingFeatures: + """Returns current billing features for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponentBillingFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentBillingFeatures] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentBillingFeatures", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + billing_features_properties: _models.ApplicationInsightsComponentBillingFeatures, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentBillingFeatures: + """Update current billing features for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param billing_features_properties: Properties that need to be specified to update billing + features for an Application Insights component. Required. + :type billing_features_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentBillingFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + billing_features_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentBillingFeatures: + """Update current billing features for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param billing_features_properties: Properties that need to be specified to update billing + features for an Application Insights component. Required. + :type billing_features_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentBillingFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update( + self, + resource_group_name: str, + resource_name: str, + billing_features_properties: Union[_models.ApplicationInsightsComponentBillingFeatures, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentBillingFeatures: + """Update current billing features for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param billing_features_properties: Properties that need to be specified to update billing + features for an Application Insights component. Is either a + ApplicationInsightsComponentBillingFeatures type or a IO[bytes] type. Required. + :type billing_features_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures or IO[bytes] + :return: ApplicationInsightsComponentBillingFeatures or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentBillingFeatures + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentBillingFeatures] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(billing_features_properties, (IOBase, bytes)): + _content = billing_features_properties + else: + _json = self._serialize.body(billing_features_properties, "ApplicationInsightsComponentBillingFeatures") + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentBillingFeatures", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_feature_capabilities_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_feature_capabilities_operations.py new file mode 100644 index 00000000000..7b9f0340a93 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_feature_capabilities_operations.py @@ -0,0 +1,147 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_get_request(resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/featurecapabilities", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class ComponentFeatureCapabilitiesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`component_feature_capabilities` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentFeatureCapabilities: + """Returns feature capabilities of the application insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponentFeatureCapabilities or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFeatureCapabilities + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentFeatureCapabilities] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentFeatureCapabilities", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_linked_storage_accounts_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_linked_storage_accounts_operations.py new file mode 100644 index 00000000000..8156d2eaf6f --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_linked_storage_accounts_operations.py @@ -0,0 +1,634 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_get_request( + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "storageType": _SERIALIZER.url("storage_type", storage_type, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_and_update_request( + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "storageType": _SERIALIZER.url("storage_type", storage_type, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_request( + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "storageType": _SERIALIZER.url("storage_type", storage_type, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + subscription_id: str, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "storageType": _SERIALIZER.url("storage_type", storage_type, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +class ComponentLinkedStorageAccountsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`component_linked_storage_accounts` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, storage_type: Union[str, _models.StorageType], **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Returns the current linked storage settings for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + cls: ClsType[_models.ComponentLinkedStorageAccounts] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + storage_type=storage_type, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentLinkedStorageAccounts", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def create_and_update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: _models.ComponentLinkedStorageAccounts, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Replace current linked storage account for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update + linked storage accounts for an Application Insights component. Required. + :type linked_storage_accounts_properties: + ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create_and_update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Replace current linked storage account for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update + linked storage accounts for an Application Insights component. Required. + :type linked_storage_accounts_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create_and_update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: Union[_models.ComponentLinkedStorageAccounts, IO[bytes]], + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Replace current linked storage account for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update + linked storage accounts for an Application Insights component. Is either a + ComponentLinkedStorageAccounts type or a IO[bytes] type. Required. + :type linked_storage_accounts_properties: + ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts or IO[bytes] + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ComponentLinkedStorageAccounts] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(linked_storage_accounts_properties, (IOBase, bytes)): + _content = linked_storage_accounts_properties + else: + _json = self._serialize.body(linked_storage_accounts_properties, "ComponentLinkedStorageAccounts") + + _request = build_create_and_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + storage_type=storage_type, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentLinkedStorageAccounts", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: _models.ComponentLinkedStorageAccountsPatch, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Update linked storage accounts for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update a + linked storage accounts for an Application Insights component. Required. + :type linked_storage_accounts_properties: + ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccountsPatch + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Update linked storage accounts for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update a + linked storage accounts for an Application Insights component. Required. + :type linked_storage_accounts_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update( + self, + resource_group_name: str, + resource_name: str, + storage_type: Union[str, _models.StorageType], + linked_storage_accounts_properties: Union[_models.ComponentLinkedStorageAccountsPatch, IO[bytes]], + **kwargs: Any + ) -> _models.ComponentLinkedStorageAccounts: + """Update linked storage accounts for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :param linked_storage_accounts_properties: Properties that need to be specified to update a + linked storage accounts for an Application Insights component. Is either a + ComponentLinkedStorageAccountsPatch type or a IO[bytes] type. Required. + :type linked_storage_accounts_properties: + ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccountsPatch or IO[bytes] + :return: ComponentLinkedStorageAccounts or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentLinkedStorageAccounts + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ComponentLinkedStorageAccounts] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(linked_storage_accounts_properties, (IOBase, bytes)): + _content = linked_storage_accounts_properties + else: + _json = self._serialize.body(linked_storage_accounts_properties, "ComponentLinkedStorageAccountsPatch") + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + storage_type=storage_type, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentLinkedStorageAccounts", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, storage_type: Union[str, _models.StorageType], **kwargs: Any + ) -> None: + """Delete linked storage accounts for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param storage_type: The type of the Application Insights component data source for the linked + storage account. "ServiceProfiler" Required. + :type storage_type: str or ~azure.mgmt.applicationinsights.models.StorageType + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-03-01-preview")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + storage_type=storage_type, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_quota_status_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_quota_status_operations.py new file mode 100644 index 00000000000..4e5d7412543 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_component_quota_status_operations.py @@ -0,0 +1,145 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_get_request(resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/quotastatus", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class ComponentQuotaStatusOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`component_quota_status` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentQuotaStatus: + """Returns daily data volume cap (quota) status for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponentQuotaStatus or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentQuotaStatus + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentQuotaStatus] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentQuotaStatus", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_components_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_components_operations.py new file mode 100644 index 00000000000..4662d3e7f28 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_components_operations.py @@ -0,0 +1,1061 @@ +# pylint: disable=line-too-long,useless-suppression,too-many-lines +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request(subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.Insights/components") + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_by_resource_group_request(resource_group_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request(resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_tags_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_purge_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/purge", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_purge_status_request( + resource_group_name: str, resource_name: str, purge_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/operations/{purgeId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "purgeId": _SERIALIZER.url("purge_id", purge_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class ComponentsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`components` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> ItemPaged["_models.ApplicationInsightsComponent"]: + """Gets a list of all Application Insights components within a subscription. + + :return: An iterator like instance of either ApplicationInsightsComponent or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[_models.ApplicationInsightsComponentListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("ApplicationInsightsComponentListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def list_by_resource_group( + self, resource_group_name: str, **kwargs: Any + ) -> ItemPaged["_models.ApplicationInsightsComponent"]: + """Gets a list of Application Insights components within a resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :return: An iterator like instance of either ApplicationInsightsComponent or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[_models.ApplicationInsightsComponentListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("ApplicationInsightsComponentListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + """Deletes an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @distributed_trace + def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.ApplicationInsightsComponent: + """Returns an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[_models.ApplicationInsightsComponent] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponent", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + insight_properties: _models.ApplicationInsightsComponent, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Creates (or updates) an Application Insights component. Note: You cannot specify a different + value for InstrumentationKey nor AppId in the Put operation. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param insight_properties: Properties that need to be specified to create an Application + Insights component. Required. + :type insight_properties: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + insight_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Creates (or updates) an Application Insights component. Note: You cannot specify a different + value for InstrumentationKey nor AppId in the Put operation. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param insight_properties: Properties that need to be specified to create an Application + Insights component. Required. + :type insight_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + insight_properties: Union[_models.ApplicationInsightsComponent, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Creates (or updates) an Application Insights component. Note: You cannot specify a different + value for InstrumentationKey nor AppId in the Put operation. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param insight_properties: Properties that need to be specified to create an Application + Insights component. Is either a ApplicationInsightsComponent type or a IO[bytes] type. + Required. + :type insight_properties: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + or IO[bytes] + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponent] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(insight_properties, (IOBase, bytes)): + _content = insight_properties + else: + _json = self._serialize.body(insight_properties, "ApplicationInsightsComponent") + + _request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponent", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update_tags( + self, + resource_group_name: str, + resource_name: str, + component_tags: _models.TagsResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Updates an existing component's tags. To update other fields use the CreateOrUpdate method. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param component_tags: Updated tag information to set into the component instance. Required. + :type component_tags: ~azure.mgmt.applicationinsights.models.TagsResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update_tags( + self, + resource_group_name: str, + resource_name: str, + component_tags: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Updates an existing component's tags. To update other fields use the CreateOrUpdate method. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param component_tags: Updated tag information to set into the component instance. Required. + :type component_tags: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update_tags( + self, + resource_group_name: str, + resource_name: str, + component_tags: Union[_models.TagsResource, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponent: + """Updates an existing component's tags. To update other fields use the CreateOrUpdate method. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param component_tags: Updated tag information to set into the component instance. Is either a + TagsResource type or a IO[bytes] type. Required. + :type component_tags: ~azure.mgmt.applicationinsights.models.TagsResource or IO[bytes] + :return: ApplicationInsightsComponent or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponent + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponent] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(component_tags, (IOBase, bytes)): + _content = component_tags + else: + _json = self._serialize.body(component_tags, "TagsResource") + + _request = build_update_tags_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponent", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def purge( + self, + resource_group_name: str, + resource_name: str, + body: _models.ComponentPurgeBody, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentPurgeResponse: + """Purges data in an Application Insights component by a set of user-defined filters. + + In order to manage system resources, purge requests are throttled at 50 requests per hour. You + should batch the execution of purge requests by sending a single command whose predicate + includes all user identities that require purging. Use the in operator to specify multiple + identities. You should run the query prior to using for a purge request to verify that the + results are expected. + Note: this operation is intended for Classic resources, for workspace-based Application + Insights resource please run purge operation (directly on the + workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , + scoped to specific resource id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param body: Describes the body of a request to purge data in a single table of an Application + Insights component. Required. + :type body: ~azure.mgmt.applicationinsights.models.ComponentPurgeBody + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentPurgeResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentPurgeResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def purge( + self, + resource_group_name: str, + resource_name: str, + body: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ComponentPurgeResponse: + """Purges data in an Application Insights component by a set of user-defined filters. + + In order to manage system resources, purge requests are throttled at 50 requests per hour. You + should batch the execution of purge requests by sending a single command whose predicate + includes all user identities that require purging. Use the in operator to specify multiple + identities. You should run the query prior to using for a purge request to verify that the + results are expected. + Note: this operation is intended for Classic resources, for workspace-based Application + Insights resource please run purge operation (directly on the + workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , + scoped to specific resource id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param body: Describes the body of a request to purge data in a single table of an Application + Insights component. Required. + :type body: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ComponentPurgeResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentPurgeResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def purge( + self, + resource_group_name: str, + resource_name: str, + body: Union[_models.ComponentPurgeBody, IO[bytes]], + **kwargs: Any + ) -> _models.ComponentPurgeResponse: + """Purges data in an Application Insights component by a set of user-defined filters. + + In order to manage system resources, purge requests are throttled at 50 requests per hour. You + should batch the execution of purge requests by sending a single command whose predicate + includes all user identities that require purging. Use the in operator to specify multiple + identities. You should run the query prior to using for a purge request to verify that the + results are expected. + Note: this operation is intended for Classic resources, for workspace-based Application + Insights resource please run purge operation (directly on the + workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , + scoped to specific resource id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param body: Describes the body of a request to purge data in a single table of an Application + Insights component. Is either a ComponentPurgeBody type or a IO[bytes] type. Required. + :type body: ~azure.mgmt.applicationinsights.models.ComponentPurgeBody or IO[bytes] + :return: ComponentPurgeResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentPurgeResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ComponentPurgeResponse] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(body, (IOBase, bytes)): + _content = body + else: + _json = self._serialize.body(body, "ComponentPurgeBody") + + _request = build_purge_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentPurgeResponse", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def get_purge_status( + self, resource_group_name: str, resource_name: str, purge_id: str, **kwargs: Any + ) -> _models.ComponentPurgeStatusResponse: + """Get status for an ongoing purge operation. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param purge_id: In a purge status request, this is the Id of the operation the status of which + is returned. Required. + :type purge_id: str + :return: ComponentPurgeStatusResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ComponentPurgeStatusResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-02-02")) + cls: ClsType[_models.ComponentPurgeStatusResponse] = kwargs.pop("cls", None) + + _request = build_get_purge_status_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + purge_id=purge_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseComponents, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ComponentPurgeStatusResponse", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_deleted_workbooks_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_deleted_workbooks_operations.py new file mode 100644 index 00000000000..85f2783270b --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_deleted_workbooks_operations.py @@ -0,0 +1,167 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, List, Optional, TypeVar, Union + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_by_subscription_request( + subscription_id: str, + *, + category: Optional[Union[str, _models.CategoryType]] = None, + tags: Optional[List[str]] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2024-02-01-preview")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.Insights/deletedWorkbooks") + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + if category is not None: + _params["category"] = _SERIALIZER.query("category", category, "str") + if tags is not None: + _params["tags"] = _SERIALIZER.query("tags", tags, "[str]", div=",") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class DeletedWorkbooksOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`deleted_workbooks` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_subscription( + self, + category: Optional[Union[str, _models.CategoryType]] = None, + tags: Optional[List[str]] = None, + **kwargs: Any + ) -> ItemPaged["_models.DeletedWorkbook"]: + """Get all recently deleted Workbooks in a specified subscription. + + :param category: Category of workbook to return. Known values are: "workbook", "TSG", + "performance", and "retention". Default value is None. + :type category: str or ~azure.mgmt.applicationinsights.models.CategoryType + :param tags: Tags presents on each workbook returned. Default value is None. + :type tags: list[str] + :return: An iterator like instance of either DeletedWorkbook or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.DeletedWorkbook] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2024-02-01-preview")) + cls: ClsType[_models.DeletedWorkbooksListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_subscription_request( + subscription_id=self._config.subscription_id, + category=category, + tags=tags, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("DeletedWorkbooksListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.DeletedWorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_export_configurations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_export_configurations_operations.py new file mode 100644 index 00000000000..801039ccff8 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_export_configurations_operations.py @@ -0,0 +1,708 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, export_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "exportId": _SERIALIZER.url("export_id", export_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, resource_name: str, export_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "exportId": _SERIALIZER.url("export_id", export_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_request( + resource_group_name: str, resource_name: str, export_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "exportId": _SERIALIZER.url("export_id", export_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +class ExportConfigurationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`export_configurations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentExportConfiguration]: + """Gets a list of Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: list of ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.ApplicationInsightsComponentExportConfiguration]] = kwargs.pop("cls", None) + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "[ApplicationInsightsComponentExportConfiguration]", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def create( + self, + resource_group_name: str, + resource_name: str, + export_properties: _models.ApplicationInsightsComponentExportRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentExportConfiguration]: + """Create a Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_properties: Properties that need to be specified to create a Continuous Export + configuration of a Application Insights component. Required. + :type export_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: list of ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create( + self, + resource_group_name: str, + resource_name: str, + export_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentExportConfiguration]: + """Create a Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_properties: Properties that need to be specified to create a Continuous Export + configuration of a Application Insights component. Required. + :type export_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: list of ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create( + self, + resource_group_name: str, + resource_name: str, + export_properties: Union[_models.ApplicationInsightsComponentExportRequest, IO[bytes]], + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentExportConfiguration]: + """Create a Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_properties: Properties that need to be specified to create a Continuous Export + configuration of a Application Insights component. Is either a + ApplicationInsightsComponentExportRequest type or a IO[bytes] type. Required. + :type export_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportRequest or IO[bytes] + :return: list of ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[List[_models.ApplicationInsightsComponentExportConfiguration]] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(export_properties, (IOBase, bytes)): + _content = export_properties + else: + _json = self._serialize.body(export_properties, "ApplicationInsightsComponentExportRequest") + + _request = build_create_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "[ApplicationInsightsComponentExportConfiguration]", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( + self, resource_group_name: str, resource_name: str, export_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Delete a Continuous Export configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentExportConfiguration] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + export_id=export_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentExportConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, export_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Get the Continuous Export configuration for this export id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentExportConfiguration] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + export_id=export_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentExportConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + export_id: str, + export_properties: _models.ApplicationInsightsComponentExportRequest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Update the Continuous Export configuration for this export id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :param export_properties: Properties that need to be specified to update the Continuous Export + configuration. Required. + :type export_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportRequest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + export_id: str, + export_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Update the Continuous Export configuration for this export id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :param export_properties: Properties that need to be specified to update the Continuous Export + configuration. Required. + :type export_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update( + self, + resource_group_name: str, + resource_name: str, + export_id: str, + export_properties: Union[_models.ApplicationInsightsComponentExportRequest, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentExportConfiguration: + """Update the Continuous Export configuration for this export id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param export_id: The Continuous Export configuration ID. This is unique within a Application + Insights component. Required. + :type export_id: str + :param export_properties: Properties that need to be specified to update the Continuous Export + configuration. Is either a ApplicationInsightsComponentExportRequest type or a IO[bytes] type. + Required. + :type export_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportRequest or IO[bytes] + :return: ApplicationInsightsComponentExportConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentExportConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentExportConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(export_properties, (IOBase, bytes)): + _content = export_properties + else: + _json = self._serialize.body(export_properties, "ApplicationInsightsComponentExportRequest") + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + export_id=export_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentExportConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_favorites_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_favorites_operations.py new file mode 100644 index 00000000000..3cdb09ff9ab --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_favorites_operations.py @@ -0,0 +1,737 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, + resource_name: str, + subscription_id: str, + *, + favorite_type: Optional[Union[str, _models.FavoriteType]] = None, + source_type: Optional[Union[str, _models.FavoriteSourceType]] = None, + can_fetch_content: Optional[bool] = None, + tags: Optional[List[str]] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if favorite_type is not None: + _params["favoriteType"] = _SERIALIZER.query("favorite_type", favorite_type, "str") + if source_type is not None: + _params["sourceType"] = _SERIALIZER.query("source_type", source_type, "str") + if can_fetch_content is not None: + _params["canFetchContent"] = _SERIALIZER.query("can_fetch_content", can_fetch_content, "bool") + if tags is not None: + _params["tags"] = _SERIALIZER.query("tags", tags, "[str]", div=",") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, resource_name: str, favorite_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "favoriteId": _SERIALIZER.url("favorite_id", favorite_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_add_request( + resource_group_name: str, resource_name: str, favorite_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "favoriteId": _SERIALIZER.url("favorite_id", favorite_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_request( + resource_group_name: str, resource_name: str, favorite_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "favoriteId": _SERIALIZER.url("favorite_id", favorite_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, favorite_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "favoriteId": _SERIALIZER.url("favorite_id", favorite_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, **kwargs) + + +class FavoritesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`favorites` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, + resource_group_name: str, + resource_name: str, + favorite_type: Optional[Union[str, _models.FavoriteType]] = None, + source_type: Optional[Union[str, _models.FavoriteSourceType]] = None, + can_fetch_content: Optional[bool] = None, + tags: Optional[List[str]] = None, + **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentFavorite]: + """Gets a list of favorites defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_type: The type of favorite. Value can be either shared or user. Known values + are: "shared" and "user". Default value is None. + :type favorite_type: str or ~azure.mgmt.applicationinsights.models.FavoriteType + :param source_type: Source type of favorite to return. When left out, the source type defaults + to 'other' (not present in this enum). Known values are: "retention", "notebook", "sessions", + "events", "userflows", "funnel", "impact", and "segmentation". Default value is None. + :type source_type: str or ~azure.mgmt.applicationinsights.models.FavoriteSourceType + :param can_fetch_content: Flag indicating whether or not to return the full content for each + applicable favorite. If false, only return summary content for favorites. Default value is + None. + :type can_fetch_content: bool + :param tags: Tags that must be present on each favorite returned. Default value is None. + :type tags: list[str] + :return: list of ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.ApplicationInsightsComponentFavorite]] = kwargs.pop("cls", None) + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + favorite_type=favorite_type, + source_type=source_type, + can_fetch_content=can_fetch_content, + tags=tags, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("[ApplicationInsightsComponentFavorite]", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, favorite_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Get a single favorite by its FavoriteId, defined within an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentFavorite] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + favorite_id=favorite_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentFavorite", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def add( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: _models.ApplicationInsightsComponentFavorite, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Adds a new favorites to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to create a new favorite and + add it to an Application Insights component. Required. + :type favorite_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def add( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Adds a new favorites to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to create a new favorite and + add it to an Application Insights component. Required. + :type favorite_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def add( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: Union[_models.ApplicationInsightsComponentFavorite, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Adds a new favorites to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to create a new favorite and + add it to an Application Insights component. Is either a ApplicationInsightsComponentFavorite + type or a IO[bytes] type. Required. + :type favorite_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite or IO[bytes] + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentFavorite] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(favorite_properties, (IOBase, bytes)): + _content = favorite_properties + else: + _json = self._serialize.body(favorite_properties, "ApplicationInsightsComponentFavorite") + + _request = build_add_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + favorite_id=favorite_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentFavorite", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: _models.ApplicationInsightsComponentFavorite, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Updates a favorite that has already been added to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to update the existing + favorite. Required. + :type favorite_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Updates a favorite that has already been added to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to update the existing + favorite. Required. + :type favorite_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update( + self, + resource_group_name: str, + resource_name: str, + favorite_id: str, + favorite_properties: Union[_models.ApplicationInsightsComponentFavorite, IO[bytes]], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentFavorite: + """Updates a favorite that has already been added to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :param favorite_properties: Properties that need to be specified to update the existing + favorite. Is either a ApplicationInsightsComponentFavorite type or a IO[bytes] type. Required. + :type favorite_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite or IO[bytes] + :return: ApplicationInsightsComponentFavorite or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFavorite + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentFavorite] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(favorite_properties, (IOBase, bytes)): + _content = favorite_properties + else: + _json = self._serialize.body(favorite_properties, "ApplicationInsightsComponentFavorite") + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + favorite_id=favorite_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("ApplicationInsightsComponentFavorite", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, favorite_id: str, **kwargs: Any + ) -> None: + """Remove a favorite that is associated to an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param favorite_id: The Id of a specific favorite defined in the Application Insights + component. Required. + :type favorite_id: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + favorite_id=favorite_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_live_token_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_live_token_operations.py new file mode 100644 index 00000000000..961959fc368 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_live_token_operations.py @@ -0,0 +1,131 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_get_request(resource_uri: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-10-14")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/{resourceUri}/providers/Microsoft.Insights/generatelivetoken") + path_format_arguments = { + "resourceUri": _SERIALIZER.url("resource_uri", resource_uri, "str", skip_quote=True), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +class LiveTokenOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`live_token` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def get(self, resource_uri: str, **kwargs: Any) -> _models.LiveTokenResponse: + """**Gets an access token for live metrics stream data.**. + + :param resource_uri: The identifier of the resource. Required. + :type resource_uri: str + :return: LiveTokenResponse or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.LiveTokenResponse + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-10-14")) + cls: ClsType[_models.LiveTokenResponse] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_uri=resource_uri, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponseLinkedStorage, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("LiveTokenResponse", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_operations.py new file mode 100644 index 00000000000..9239529aac9 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_operations.py @@ -0,0 +1,139 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request(**kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-03-08")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/providers/Microsoft.Insights/operations") + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class Operations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`operations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list(self, **kwargs: Any) -> ItemPaged["_models.Operation"]: + """Lists all of the available insights REST API operations. + + :return: An iterator like instance of either Operation or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.Operation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2021-03-08")) + cls: ClsType[_models.OperationListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("OperationListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_patch.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_patch.py new file mode 100644 index 00000000000..8bcb627aa47 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_patch.py @@ -0,0 +1,21 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- +"""Customize generated code here. + +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" +from typing import List + +__all__: List[str] = [] # Add all objects you want publicly available to users at this package level + + +def patch_sdk(): + """Do not remove from this file. + + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_proactive_detection_configurations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_proactive_detection_configurations_operations.py new file mode 100644 index 00000000000..d654002879f --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_proactive_detection_configurations_operations.py @@ -0,0 +1,451 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, resource_name: str, configuration_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs/{ConfigurationId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "ConfigurationId": _SERIALIZER.url("configuration_id", configuration_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_request( + resource_group_name: str, resource_name: str, configuration_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs/{ConfigurationId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "ConfigurationId": _SERIALIZER.url("configuration_id", configuration_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +class ProactiveDetectionConfigurationsOperations: # pylint: disable=name-too-long + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`proactive_detection_configurations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> List[_models.ApplicationInsightsComponentProactiveDetectionConfiguration]: + """Gets a list of ProactiveDetection configurations of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: list of ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[List[_models.ApplicationInsightsComponentProactiveDetectionConfiguration]] = kwargs.pop( + "cls", None + ) + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "[ApplicationInsightsComponentProactiveDetectionConfiguration]", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, configuration_id: str, **kwargs: Any + ) -> _models.ApplicationInsightsComponentProactiveDetectionConfiguration: + """Get the ProactiveDetection configuration for this configuration id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param configuration_id: The ProactiveDetection configuration ID. This is unique within a + Application Insights component. Required. + :type configuration_id: str + :return: ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsComponentProactiveDetectionConfiguration] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + configuration_id=configuration_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentProactiveDetectionConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + configuration_id: str, + proactive_detection_properties: _models.ApplicationInsightsComponentProactiveDetectionConfiguration, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentProactiveDetectionConfiguration: + """Update the ProactiveDetection configuration for this configuration id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param configuration_id: The ProactiveDetection configuration ID. This is unique within a + Application Insights component. Required. + :type configuration_id: str + :param proactive_detection_properties: Properties that need to be specified to update the + ProactiveDetection configuration. Required. + :type proactive_detection_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + configuration_id: str, + proactive_detection_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.ApplicationInsightsComponentProactiveDetectionConfiguration: + """Update the ProactiveDetection configuration for this configuration id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param configuration_id: The ProactiveDetection configuration ID. This is unique within a + Application Insights component. Required. + :type configuration_id: str + :param proactive_detection_properties: Properties that need to be specified to update the + ProactiveDetection configuration. Required. + :type proactive_detection_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update( + self, + resource_group_name: str, + resource_name: str, + configuration_id: str, + proactive_detection_properties: Union[ + _models.ApplicationInsightsComponentProactiveDetectionConfiguration, IO[bytes] + ], + **kwargs: Any + ) -> _models.ApplicationInsightsComponentProactiveDetectionConfiguration: + """Update the ProactiveDetection configuration for this configuration id. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param configuration_id: The ProactiveDetection configuration ID. This is unique within a + Application Insights component. Required. + :type configuration_id: str + :param proactive_detection_properties: Properties that need to be specified to update the + ProactiveDetection configuration. Is either a + ApplicationInsightsComponentProactiveDetectionConfiguration type or a IO[bytes] type. Required. + :type proactive_detection_properties: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + or IO[bytes] + :return: ApplicationInsightsComponentProactiveDetectionConfiguration or the result of + cls(response) + :rtype: + ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.ApplicationInsightsComponentProactiveDetectionConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(proactive_detection_properties, (IOBase, bytes)): + _content = proactive_detection_properties + else: + _json = self._serialize.body( + proactive_detection_properties, "ApplicationInsightsComponentProactiveDetectionConfiguration" + ) + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + configuration_id=configuration_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize( + "ApplicationInsightsComponentProactiveDetectionConfiguration", pipeline_response.http_response + ) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_web_test_locations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_web_test_locations_operations.py new file mode 100644 index 00000000000..184c88e1c58 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_web_test_locations_operations.py @@ -0,0 +1,165 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from typing import Any, Callable, Dict, Optional, TypeVar + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/syntheticmonitorlocations", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class WebTestLocationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`web_test_locations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> ItemPaged["_models.ApplicationInsightsComponentWebTestLocation"]: + """Gets a list of web test locations available to this Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: An iterator like instance of either ApplicationInsightsComponentWebTestLocation or the + result of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentWebTestLocation] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.ApplicationInsightsWebTestLocationsListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("ApplicationInsightsWebTestLocationsListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_web_tests_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_web_tests_operations.py new file mode 100644 index 00000000000..2e8462a2a4d --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_web_tests_operations.py @@ -0,0 +1,851 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_by_resource_group_request(resource_group_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request(resource_group_name: str, web_test_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "webTestName": _SERIALIZER.url("web_test_name", web_test_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, web_test_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "webTestName": _SERIALIZER.url("web_test_name", web_test_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_tags_request( + resource_group_name: str, web_test_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "webTestName": _SERIALIZER.url("web_test_name", web_test_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, web_test_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "webTestName": _SERIALIZER.url("web_test_name", web_test_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, **kwargs) + + +def build_list_request(subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.Insights/webtests") + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_by_component_request( + component_name: str, resource_group_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtests", + ) + path_format_arguments = { + "componentName": _SERIALIZER.url("component_name", component_name, "str"), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class WebTestsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`web_tests` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> ItemPaged["_models.WebTest"]: + """Get all Application Insights web tests defined for the specified resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :return: An iterator like instance of either WebTest or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.WebTest] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[_models.WebTestListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("WebTestListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def get(self, resource_group_name: str, web_test_name: str, **kwargs: Any) -> _models.WebTest: + """Get a specific Application Insights web test definition. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[_models.WebTest] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + web_test_name=web_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WebTest", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def create_or_update( + self, + resource_group_name: str, + web_test_name: str, + web_test_definition: _models.WebTest, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WebTest: + """Creates or updates an Application Insights web test definition. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_definition: Properties that need to be specified to create or update an + Application Insights web test definition. Required. + :type web_test_definition: ~azure.mgmt.applicationinsights.models.WebTest + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create_or_update( + self, + resource_group_name: str, + web_test_name: str, + web_test_definition: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WebTest: + """Creates or updates an Application Insights web test definition. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_definition: Properties that need to be specified to create or update an + Application Insights web test definition. Required. + :type web_test_definition: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + web_test_name: str, + web_test_definition: Union[_models.WebTest, IO[bytes]], + **kwargs: Any + ) -> _models.WebTest: + """Creates or updates an Application Insights web test definition. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_definition: Properties that need to be specified to create or update an + Application Insights web test definition. Is either a WebTest type or a IO[bytes] type. + Required. + :type web_test_definition: ~azure.mgmt.applicationinsights.models.WebTest or IO[bytes] + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WebTest] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(web_test_definition, (IOBase, bytes)): + _content = web_test_definition + else: + _json = self._serialize.body(web_test_definition, "WebTest") + + _request = build_create_or_update_request( + resource_group_name=resource_group_name, + web_test_name=web_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WebTest", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update_tags( + self, + resource_group_name: str, + web_test_name: str, + web_test_tags: _models.TagsResource, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WebTest: + """Updates the tags associated with an Application Insights web test. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_tags: Updated tag information to associate with the web test resource. + Required. + :type web_test_tags: ~azure.mgmt.applicationinsights.models.TagsResource + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update_tags( + self, + resource_group_name: str, + web_test_name: str, + web_test_tags: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WebTest: + """Updates the tags associated with an Application Insights web test. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_tags: Updated tag information to associate with the web test resource. + Required. + :type web_test_tags: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update_tags( + self, + resource_group_name: str, + web_test_name: str, + web_test_tags: Union[_models.TagsResource, IO[bytes]], + **kwargs: Any + ) -> _models.WebTest: + """Updates the tags associated with an Application Insights web test. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :param web_test_tags: Updated tag information to associate with the web test resource. Is + either a TagsResource type or a IO[bytes] type. Required. + :type web_test_tags: ~azure.mgmt.applicationinsights.models.TagsResource or IO[bytes] + :return: WebTest or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WebTest + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WebTest] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(web_test_tags, (IOBase, bytes)): + _content = web_test_tags + else: + _json = self._serialize.body(web_test_tags, "TagsResource") + + _request = build_update_tags_request( + resource_group_name=resource_group_name, + web_test_name=web_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WebTest", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, web_test_name: str, **kwargs: Any + ) -> None: + """Deletes an Application Insights web test. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param web_test_name: The name of the Application Insights WebTest resource. Required. + :type web_test_name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + web_test_name=web_test_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @distributed_trace + def list(self, **kwargs: Any) -> ItemPaged["_models.WebTest"]: + """Get all Application Insights web test definitions for the specified subscription. + + :return: An iterator like instance of either WebTest or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.WebTest] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[_models.WebTestListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("WebTestListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def list_by_component( + self, component_name: str, resource_group_name: str, **kwargs: Any + ) -> ItemPaged["_models.WebTest"]: + """Get all Application Insights web tests defined for the specified component. + + :param component_name: The name of the Application Insights component resource. Required. + :type component_name: str + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :return: An iterator like instance of either WebTest or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.WebTest] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2022-06-15")) + cls: ClsType[_models.WebTestListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_component_request( + component_name=component_name, + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("WebTestListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_work_item_configurations_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_work_item_configurations_operations.py new file mode 100644 index 00000000000..374255496c2 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_work_item_configurations_operations.py @@ -0,0 +1,791 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="POST", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_default_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/DefaultWorkItemConfig", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, work_item_config_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "workItemConfigId": _SERIALIZER.url("work_item_config_id", work_item_config_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, **kwargs) + + +def build_get_item_request( + resource_group_name: str, resource_name: str, work_item_config_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "workItemConfigId": _SERIALIZER.url("work_item_config_id", work_item_config_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_item_request( + resource_group_name: str, resource_name: str, work_item_config_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}", + ) + path_format_arguments = { + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "workItemConfigId": _SERIALIZER.url("work_item_config_id", work_item_config_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +class WorkItemConfigurationsOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`work_item_configurations` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> ItemPaged["_models.WorkItemConfiguration"]: + """Gets the list work item configurations that exist for the application. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: An iterator like instance of either WorkItemConfiguration or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.WorkItemConfiguration] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.WorkItemConfigurationsListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("WorkItemConfigurationsListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkItemConfigurationError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @overload + def create( + self, + resource_group_name: str, + resource_name: str, + work_item_configuration_properties: _models.WorkItemCreateConfiguration, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Create a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_configuration_properties: Properties that need to be specified to create a + work item configuration of a Application Insights component. Required. + :type work_item_configuration_properties: + ~azure.mgmt.applicationinsights.models.WorkItemCreateConfiguration + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create( + self, + resource_group_name: str, + resource_name: str, + work_item_configuration_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Create a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_configuration_properties: Properties that need to be specified to create a + work item configuration of a Application Insights component. Required. + :type work_item_configuration_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create( + self, + resource_group_name: str, + resource_name: str, + work_item_configuration_properties: Union[_models.WorkItemCreateConfiguration, IO[bytes]], + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Create a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_configuration_properties: Properties that need to be specified to create a + work item configuration of a Application Insights component. Is either a + WorkItemCreateConfiguration type or a IO[bytes] type. Required. + :type work_item_configuration_properties: + ~azure.mgmt.applicationinsights.models.WorkItemCreateConfiguration or IO[bytes] + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WorkItemConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(work_item_configuration_properties, (IOBase, bytes)): + _content = work_item_configuration_properties + else: + _json = self._serialize.body(work_item_configuration_properties, "WorkItemCreateConfiguration") + + _request = build_create_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkItemConfiguration", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def get_default(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.WorkItemConfiguration: + """Gets default work item configurations that exist for the application. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.WorkItemConfiguration] = kwargs.pop("cls", None) + + _request = build_get_default_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkItemConfiguration", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, work_item_config_id: str, **kwargs: Any + ) -> None: + """Delete a work item configuration of an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + work_item_config_id=work_item_config_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @distributed_trace + def get_item( + self, resource_group_name: str, resource_name: str, work_item_config_id: str, **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Gets specified work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + cls: ClsType[_models.WorkItemConfiguration] = kwargs.pop("cls", None) + + _request = build_get_item_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + work_item_config_id=work_item_config_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkItemConfiguration", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update_item( + self, + resource_group_name: str, + resource_name: str, + work_item_config_id: str, + work_item_configuration_properties: _models.WorkItemCreateConfiguration, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Update a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :param work_item_configuration_properties: Properties that need to be specified to update a + work item configuration for this Application Insights component. Required. + :type work_item_configuration_properties: + ~azure.mgmt.applicationinsights.models.WorkItemCreateConfiguration + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update_item( + self, + resource_group_name: str, + resource_name: str, + work_item_config_id: str, + work_item_configuration_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Update a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :param work_item_configuration_properties: Properties that need to be specified to update a + work item configuration for this Application Insights component. Required. + :type work_item_configuration_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update_item( + self, + resource_group_name: str, + resource_name: str, + work_item_config_id: str, + work_item_configuration_properties: Union[_models.WorkItemCreateConfiguration, IO[bytes]], + **kwargs: Any + ) -> _models.WorkItemConfiguration: + """Update a work item configuration for an Application Insights component. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param work_item_config_id: The unique work item configuration Id. This can be either friendly + name of connector as defined in connector configuration. Required. + :type work_item_config_id: str + :param work_item_configuration_properties: Properties that need to be specified to update a + work item configuration for this Application Insights component. Is either a + WorkItemCreateConfiguration type or a IO[bytes] type. Required. + :type work_item_configuration_properties: + ~azure.mgmt.applicationinsights.models.WorkItemCreateConfiguration or IO[bytes] + :return: WorkItemConfiguration or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkItemConfiguration + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2015-05-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WorkItemConfiguration] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(work_item_configuration_properties, (IOBase, bytes)): + _content = work_item_configuration_properties + else: + _json = self._serialize.body(work_item_configuration_properties, "WorkItemCreateConfiguration") + + _request = build_update_item_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + work_item_config_id=work_item_config_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkItemConfiguration", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_workbook_templates_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_workbook_templates_operations.py new file mode 100644 index 00000000000..01e7af11686 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_workbook_templates_operations.py @@ -0,0 +1,678 @@ +# pylint: disable=line-too-long,useless-suppression +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_by_resource_group_request(resource_group_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooktemplates", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request(resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooktemplates/{resourceName}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooktemplates/{resourceName}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooktemplates/{resourceName}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooktemplates/{resourceName}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +class WorkbookTemplatesOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`workbook_templates` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_resource_group(self, resource_group_name: str, **kwargs: Any) -> ItemPaged["_models.WorkbookTemplate"]: + """Get all Workbook templates defined within a specified resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :return: An iterator like instance of either WorkbookTemplate or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.WorkbookTemplate] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + cls: ClsType[_models.WorkbookTemplatesListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("WorkbookTemplatesListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def get(self, resource_group_name: str, resource_name: str, **kwargs: Any) -> _models.WorkbookTemplate: + """Get a single workbook template by its resourceName. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + cls: ClsType[_models.WorkbookTemplate] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkbookTemplate", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + """Delete a workbook template. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_properties: _models.WorkbookTemplate, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Create a new workbook template. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_properties: Properties that need to be specified to create a new + workbook. Required. + :type workbook_template_properties: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_properties: IO[bytes], + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Create a new workbook template. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_properties: Properties that need to be specified to create a new + workbook. Required. + :type workbook_template_properties: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_properties: Union[_models.WorkbookTemplate, IO[bytes]], + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Create a new workbook template. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_properties: Properties that need to be specified to create a new + workbook. Is either a WorkbookTemplate type or a IO[bytes] type. Required. + :type workbook_template_properties: ~azure.mgmt.applicationinsights.models.WorkbookTemplate or + IO[bytes] + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WorkbookTemplate] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(workbook_template_properties, (IOBase, bytes)): + _content = workbook_template_properties + else: + _json = self._serialize.body(workbook_template_properties, "WorkbookTemplate") + + _request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkbookTemplate", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_update_parameters: Optional[_models.WorkbookTemplateUpdateParameters] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Updates a workbook template that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_update_parameters: Properties that need to be specified to patch a + workbook template. Default value is None. + :type workbook_template_update_parameters: + ~azure.mgmt.applicationinsights.models.WorkbookTemplateUpdateParameters + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_update_parameters: Optional[IO[bytes]] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Updates a workbook template that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_update_parameters: Properties that need to be specified to patch a + workbook template. Default value is None. + :type workbook_template_update_parameters: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update( + self, + resource_group_name: str, + resource_name: str, + workbook_template_update_parameters: Optional[ + Union[_models.WorkbookTemplateUpdateParameters, IO[bytes]] + ] = None, + **kwargs: Any + ) -> _models.WorkbookTemplate: + """Updates a workbook template that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the Application Insights component resource. Required. + :type resource_name: str + :param workbook_template_update_parameters: Properties that need to be specified to patch a + workbook template. Is either a WorkbookTemplateUpdateParameters type or a IO[bytes] type. + Default value is None. + :type workbook_template_update_parameters: + ~azure.mgmt.applicationinsights.models.WorkbookTemplateUpdateParameters or IO[bytes] + :return: WorkbookTemplate or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.WorkbookTemplate + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2020-11-20")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.WorkbookTemplate] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(workbook_template_update_parameters, (IOBase, bytes)): + _content = workbook_template_update_parameters + else: + if workbook_template_update_parameters is not None: + _json = self._serialize.body(workbook_template_update_parameters, "WorkbookTemplateUpdateParameters") + else: + _json = None + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookTemplateError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("WorkbookTemplate", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_workbooks_operations.py b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_workbooks_operations.py new file mode 100644 index 00000000000..5f7ac656c70 --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/operations/_workbooks_operations.py @@ -0,0 +1,1089 @@ +# pylint: disable=line-too-long,useless-suppression,too-many-lines +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from collections.abc import MutableMapping +from io import IOBase +from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload + +from azure.core import PipelineClient +from azure.core.exceptions import ( + ClientAuthenticationError, + HttpResponseError, + ResourceExistsError, + ResourceNotFoundError, + ResourceNotModifiedError, + map_error, +) +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.rest import HttpRequest, HttpResponse +from azure.core.tracing.decorator import distributed_trace +from azure.core.utils import case_insensitive_dict +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models as _models +from .._configuration import ApplicationInsightsManagementClientConfiguration +from .._utils.serialization import Deserializer, Serializer + +T = TypeVar("T") +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + + +def build_list_by_subscription_request( + subscription_id: str, + *, + category: Union[str, _models.CategoryType], + tags: Optional[List[str]] = None, + can_fetch_content: Optional[bool] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.Insights/workbooks") + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["category"] = _SERIALIZER.query("category", category, "str") + if tags is not None: + _params["tags"] = _SERIALIZER.query("tags", tags, "[str]", div=",") + if can_fetch_content is not None: + _params["canFetchContent"] = _SERIALIZER.query("can_fetch_content", can_fetch_content, "bool") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_list_by_resource_group_request( + resource_group_name: str, + subscription_id: str, + *, + category: Union[str, _models.CategoryType], + tags: Optional[List[str]] = None, + source_id: Optional[str] = None, + can_fetch_content: Optional[bool] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["category"] = _SERIALIZER.query("category", category, "str") + if tags is not None: + _params["tags"] = _SERIALIZER.query("tags", tags, "[str]", div=",") + if source_id is not None: + _params["sourceId"] = _SERIALIZER.query("source_id", source_id, "str") + if can_fetch_content is not None: + _params["canFetchContent"] = _SERIALIZER.query("can_fetch_content", can_fetch_content, "bool") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_get_request( + resource_group_name: str, + resource_name: str, + subscription_id: str, + *, + can_fetch_content: Optional[bool] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + if can_fetch_content is not None: + _params["canFetchContent"] = _SERIALIZER.query("can_fetch_content", can_fetch_content, "bool") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_delete_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="DELETE", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_create_or_update_request( + resource_group_name: str, + resource_name: str, + subscription_id: str, + *, + source_id: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + if source_id is not None: + _params["sourceId"] = _SERIALIZER.query("source_id", source_id, "str") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PUT", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_update_request( + resource_group_name: str, + resource_name: str, + subscription_id: str, + *, + source_id: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + if source_id is not None: + _params["sourceId"] = _SERIALIZER.query("source_id", source_id, "str") + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + if content_type is not None: + _headers["Content-Type"] = _SERIALIZER.header("content_type", content_type, "str") + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="PATCH", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_revisions_list_request( + resource_group_name: str, resource_name: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +def build_revision_get_request( + resource_group_name: str, resource_name: str, revision_id: str, subscription_id: str, **kwargs: Any +) -> HttpRequest: + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + accept = _headers.pop("Accept", "application/json") + + # Construct URL + _url = kwargs.pop( + "template_url", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions/{revisionId}", + ) + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str", min_length=1), + "resourceGroupName": _SERIALIZER.url( + "resource_group_name", resource_group_name, "str", max_length=90, min_length=1 + ), + "resourceName": _SERIALIZER.url("resource_name", resource_name, "str"), + "revisionId": _SERIALIZER.url("revision_id", revision_id, "str"), + } + + _url: str = _url.format(**path_format_arguments) # type: ignore + + # Construct parameters + _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str") + + # Construct headers + _headers["Accept"] = _SERIALIZER.header("accept", accept, "str") + + return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs) + + +class WorkbooksOperations: + """ + .. warning:: + **DO NOT** instantiate this class directly. + + Instead, you should access the following operations through + :class:`~azure.mgmt.applicationinsights.ApplicationInsightsManagementClient`'s + :attr:`workbooks` attribute. + """ + + models = _models + + def __init__(self, *args, **kwargs) -> None: + input_args = list(args) + self._client: PipelineClient = input_args.pop(0) if input_args else kwargs.pop("client") + self._config: ApplicationInsightsManagementClientConfiguration = ( + input_args.pop(0) if input_args else kwargs.pop("config") + ) + self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer") + self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer") + + @distributed_trace + def list_by_subscription( + self, + category: Union[str, _models.CategoryType], + tags: Optional[List[str]] = None, + can_fetch_content: Optional[bool] = None, + **kwargs: Any + ) -> ItemPaged["_models.Workbook"]: + """Get all Workbooks defined within a specified subscription and category. + + :param category: Category of workbook to return. Known values are: "workbook", "TSG", + "performance", and "retention". Required. + :type category: str or ~azure.mgmt.applicationinsights.models.CategoryType + :param tags: Tags presents on each workbook returned. Default value is None. + :type tags: list[str] + :param can_fetch_content: Flag indicating whether or not to return the full content for each + applicable workbook. If false, only return summary content for workbooks. Default value is + None. + :type can_fetch_content: bool + :return: An iterator like instance of either Workbook or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.Workbook] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.WorkbooksListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_subscription_request( + subscription_id=self._config.subscription_id, + category=category, + tags=tags, + can_fetch_content=can_fetch_content, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("WorkbooksListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def list_by_resource_group( + self, + resource_group_name: str, + category: Union[str, _models.CategoryType], + tags: Optional[List[str]] = None, + source_id: Optional[str] = None, + can_fetch_content: Optional[bool] = None, + **kwargs: Any + ) -> ItemPaged["_models.Workbook"]: + """Get all Workbooks defined within a specified resource group and category. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param category: Category of workbook to return. Known values are: "workbook", "TSG", + "performance", and "retention". Required. + :type category: str or ~azure.mgmt.applicationinsights.models.CategoryType + :param tags: Tags presents on each workbook returned. Default value is None. + :type tags: list[str] + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :param can_fetch_content: Flag indicating whether or not to return the full content for each + applicable workbook. If false, only return summary content for workbooks. Default value is + None. + :type can_fetch_content: bool + :return: An iterator like instance of either Workbook or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.Workbook] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.WorkbooksListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_list_by_resource_group_request( + resource_group_name=resource_group_name, + subscription_id=self._config.subscription_id, + category=category, + tags=tags, + source_id=source_id, + can_fetch_content=can_fetch_content, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("WorkbooksListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def get( + self, resource_group_name: str, resource_name: str, can_fetch_content: Optional[bool] = None, **kwargs: Any + ) -> _models.Workbook: + """Get a single workbook by its resourceName. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param can_fetch_content: Flag indicating whether or not to return the full content for each + applicable workbook. If false, only return summary content for workbooks. Default value is + None. + :type can_fetch_content: bool + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.Workbook] = kwargs.pop("cls", None) + + _request = build_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + can_fetch_content=can_fetch_content, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("Workbook", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> None: + """Delete a workbook. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :return: None or the result of cls(response) + :rtype: None + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[None] = kwargs.pop("cls", None) + + _request = build_delete_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) # type: ignore + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_properties: _models.Workbook, + source_id: Optional[str] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Workbook: + """Create a new workbook. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param workbook_properties: Properties that need to be specified to create a new workbook. + Required. + :type workbook_properties: ~azure.mgmt.applicationinsights.models.Workbook + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_properties: IO[bytes], + source_id: Optional[str] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Workbook: + """Create a new workbook. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param workbook_properties: Properties that need to be specified to create a new workbook. + Required. + :type workbook_properties: IO[bytes] + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + resource_name: str, + workbook_properties: Union[_models.Workbook, IO[bytes]], + source_id: Optional[str] = None, + **kwargs: Any + ) -> _models.Workbook: + """Create a new workbook. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param workbook_properties: Properties that need to be specified to create a new workbook. Is + either a Workbook type or a IO[bytes] type. Required. + :type workbook_properties: ~azure.mgmt.applicationinsights.models.Workbook or IO[bytes] + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.Workbook] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(workbook_properties, (IOBase, bytes)): + _content = workbook_properties + else: + _json = self._serialize.body(workbook_properties, "Workbook") + + _request = build_create_or_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + source_id=source_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("Workbook", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + source_id: Optional[str] = None, + workbook_update_parameters: Optional[_models.WorkbookUpdateParameters] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Workbook: + """Updates a workbook that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :param workbook_update_parameters: Properties that need to be specified to create a new + workbook. Default value is None. + :type workbook_update_parameters: + ~azure.mgmt.applicationinsights.models.WorkbookUpdateParameters + :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. + Default value is "application/json". + :paramtype content_type: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @overload + def update( + self, + resource_group_name: str, + resource_name: str, + source_id: Optional[str] = None, + workbook_update_parameters: Optional[IO[bytes]] = None, + *, + content_type: str = "application/json", + **kwargs: Any + ) -> _models.Workbook: + """Updates a workbook that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :param workbook_update_parameters: Properties that need to be specified to create a new + workbook. Default value is None. + :type workbook_update_parameters: IO[bytes] + :keyword content_type: Body Parameter content-type. Content type parameter for binary body. + Default value is "application/json". + :paramtype content_type: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + + @distributed_trace + def update( + self, + resource_group_name: str, + resource_name: str, + source_id: Optional[str] = None, + workbook_update_parameters: Optional[Union[_models.WorkbookUpdateParameters, IO[bytes]]] = None, + **kwargs: Any + ) -> _models.Workbook: + """Updates a workbook that has already been added. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param source_id: Azure Resource Id that will fetch all linked workbooks. Default value is + None. + :type source_id: str + :param workbook_update_parameters: Properties that need to be specified to create a new + workbook. Is either a WorkbookUpdateParameters type or a IO[bytes] type. Default value is None. + :type workbook_update_parameters: + ~azure.mgmt.applicationinsights.models.WorkbookUpdateParameters or IO[bytes] + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {}) + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) + cls: ClsType[_models.Workbook] = kwargs.pop("cls", None) + + content_type = content_type or "application/json" + _json = None + _content = None + if isinstance(workbook_update_parameters, (IOBase, bytes)): + _content = workbook_update_parameters + else: + if workbook_update_parameters is not None: + _json = self._serialize.body(workbook_update_parameters, "WorkbookUpdateParameters") + else: + _json = None + + _request = build_update_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + source_id=source_id, + api_version=api_version, + content_type=content_type, + json=_json, + content=_content, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("Workbook", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore + + @distributed_trace + def revisions_list( + self, resource_group_name: str, resource_name: str, **kwargs: Any + ) -> ItemPaged["_models.Workbook"]: + """Get the revisions for the workbook defined by its resourceName. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :return: An iterator like instance of either Workbook or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.applicationinsights.models.Workbook] + :raises ~azure.core.exceptions.HttpResponseError: + """ + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.WorkbooksListResult] = kwargs.pop("cls", None) + + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + def prepare_request(next_link=None): + if not next_link: + + _request = build_revisions_list_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + else: + _request = HttpRequest("GET", next_link) + _request.url = self._client.format_url(_request.url) + _request.method = "GET" + return _request + + def extract_data(pipeline_response): + deserialized = self._deserialize("WorkbooksListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) # type: ignore + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + _request = prepare_request(next_link) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return ItemPaged(get_next, extract_data) + + @distributed_trace + def revision_get( + self, resource_group_name: str, resource_name: str, revision_id: str, **kwargs: Any + ) -> _models.Workbook: + """Get a single workbook revision defined by its revisionId. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + Required. + :type resource_group_name: str + :param resource_name: The name of the workbook resource. The value must be an UUID. Required. + :type resource_name: str + :param revision_id: The id of the workbook's revision. Required. + :type revision_id: str + :return: Workbook or the result of cls(response) + :rtype: ~azure.mgmt.applicationinsights.models.Workbook + :raises ~azure.core.exceptions.HttpResponseError: + """ + error_map: MutableMapping = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 304: ResourceNotModifiedError, + } + error_map.update(kwargs.pop("error_map", {}) or {}) + + _headers = kwargs.pop("headers", {}) or {} + _params = case_insensitive_dict(kwargs.pop("params", {}) or {}) + + api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2023-06-01")) + cls: ClsType[_models.Workbook] = kwargs.pop("cls", None) + + _request = build_revision_get_request( + resource_group_name=resource_group_name, + resource_name=resource_name, + revision_id=revision_id, + subscription_id=self._config.subscription_id, + api_version=api_version, + headers=_headers, + params=_params, + ) + _request.url = self._client.format_url(_request.url) + + _stream = False + pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access + _request, stream=_stream, **kwargs + ) + + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize.failsafe_deserialize(_models.WorkbookError, pipeline_response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize("Workbook", pipeline_response.http_response) + + if cls: + return cls(pipeline_response, deserialized, {}) # type: ignore + + return deserialized # type: ignore diff --git a/src/spring/azext_spring/vendored_sdks/applicationinsights/py.typed b/src/spring/azext_spring/vendored_sdks/applicationinsights/py.typed new file mode 100644 index 00000000000..e5aff4f83af --- /dev/null +++ b/src/spring/azext_spring/vendored_sdks/applicationinsights/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561. \ No newline at end of file diff --git a/src/spring/setup.py b/src/spring/setup.py index 63ba942acd0..7fe984df325 100644 --- a/src/spring/setup.py +++ b/src/spring/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.28.4' +VERSION = '1.28.5' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers